|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.table.client.SortableFixedWidthGrid.ColumnSorter
public abstract static class SortableFixedWidthGrid.ColumnSorter
The column sorter defines an algorithm to sort columns.
Constructor Summary | |
---|---|
SortableFixedWidthGrid.ColumnSorter()
|
Method Summary | |
---|---|
abstract void |
onSortColumn(SortableFixedWidthGrid grid,
TableModel.ColumnSortList sortList,
SortableFixedWidthGrid.ColumnSorterCallback callback)
Override this method to implement a custom column sorting algorithm. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableFixedWidthGrid.ColumnSorter()
Method Detail |
---|
public abstract void onSortColumn(SortableFixedWidthGrid grid, TableModel.ColumnSortList sortList, SortableFixedWidthGrid.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 |