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

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

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

Classes in to.etc.domui.component.tbl that implement ISelectionAllHandler
 class DefaultSelectAllHandler
          A default "select all" handler which delegates to either the model (preferred) or the selection model itself (slow).
 

Methods in to.etc.domui.component.tbl that return ISelectionAllHandler
 ISelectionAllHandler ISelectableTableComponent.getSelectionAllHandler()
          If this component has a way to execute "select all", it should return a thing that does that.
 ISelectionAllHandler DataTable.getSelectionAllHandler()
           
 

Methods in to.etc.domui.component.tbl with parameters of type ISelectionAllHandler
 void DataTable.setSelectionAllHandler(ISelectionAllHandler selectionAllHandler)