Uses of Interface
org.apache.wicket.markup.html.tree.ITreeState

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

Uses of ITreeState in org.apache.wicket.markup.html.tree
 

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

Methods in org.apache.wicket.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-2011 Apache Software Foundation. All Rights Reserved.