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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault TextAlignmentGets the value of thetextAlignmentproperty.default voidsetTextAlignment(TextAlignment textAlignment) Sets the value of thetextAlignmentproperty.
-
Property Details
-
textAlignment
Property<TextAlignment> textAlignmentProperty
-
-
Method Details
-
textAlignmentProperty
Property<TextAlignment> textAlignmentProperty()- Returns:
- the
textAlignmentproperty - See Also:
-
setTextAlignment
Sets the value of thetextAlignmentproperty.- Property description:
- Parameters:
textAlignment- the value for thetextAlignmentproperty- See Also:
-
getTextAlignment
Gets the value of thetextAlignmentproperty.- Property description:
- Returns:
- the value of the
textAlignmentproperty - See Also:
-