Package net.infonode.tabbedpanel
Class TabDropDownListVisiblePolicyProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.EnumProperty
net.infonode.tabbedpanel.TabDropDownListVisiblePolicyProperty
- All Implemented Interfaces:
Property
Property for TabDropDownListVisiblePolicy
- Since:
- ITP 1.1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTabDropDownListVisiblePolicyProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabDropDownListVisiblePolicyProperty object -
Method Summary
Modifier and TypeMethodDescriptionGets the TabDropDownListVisiblePolicyvoid
set
(Object object, TabDropDownListVisiblePolicy policy) Sets the TabDropDownListVisiblePolicyMethods inherited from class net.infonode.properties.types.EnumProperty
getValidValues, getValue, setValue
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
removeValue, valueIsRemovable, valueIsSet
Methods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
Constructor Details
-
TabDropDownListVisiblePolicyProperty
public TabDropDownListVisiblePolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabDropDownListVisiblePolicyProperty object- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
-
-
Method Details
-
get
Gets the TabDropDownListVisiblePolicy- Parameters:
object
- storage object for property- Returns:
- the TabDropDownListVisiblePolicy
-
set
Sets the TabDropDownListVisiblePolicy- Parameters:
object
- storage object for propertypolicy
- the TabDropDownListVisiblePolicy
-