Uses of Class
qx.ui.table.selection.Model

Packages that use Model
qx.ui.table   
qx.ui.table.selection   
qx.ui.treevirtual   
 

Uses of Model in qx.ui.table
 

Methods in qx.ui.table that return Model
 Model Table.getSelectionModel()
          Returns the (computed) value of the property selectionModel.
 

Methods in qx.ui.table with parameters of type Model
 void Table.initSelectionModel(Model arg)
          Calls the apply method and dispatches the change event of the property selectionModel with the default value defined by the class developer.
 void Table.setSelectionModel(Model arg)
          Sets the user value of the property selectionModel.
 

Uses of Model in qx.ui.table.selection
 

Methods in qx.ui.table.selection that return Model
 Model Manager.getSelectionModel()
          Returns the (computed) value of the property selectionModel.
 

Methods in qx.ui.table.selection with parameters of type Model
 void Manager.initSelectionModel(Model arg)
          Calls the apply method and dispatches the change event of the property selectionModel with the default value defined by the class developer.
 void Manager.setSelectionModel(Model arg)
          Sets the user value of the property selectionModel.
 

Uses of Model in qx.ui.treevirtual
 

Subclasses of Model in qx.ui.treevirtual
 class RecursiveSelectionModel
          A recursive selection model.
 



Copyright © 2008 1&1. All Rights Reserved.