net.infonode.properties.types
public class ButtonFactoryProperty extends ValueHandlerProperty
Version: $Revision: 1.2 $
| Constructor Summary | |
|---|---|
| ButtonFactoryProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
| |
| Method Summary | |
|---|---|
| ButtonFactory | get(Object valueContainer)
Returns the ButtonFactory value of this property in a value container.
|
| void | set(Object valueContainer, ButtonFactory buttonFactory)
Sets the ButtonFactory value of this property in a value container.
|
Parameters: group the property group name the property name description the property description valueHandler handles values for this property
Parameters: valueContainer the value container
Returns: the button factory value of this property
Parameters: valueContainer the value container buttonFactory the button factory