|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TreeStateModel | |
| com.cc.framework.ui.control | |
| com.cc.framework.ui.model | |
| com.cc.framework.ui.model.imp | |
| com.cc.framework.util | |
| Uses of TreeStateModel in com.cc.framework.ui.control |
| Classes in com.cc.framework.ui.control that implement TreeStateModel | |
class |
TreeControl
TreeControl |
class |
TreelistControl
The Tree List Control. |
| Fields in com.cc.framework.ui.control declared as TreeStateModel | |
private TreeStateModel |
TreeLineIterator.state
The state model of the tree that holds the expansion state of the tree items. |
private TreeStateModel |
TreeControl.stateModel
State model |
| Methods in com.cc.framework.ui.control that return TreeStateModel | |
protected TreeStateModel |
TreeControl.doCreateStateModel()
Creates the state model for this control instance |
| Methods in com.cc.framework.ui.control with parameters of type TreeStateModel | |
static TreeLineIterator |
TreeLineIterator.locateOnLastVisibleChild(TreeStateModel state,
TreeNodeDataModel parent,
Principal principal)
Creates a new tree iterator that is located on the last visible item |
void |
TreeControl.setStateModel(TreeStateModel stateModel)
Sets the StateModel |
| Constructors in com.cc.framework.ui.control with parameters of type TreeStateModel | |
TreeLineIterator(TreeStateModel state,
TreeNodeDataModel current,
Principal principal)
Constructor for TreeLineIterator |
|
TreeLineIterator(TreeStateModel state,
TreeNodeDataModel current,
int maxRows,
Principal principal)
Constructor for TreeLineIterator |
|
| Uses of TreeStateModel in com.cc.framework.ui.model |
| Subinterfaces of TreeStateModel in com.cc.framework.ui.model | |
interface |
TreelistStateModel
Defines all attributes to describe the state of a TreeListControl |
| Uses of TreeStateModel in com.cc.framework.ui.model.imp |
| Classes in com.cc.framework.ui.model.imp that implement TreeStateModel | |
class |
TreelistStateModelImp
Implementation of the TreelistStateModel interface |
class |
TreeStateModelImp
Imploementation of the TreeStateModel interface |
| Uses of TreeStateModel in com.cc.framework.util |
| Fields in com.cc.framework.util declared as TreeStateModel | |
private TreeStateModel |
TreeIterator.state
The State Model that holds the expansion states |
| Methods in com.cc.framework.util with parameters of type TreeStateModel | |
static void |
TreeHelp.expandToLevel(TreeGroupDataModel root,
int level,
TreeStateModel state)
Expand nodes top down |
static int |
TreeHelp.calcVisibleNodes(TreeNodeDataModel node,
TreeStateModel state,
Principal principal)
Expand nodes top down |
static TreeNodeDataModel |
TreeHelp.iterateNodes(TreeNodeDataModel root,
TreeStateModel state,
Algorithm alg,
AlgorithmFilter filter)
This method processes an algorithm for all elements (nodes) in the tree. |
| Constructors in com.cc.framework.util with parameters of type TreeStateModel | |
TreeIterator(TreeNodeDataModel root,
TreeStateModel state)
Creates iterator and sets the root of a tree and tree adapter. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||