|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeState | |
|---|---|
| wicket.markup.html.tree | Package for Tree components. |
| Uses of TreeState in wicket.markup.html.tree |
|---|
| Methods in wicket.markup.html.tree that return TreeState | |
|---|---|
TreeState |
AbstractTree.getTreeState()
Gets the current tree state. |
TreeState |
AbstractTree.newTreeState(javax.swing.tree.TreeModel model)
Creates a new tree state by creating a new TreeStateobject,
which is then set as the current tree state, creating a new
TreeSelectionModeland then calling setTreeModel with this |
protected TreeState |
AbstractTree.newTreeState(javax.swing.tree.TreeModel treeModel,
boolean rootVisible)
Creates a new tree state by creating a new TreeStateobject,
which is then set as the current tree state, creating a new
TreeSelectionModeland then calling setTreeModel with this |
| Methods in wicket.markup.html.tree with parameters of type TreeState | |
|---|---|
void |
Tree.setTreeState(TreeState treeState)
Sets the current tree state to the given tree state. |
void |
AbstractTree.setTreeState(TreeState treeState)
Sets the current tree state to the given tree state. |
| Constructors in wicket.markup.html.tree with parameters of type TreeState | |
|---|---|
AbstractTree(java.lang.String id,
TreeState treeState)
Construct using the given tree state that holds the model to be used as the tree model. |
|
Tree(java.lang.String id,
TreeState treeState)
Construct using the given tree state that holds the model to be used as the tree model. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||