Java com.google.gwt.dev.cfg BindingProperty fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.cfg BindingProperty fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.cfg BindingProperty.

The text is from its open source code.

Method

StringgetConstrainedValue()
If the BindingProperty has exactly one value across all conditions and permutations, return that value otherwise return null.
String[]getDefinedValues()
Returns the set of defined values in sorted order.
StringgetFallback()
Returns the fallback value for this property, or the empty string if none.
Map>>getFallbackValuesMap()
Returns the map of values to fall back values.
ConditionAllgetRootCondition()
booleanisAllowedValue(String value)
Returns true if the supplied value is legal under some condition.
voidsetAllowedValues(Condition condition, String... values)
Set the currently allowed values.