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

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

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

Classes in to.etc.domui.component.tbl that implement ISelectionModel
 class AbstractSelectionModel<T>
          Abstract base class for selection models which handles the registration and calling of listeners.
 class InstanceSelectionModel<T>
          This is a selection model that selects simple instances.
 class KeySelectionModel<T,K>
          Example implementation of a simple selection model, retaining only the instances key.
 

Methods in to.etc.domui.component.tbl that return ISelectionModel
 ISelectionModel<T> ISelectableTableComponent.getSelectionModel()
           
 ISelectionModel<T> DataTable.getSelectionModel()
          Return the model used for table selections, if applicable.
 

Methods in to.etc.domui.component.tbl with parameters of type ISelectionModel
<T> void
DefaultSelectAllHandler.selectAll(ITableModel<T> sourceModel, ISelectionModel<T> selectionModel)
           
<T> void
ISelectionAllHandler.selectAll(ITableModel<T> sourcemodel, ISelectionModel<T> selectionModel)
           
 void DataTable.setSelectionModel(ISelectionModel<T> selectionModel)
          Set the model to maintain selections, if this table allows selections.