Uses of Class
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of TextBoxBase.TextAlignConstant in com.google.gwt.user.client.ui
Modifier and TypeFieldDescriptionstatic final TextBoxBase.TextAlignConstant
TextBoxBase.ALIGN_CENTER
Center the text.static final TextBoxBase.TextAlignConstant
TextBoxBase.ALIGN_JUSTIFY
Justify the text.static final TextBoxBase.TextAlignConstant
TextBoxBase.ALIGN_LEFT
Align the text to the left edge.static final TextBoxBase.TextAlignConstant
TextBoxBase.ALIGN_RIGHT
Align the text to the right.Modifier and TypeMethodDescriptionvoid
TextBoxBase.setTextAlignment
(TextBoxBase.TextAlignConstant align) Deprecated.
ValueBoxBase.setAlignment(TextAlignment)