Uses of Class
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Packages that use TextBoxBase.TextAlignConstant
Package
Description
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.TextAlignConstantModifier and TypeFieldDescriptionstatic final TextBoxBase.TextAlignConstantTextBoxBase.ALIGN_CENTERCenter the text.static final TextBoxBase.TextAlignConstantTextBoxBase.ALIGN_JUSTIFYJustify the text.static final TextBoxBase.TextAlignConstantTextBoxBase.ALIGN_LEFTAlign the text to the left edge.static final TextBoxBase.TextAlignConstantTextBoxBase.ALIGN_RIGHTAlign the text to the right.Methods in com.google.gwt.user.client.ui with parameters of type TextBoxBase.TextAlignConstantModifier and TypeMethodDescriptionvoidTextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant align) Deprecated.
ValueBoxBase.setAlignment(TextAlignment)