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.TextAlignConstantTextBoxBase. ALIGN_CENTERCenter the text.static TextBoxBase.TextAlignConstantTextBoxBase. ALIGN_JUSTIFYJustify the text.static TextBoxBase.TextAlignConstantTextBoxBase. ALIGN_LEFTAlign the text to the left edge.static TextBoxBase.TextAlignConstantTextBoxBase. ALIGN_RIGHTAlign the text to the right.Methods in com.google.gwt.user.client.ui with parameters of type TextBoxBase.TextAlignConstant Modifier and Type Method Description voidTextBoxBase. setTextAlignment(TextBoxBase.TextAlignConstant align)Deprecated.
-