| |
|
| java.lang.Object com.projity.field.Select com.projity.field.StaticSelect
StaticSelect | public class StaticSelect extends Select (Code) | | This class manages a fixed list of values and their associated options, similar to an html select
It is used by Field class
|
integerValues | boolean integerValues(Code) | | |
objectMap | DualHashBidiMap objectMap(Code) | | |
stringMap | DualHashBidiMap stringMap(Code) | | |
StaticSelect | public StaticSelect()(Code) | | |
getKeyArrayWithoutNull | public Object[] getKeyArrayWithoutNull()(Code) | | |
getValueListWithoutNull | public List getValueListWithoutNull()(Code) | | |
isIntegerValues | final public boolean isIntegerValues()(Code) | | |
isStatic | public boolean isStatic()(Code) | | |
setIntegerValues | final public void setIntegerValues(boolean integerValues)(Code) | | |
|
|
|