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

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

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

Classes in to.etc.domui.component.tbl that implement ISelectionListener
 class CheckBoxDataTable<T>
          Deprecated. 
 class DataTable<T>
          POC for a datatable based on the live dom code.
 class MultipleSelectionDataTable<T>
          DataTable customized to support multiple selection functionality.
 

Methods in to.etc.domui.component.tbl with parameters of type ISelectionListener
 void ISelectionModel.addListener(ISelectionListener<T> l)
          Add a listener that will receive notifications when the selections change.
 void AbstractSelectionModel.addListener(ISelectionListener<T> l)
           
 void ISelectionModel.removeListener(ISelectionListener<T> l)
           
 void AbstractSelectionModel.removeListener(ISelectionListener<T> l)