Uses of Interface
com.google.gwt.widgetideas.table.client.HasAutoFitColumn

Packages that use HasAutoFitColumn
com.google.gwt.widgetideas.table.client   
 

Uses of HasAutoFitColumn in com.google.gwt.widgetideas.table.client
 

Classes in com.google.gwt.widgetideas.table.client that implement HasAutoFitColumn
 class EditablePagingGrid
          A PagingGrid that supports editing cell contents using a cell editor.
 class FixedWidthGrid
          A variation of the Grid that resizes columns using a fixed table width.
 class PagingGrid
          A PagingGrid responds to events from an underlying TableController.
 class SortableFixedWidthGrid
          A variation of the Grid that supports many more options such as lazy row and column creation, row movement, hovering, row selection, and better column resizing.