Uses of Class
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
-
Packages that use HasHorizontalAlignment.HorizontalAlignmentConstant Package Description com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HasHorizontalAlignment.HorizontalAlignmentConstant in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client that return HasHorizontalAlignment.HorizontalAlignmentConstant Modifier and Type Method Description HasHorizontalAlignment.HorizontalAlignmentConstant
Column. getHorizontalAlignment()
Methods in com.google.gwt.user.cellview.client with parameters of type HasHorizontalAlignment.HorizontalAlignmentConstant Modifier and Type Method Description void
Column. setHorizontalAlignment(HasHorizontalAlignment.HorizontalAlignmentConstant align)
Sets the horizontal alignment. -
Uses of HasHorizontalAlignment.HorizontalAlignmentConstant in com.google.gwt.user.client.ui
Fields in com.google.gwt.user.client.ui declared as HasHorizontalAlignment.HorizontalAlignmentConstant Modifier and Type Field Description static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_CENTER
Specifies that the widget's contents should be aligned in the center.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_DEFAULT
Synonym ofHasHorizontalAlignment.ALIGN_LOCALE_START
.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_JUSTIFY
Specifies that the widget's contents should be aligned as justify.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_LEFT
Specifies that the widget's contents should be aligned to the left.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_LOCALE_END
In a RTL layout, specifies that the widget's contents should be aligned to the left.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_LOCALE_START
In a RTL layout, specifies that the widget's contents should be aligned to the right.static HasHorizontalAlignment.HorizontalAlignmentConstant
HasHorizontalAlignment. ALIGN_RIGHT
Specifies that the widget's contents should be aligned to the right.
-