| |
|
| java.lang.Object com.google.gwt.dev.cfg.Property
Property | public class Property implements Comparable(Code) | | Represents a single named deferred binding property that can answer with its
value.
|
addKnownValue | public void addKnownValue(String knownValue)(Code) | | |
getActiveValue | public String getActiveValue()(Code) | | Gets the property value or null if the property has no
value.
|
getKnownValues | public String[] getKnownValues()(Code) | | Lists all the known values for this property in sorted order.
|
setActiveValue | public void setActiveValue(String value)(Code) | | Sets the property value, or clears it by specifying null .
|
|
|
|