Interface HasAlignmentProperty
- All Known Implementing Classes:
 Button,ButtonBase,Cell,CheckBox,DatePicker,Hyperlink,Label,Labeled,PasswordField,RadioButton,TextField,TitledPane,ToggleButton,ToolkitTextBox
public interface HasAlignmentProperty
- Author:
 - Bruno Salmon
 
- 
Property Summary
Properties - 
Method Summary
Modifier and TypeMethodDescriptiondefault PosGets the value of thealignmentproperty.default voidsetAlignment(Pos alignment) Sets the value of thealignmentproperty. 
- 
Property Details
- 
alignment
 
 - 
 - 
Method Details
- 
alignmentProperty
- Returns:
 - the 
alignmentproperty - See Also:
 
 - 
setAlignment
Sets the value of thealignmentproperty.- Property description:
 - Parameters:
 alignment- the value for thealignmentproperty- See Also:
 
 - 
getAlignment
Gets the value of thealignmentproperty.- Property description:
 - Returns:
 - the value of the 
alignmentproperty - See Also:
 
 
 -