Uses of Interface
com.google.gwt.user.client.ui.HasAlignment
Packages that use HasAlignment
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
- 
Uses of HasAlignment in com.google.gwt.user.cellview.clientClasses in com.google.gwt.user.cellview.client that implement HasAlignmentModifier and TypeClassDescriptionclassColumn<T,C> A representation of a column in a table.classA passthrough column, useful for giving cells access to the entire row object.classTextColumn<T>A column that displays its contents with aTextCelland does not make use of view data.
- 
Uses of HasAlignment in com.google.gwt.user.client.uiClasses in com.google.gwt.user.client.ui that implement HasAlignmentModifier and TypeClassDescriptionclassA panel that lays its child widgets out "docked" at its outer edges, and allows its last widget to take up the remaining space in its center.classA panel that lays all of its widgets out in a single horizontal column.classA panel that lays all of its widgets out in a single vertical column.