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

Packages that use HasTableCells
com.google.gwt.widgetideas.table.client   
com.google.gwt.widgetideas.table.client.overrides   
 

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

Subinterfaces of HasTableCells in com.google.gwt.widgetideas.table.client
 interface HasAutoFitColumn
          An interface for tables that support automatic resizing of columns to fit the contents of the column based on the content of the column.
 interface HasFixedColumnWidth
          An interface for tables that manipulate columns using a fixed table width.
 interface HasRowPaging
          An interface for tables that can do paging.
 

Classes in com.google.gwt.widgetideas.table.client that implement HasTableCells
 class EditablePagingGrid
          A PagingGrid that supports editing cell contents using a cell editor.
 class FixedWidthFlexTable
          A variation of the FlexTable that supports smarter column resizing options.
 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 PreloadedTable
          A PreloadedTable allow users to configure a table with HTML cell data before rendering the table.
 class SelectionGrid
          A variation of the Grid that supports row or cell hovering and row selection.
 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.
 

Uses of HasTableCells in com.google.gwt.widgetideas.table.client.overrides
 

Classes in com.google.gwt.widgetideas.table.client.overrides that implement HasTableCells
 class FlexTable
          This class should replace the actual class of the same name.
 class Grid
          This class should replace the actual class of the same name.
 class HTMLTable
          This class should replace the actual class of the same name.