JIDE 3.5.15

com.jidesoft.grid
Interface SortableTableModel.SortOrderHandler

All Superinterfaces:
SortItemSupport.SortOrderHandler
Enclosing class:
SortableTableModel

public static interface SortableTableModel.SortOrderHandler
extends SortItemSupport.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