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
-
Method Summary
Modifier and TypeMethodDescriptiondefault Pos
Gets the value of thealignment
property.default void
setAlignment
(Pos alignment) Sets the value of thealignment
property.
-
Property Details
-
alignment
-
-
Method Details
-
alignmentProperty
- Returns:
- the
alignment
property - See Also:
-
setAlignment
Sets the value of thealignment
property.- Property description:
- Parameters:
alignment
- the value for thealignment
property- See Also:
-
getAlignment
Gets the value of thealignment
property.- Property description:
- Returns:
- the value of the
alignment
property - See Also:
-