Uses of Class
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
-
Packages that use TextBoxBase.TextAlignConstant Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of TextBoxBase.TextAlignConstant in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as TextBoxBase.TextAlignConstant Modifier and Type Field Description static TextBoxBase.TextAlignConstant
TextBoxBase. ALIGN_CENTER
Center the text.static TextBoxBase.TextAlignConstant
TextBoxBase. ALIGN_JUSTIFY
Justify the text.static TextBoxBase.TextAlignConstant
TextBoxBase. ALIGN_LEFT
Align the text to the left edge.static TextBoxBase.TextAlignConstant
TextBoxBase. ALIGN_RIGHT
Align the text to the right.Methods in com.google.gwt.user.client.ui with parameters of type TextBoxBase.TextAlignConstant Modifier and Type Method Description void
TextBoxBase. setTextAlignment(TextBoxBase.TextAlignConstant align)
Deprecated.
-