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
A property which has
ButtonFactory
's as values.-
Constructor Summary
ConstructorsConstructorDescriptionButtonFactoryProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns theButtonFactory
value of this property in a value container.void
set
(Object valueContainer, ButtonFactory buttonFactory) Sets theButtonFactory
value 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 Details
-
ButtonFactoryProperty
public ButtonFactoryProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler) Constructor.- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
-
-
Method Details
-
get
Returns theButtonFactory
value of this property in a value container.- Parameters:
valueContainer
- the value container- Returns:
- the button factory value of this property
-
set
Sets theButtonFactory
value of this property in a value container.- Parameters:
valueContainer
- the value containerbuttonFactory
- the button factory
-