Uses of Interface
to.etc.domui.component.tbl.ISortHelper

Packages that use ISortHelper
to.etc.domui.component.tbl   
 

Uses of ISortHelper in to.etc.domui.component.tbl
 

Methods in to.etc.domui.component.tbl that return ISortHelper
 ISortHelper SimpleColumnDef.getSortHelper()
           
 

Methods in to.etc.domui.component.tbl with parameters of type ISortHelper
 void SimpleColumnDef.setSortHelper(ISortHelper sortHelper)
           
 void IProgrammableSortableModel.sortOn(ISortHelper helper, boolean descending)
           
 void SimpleSearchModel.sortOn(ISortHelper helper, boolean descending)
          Set a sorter to sort the result.