Package net.infonode.properties.types
Class ButtonFactoryProperty
- java.lang.Object
-
- net.infonode.properties.util.AbstractProperty
-
- net.infonode.properties.util.ValueHandlerProperty
-
- net.infonode.properties.types.ButtonFactoryProperty
-
- All Implemented Interfaces:
Property
public class ButtonFactoryProperty extends ValueHandlerProperty
A property which hasButtonFactory's as values.
-
-
Constructor Summary
Constructors Constructor Description ButtonFactoryProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ButtonFactoryget(java.lang.Object valueContainer)Returns theButtonFactoryvalue of this property in a value container.voidset(java.lang.Object valueContainer, ButtonFactory buttonFactory)Sets theButtonFactoryvalue of this property in a value container.-
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
-
Methods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
-
-
-
Constructor Detail
-
ButtonFactoryProperty
public ButtonFactoryProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueHandler)
Constructor.- Parameters:
group- the property groupname- the property namedescription- the property descriptionvalueHandler- handles values for this property
-
-
Method Detail
-
get
public ButtonFactory get(java.lang.Object valueContainer)
Returns theButtonFactoryvalue of this property in a value container.- Parameters:
valueContainer- the value container- Returns:
- the button factory value of this property
-
set
public void set(java.lang.Object valueContainer, ButtonFactory buttonFactory)Sets theButtonFactoryvalue of this property in a value container.- Parameters:
valueContainer- the value containerbuttonFactory- the button factory
-
-