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

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

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

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