|
||||||||||
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.ColumnSorterCallback
public class SortableGrid.ColumnSorterCallback
Callback that is called when the row sorting is complete.
Constructor Summary | |
---|---|
SortableGrid.ColumnSorterCallback()
|
Method Summary | |
---|---|
void |
onSortingComplete()
Trigger the callback, but do not change the ordering of the rows. |
void |
onSortingComplete(com.google.gwt.user.client.Element[] trElems)
Set the order of all rows after a column sort request. |
void |
onSortingComplete(int[] trIndexes)
Set the order of all rows after a column sort request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortableGrid.ColumnSorterCallback()
Method Detail |
---|
public void onSortingComplete(int[] trIndexes)
trIndexes
- the row index in their new orderpublic void onSortingComplete(com.google.gwt.user.client.Element[] trElems)
trElems
- the row elements in their new orderpublic void onSortingComplete()
SortableGrid.ColumnSorter
rearranges the columns
manually.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |