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
public class TabDropDownListVisiblePolicyProperty extends EnumProperty
Property for TabDropDownListVisiblePolicy- Since:
- ITP 1.1.0
- See Also:
TabDropDownListVisiblePolicy
-
-
Constructor Summary
Constructors Constructor Description TabDropDownListVisiblePolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
Constructs a TabDropDownListVisiblePolicyProperty object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabDropDownListVisiblePolicy
get(java.lang.Object object)
Gets the TabDropDownListVisiblePolicyvoid
set(java.lang.Object object, TabDropDownListVisiblePolicy policy)
Sets the TabDropDownListVisiblePolicy-
Methods 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 Detail
-
TabDropDownListVisiblePolicyProperty
public TabDropDownListVisiblePolicyProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
Constructs a TabDropDownListVisiblePolicyProperty object- Parameters:
group
- property groupname
- property namedescription
- property descriptionvalueStorage
- storage for property
-
-
Method Detail
-
get
public TabDropDownListVisiblePolicy get(java.lang.Object object)
Gets the TabDropDownListVisiblePolicy- Parameters:
object
- storage object for property- Returns:
- the TabDropDownListVisiblePolicy
-
set
public void set(java.lang.Object object, TabDropDownListVisiblePolicy policy)
Sets the TabDropDownListVisiblePolicy- Parameters:
object
- storage object for propertypolicy
- the TabDropDownListVisiblePolicy
-
-