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

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

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

Classes in wicket.extensions.markup.html.tree that implement ITreeStateListener
 class AbstractTree
          This class encapsulates the logic for displaying and (partial) updating the tree.
 class 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.
 class Tree
          A complete tree implementation where three item consists of junction link, icon and label.
 

Methods in wicket.extensions.markup.html.tree with parameters of type ITreeStateListener
 void ITreeState.addTreeStateListener(ITreeStateListener l)
          Adds a tree state listener.
 void ITreeState.removeTreeStateListener(ITreeStateListener l)
          Removes a tree state listener.
 void DefaultTreeState.addTreeStateListener(ITreeStateListener l)
           
 void DefaultTreeState.removeTreeStateListener(ITreeStateListener l)
           
 

Uses of ITreeStateListener in wicket.extensions.markup.html.tree.table
 

Classes in wicket.extensions.markup.html.tree.table that implement ITreeStateListener
 class TreeTable
          TreeTable is a component that represents a grid with a tree.
 



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