Uses of Interface
org.wings.SListSelectionModel

Packages that use SListSelectionModel
org.wings Provides the core components and interfacing building up wingS. 
 

Uses of SListSelectionModel in org.wings
 

Classes in org.wings that implement SListSelectionModel
 class SDefaultListSelectionModel
          Default implementation of a list selection model.
 

Fields in org.wings declared as SListSelectionModel
protected  SListSelectionModel STable.selectionModel
          the selection model.
 

Methods in org.wings that return SListSelectionModel
protected  SListSelectionModel SList.createSelectionModel()
          creates the default selection model.
 SListSelectionModel SList.getSelectionModel()
          Returns the current selection model.
 SListSelectionModel STable.getSelectionModel()
          Returns
 

Methods in org.wings with parameters of type SListSelectionModel
 void SList.setSelectionModel(SListSelectionModel selectionModel)
          Set the selectionModel for the list.
 void STable.setSelectionModel(SListSelectionModel model)
          Sets the row selection model for this table to model.
 



wingS Swings ;-)