Package net.infonode.tabbedpanel
Class TabAreaVisiblePolicyProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.EnumProperty
net.infonode.tabbedpanel.TabAreaVisiblePolicyProperty
- All Implemented Interfaces:
Property
Property for TabAreaVisiblePolicy
- Since:
- ITP 1.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTabAreaVisiblePolicyProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabAreaVisiblePolicyProperty object -
Method Summary
Modifier and TypeMethodDescriptionGets the TabAreaVisiblePolicyvoid
set
(Object object, TabAreaVisiblePolicy policy) Sets the TabAreaVisiblePolicyMethods 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
-
TabAreaVisiblePolicyProperty
public TabAreaVisiblePolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) Constructs a TabAreaVisiblePolicyProperty object- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
-
-
Method Details
-
get
Gets the TabAreaVisiblePolicy- Parameters:
object
- storage object for property- Returns:
- the TabAreaVisiblePolicy
-
set
Sets the TabAreaVisiblePolicy- Parameters:
object
- storage object for propertypolicy
- the TabAreaVisiblePolicy
-