Uses of Interface
wicket.extensions.markup.html.tree.ITreeState

Packages that use ITreeState
wicket.extensions.markup.html.tree Package for Tree components. 
 

Uses of ITreeState in wicket.extensions.markup.html.tree
 

Classes in wicket.extensions.markup.html.tree that implement ITreeState
 class DefaultTreeState
          Default implementation of TreeState.
 

Methods in wicket.extensions.markup.html.tree that return ITreeState
 ITreeState AbstractTree.getTreeState()
          Returns the TreeState of this tree.
protected  ITreeState AbstractTree.newTreeState()
          Creates the TreeState, which is an object where the current state of tree (which nodes are expanded / collapsed, selected, ...) is stored.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.