Uses of Class
com.google.gwt.widgetideas.table.client.overrides.HTMLTable

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

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

Subclasses of HTMLTable in com.google.gwt.widgetideas.table.client
 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 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 SortableGrid
          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.
 

Methods in com.google.gwt.widgetideas.table.client that return HTMLTable
 HTMLTable AbstractCellEditor.CellEditInfo.getTable()
           
protected  HTMLTable TableBulkRenderer.getTable()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type HTMLTable
protected  com.google.gwt.user.client.Element FixedWidthGridBulkRenderer.getBulkLoadedGhostRow(HTMLTable table)
          Gets the new ghost element from the table.
protected  com.google.gwt.user.client.Element FixedWidthGrid.getDOMGhostRow(HTMLTable table)
          Gets the new ghost element directly from the table.
 

Constructors in com.google.gwt.widgetideas.table.client with parameters of type HTMLTable
AbstractCellEditor.CellEditInfo(HTMLTable table, int row, int cell, R rowValue)
          Constructor.
TableBulkRenderer(HTMLTable table)
          Constructor for the bulk renderer.
TableBulkRenderer(HTMLTable table, TableBulkRenderer.CellRenderer renderer)
          Constructor for the bulk renderer.
 

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

Subclasses of HTMLTable in com.google.gwt.widgetideas.table.client.overrides
 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.