GWT 2.1.1

Uses of Interface
com.google.gwt.user.client.ui.HasAlignment

Packages that use HasAlignment
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 HasAlignment in com.google.gwt.user.cellview.client
 

Classes in com.google.gwt.user.cellview.client that implement HasAlignment
 class Column<T,C>
          A representation of a column in a table.
 class IdentityColumn<T>
          A passthrough column, useful for giving cells access to the entire row object.
 class TextColumn<T>
          A column that displays its contents with a TextCell and does not make use of view data.
 

Uses of HasAlignment in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement HasAlignment
 class DockPanel
          Deprecated. Use DockLayoutPanel instead, but understand that it is not a drop in replacement for this class. It requires standards mode, and is most easily used under a RootLayoutPanel (as opposed to a RootPanel
 class HorizontalPanel
          A panel that lays all of its widgets out in a single horizontal column.
 class VerticalPanel
          A panel that lays all of its widgets out in a single vertical column.
 


GWT 2.1.1