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

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

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

Subclasses of SortableGrid in com.google.gwt.widgetideas.table.client
 class FixedWidthGrid
          A variation of the Grid that resizes columns using a fixed table width.
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type SortableGrid
abstract  void SortableGrid.ColumnSorter.onSortColumn(SortableGrid grid, TableModel.ColumnSortList sortList, SortableGrid.ColumnSorterCallback callback)
          Override this method to implement a custom column sorting algorithm.