| com.bostechcorp.cbesb.common.util.custcomponent.IEnumProperty
IEnumProperty | public interface IEnumProperty extends IProperty(Code) | | The class for enumeration-type property. The property contains a list of pre-defined values
author: elu |
getDefaultValue | public String getDefaultValue()(Code) | | the default value of the property |
getValues | public String[] getValues()(Code) | | a list of pre-defined values |
isEditable | public boolean isEditable()(Code) | | If a property is editable, user can enter new value outside of the pre-defined vlaues.
whether the property is writable |
|
|