Uses of Class
com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment
-
Packages that use ValueBoxBase.TextAlignment Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of ValueBoxBase.TextAlignment in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui that return ValueBoxBase.TextAlignment Modifier and Type Method Description (package private) ValueBoxBase.TextAlignment
TextBoxBase.TextAlignConstant. getTextAlignString()
Deprecated.static ValueBoxBase.TextAlignment
ValueBoxBase.TextAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ValueBoxBase.TextAlignment[]
ValueBoxBase.TextAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.user.client.ui with parameters of type ValueBoxBase.TextAlignment Modifier and Type Method Description void
ValueBoxBase. setAlignment(ValueBoxBase.TextAlignment align)
-