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 has ButtonFactory
's as values.
- Version:
- $Revision: 1.2 $
- Author:
- $Author: jesper $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
get
public ButtonFactory get(java.lang.Object valueContainer)
- Returns the
ButtonFactory
value 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 the
ButtonFactory
value of this property in a value container.
- Parameters:
valueContainer
- the value containerbuttonFactory
- the button factory