|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface SortableTableModel.SortOrderHandler
A handler to handle the toggling of sort order. Usually the first click on the table header will sort that column
ascendingly. Clicking again will sort it descendingly. The third click will unsort. However there are cases that
you want a different behavior. For example, you might not want the unsorted state on the third click. In those
cases, you can use SortableTableModel.SortOrderHandler
and SortableTableModel.setSortOrderHandler(com.jidesoft.grid.SortableTableModel.SortOrderHandler)
to provide your own way to toggle the sort order.
Method Summary |
---|
Methods inherited from interface com.jidesoft.grid.SortItemSupport.SortOrderHandler |
---|
toggleSortOrder |
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |