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

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

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

Subclasses of SortableFixedWidthGrid in com.google.gwt.widgetideas.table.client
 class EditablePagingGrid
          A PagingGrid that supports editing cell contents using a cell editor.
 class PagingGrid
          A PagingGrid responds to events from an underlying TableController.
 

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