net.infonode.properties.types
public class AlignmentProperty extends EnumProperty
Version: $Revision: 1.6 $
Constructor Summary | |
---|---|
AlignmentProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler, Alignment[] validValues)
Constructor.
|
Method Summary | |
---|---|
Alignment | get(Object valueContainer)
Returns the alignment value of this property in a value container.
|
void | set(Object valueContainer, Alignment alignment)
Sets the alignment 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 validValues valid values for this property
Parameters: valueContainer the value container
Returns: the alignment value of this property
Parameters: valueContainer the value container alignment the alignment value