GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant

Packages that use TextBoxBase.TextAlignConstant
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
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
 void TextBoxBase.setTextAlignment(TextBoxBase.TextAlignConstant align)
          Deprecated. use ValueBoxBase.setAlignment(TextAlignment)
 


GWT 2.7.0