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

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

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

Subinterfaces of HasColumns 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.
 interface HasSortableColumns
          An interface for tables that support column sorting.
 

Classes in com.google.gwt.widgetideas.table.client that implement HasColumns
 class BulkEditablePagingGrid
           
 class BulkLoadedTable
          Table data, provided by a specificTableModel, is bulk loaded into the current table.
 class EditableGridView
          A GridView 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 GridView
          A GridView responds to events from an underlying TableController.
 class HoverGrid
          A variation of the Grid that supports row or cell hovering and row selection.
 class PreloadedTable
          A PreloadedTable allow users to configure a table with HTML cell data before rendering the table.
 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 HasColumns in com.google.gwt.widgetideas.table.client.overrides
 

Classes in com.google.gwt.widgetideas.table.client.overrides that implement HasColumns
 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.