Uses of Package
wicket.extensions.markup.html.tree

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

Classes in wicket.extensions.markup.html.tree used by wicket.extensions.markup.html.tree
AbstractTree
          This class encapsulates the logic for displaying and (partial) updating the tree.
DefaultAbstractTree
          Tree class that contains convenient functions related to presentation of the tree, which includes junction link, tree item selection link, spacers (with lines) and default tree item and folder icons.
DefaultAbstractTree.ILinkCallback
          Helper class for calling an action from a link.
DefaultAbstractTree.LinkType
          The type of junction links and node selection links.
ITreeState
          Tree state holds information about a tree such as which nodes are expanded / collapsed and which nodes are selected, It can also fire callbacks on listener in case any of the information changed.
ITreeStateListener
          Methods this interface are called when tree state is changing.
 

Classes in wicket.extensions.markup.html.tree used by wicket.extensions.markup.html.tree.table
AbstractTree
          This class encapsulates the logic for displaying and (partial) updating the tree.
DefaultAbstractTree
          Tree class that contains convenient functions related to presentation of the tree, which includes junction link, tree item selection link, spacers (with lines) and default tree item and folder icons.
ITreeStateListener
          Methods this interface are called when tree state is changing.
 



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