Uses of Interface
com.cc.framework.ui.model.ListStateModel

Packages that use ListStateModel
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of ListStateModel in com.cc.framework.ui.control
 

Classes in com.cc.framework.ui.control that implement ListStateModel
 class SimpleListControl
          The SimpleListControl
 class TreelistControl
          The Tree List Control.
 

Fields in com.cc.framework.ui.control declared as ListStateModel
private  ListStateModel VirtualListLineIterator.state
          The state model
private  ListStateModel VirtualKeyListLineIterator.state
          The state model
private  ListStateModel SimpleListControl.stateModel
          The state model
private  ListStateModel ListLineIterator.state
          The state model
 

Methods in com.cc.framework.ui.control that return ListStateModel
protected  ListStateModel SimpleListControl.doCreateStatemodel()
          Creates the state model for this control instance
 

Methods in com.cc.framework.ui.control with parameters of type ListStateModel
 void SimpleListControl.setStateModel(ListStateModel stateModel)
          Sets the StateModel
 

Constructors in com.cc.framework.ui.control with parameters of type ListStateModel
VirtualListLineIterator(ListStateModel state, VirtualListDataModel dataModel, Principal principal)
          Constructor
VirtualKeyListLineIterator(ListStateModel state, VirtualKeyListDataModel dataModel, Principal principal)
          Constructor
ListLineIterator(ListStateModel state, ListDataModel dataModel, int current, Principal principal)
          Constructor
ListLineIterator(ListStateModel state, ListDataModel dataModel, int current, int maxRows, Principal principal)
          Constructor
 

Uses of ListStateModel in com.cc.framework.ui.model
 

Subinterfaces of ListStateModel in com.cc.framework.ui.model
 interface TreelistStateModel
          Defines all attributes to describe the state of a TreeListControl
 

Uses of ListStateModel in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement ListStateModel
 class ListStateModelImp
          Implementation of the ListState model
 class TreelistStateModelImp
          Implementation of the TreelistStateModel interface
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.