Interface HasTextAlignmentProperty
- All Known Implementing Classes:
Button
,ButtonBase
,Cell
,CheckBox
,DatePicker
,Hyperlink
,Label
,Labeled
,LabeledText
,PasswordField
,RadioButton
,Text
,TextField
,TitledPane
,ToggleButton
,ToolkitTextBox
public interface HasTextAlignmentProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault TextAlignment
Gets the value of thetextAlignment
property.default void
setTextAlignment
(TextAlignment textAlignment) Sets the value of thetextAlignment
property.
-
Property Details
-
textAlignment
Property<TextAlignment> textAlignmentProperty
-
-
Method Details
-
textAlignmentProperty
Property<TextAlignment> textAlignmentProperty()- Returns:
- the
textAlignment
property - See Also:
-
setTextAlignment
Sets the value of thetextAlignment
property.- Property description:
- Parameters:
textAlignment
- the value for thetextAlignment
property- See Also:
-
getTextAlignment
Gets the value of thetextAlignment
property.- Property description:
- Returns:
- the value of the
textAlignment
property - See Also:
-