|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.SortableGrid.ColumnSorter
public abstract static class SortableGrid.ColumnSorter
The column sorter defines an algorithm to sort columns.
Constructor Summary | |
---|---|
SortableGrid.ColumnSorter()
|
Method Summary | |
---|---|
abstract void |
onSortColumn(SortableGrid grid,
TableModel.ColumnSortList sortList,
SortableGrid.ColumnSorterCallback callback)
Override this method to implement a custom column sorting algorithm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableGrid.ColumnSorter()
Method Detail |
---|
public abstract void onSortColumn(SortableGrid grid, TableModel.ColumnSortList sortList, SortableGrid.ColumnSorterCallback callback)
grid
- the grid that the sorting will be applied tosortList
- the list of columns to sort bycallback
- the callback object when sorting is complete
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |