Uses of Class
com.google.gwt.widgetideas.table.client.GridView

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

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

Subclasses of GridView in com.google.gwt.widgetideas.table.client
 class BulkEditablePagingGrid
           
 class EditableGridView
          A GridView that supports editing cell contents using a cell editor.
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type GridView
abstract  void GridView.CellRenderer.renderCell(GridView grid, int row, int column, java.lang.Object data)
          Render the contents of a cell.