Uses of Class
org.apache.wicket.markup.html.tree.AbstractTree

Packages that use AbstractTree
org.apache.wicket.examples.ajax.builtin.tree   
org.apache.wicket.extensions.markup.html.tree   
org.apache.wicket.extensions.markup.html.tree.table   
org.apache.wicket.markup.html.tree Package for Tree components. 
 

Uses of AbstractTree in org.apache.wicket.examples.ajax.builtin.tree
 

Methods in org.apache.wicket.examples.ajax.builtin.tree that return AbstractTree
protected  AbstractTree SimpleTreePage.getTree()
           
protected abstract  AbstractTree BaseTreePage.getTree()
          Returns the tree on this pages.
protected  AbstractTree TreeTablePage.getTree()
           
protected  AbstractTree EditableTreeTablePage.getTree()
           
 

Uses of AbstractTree in org.apache.wicket.extensions.markup.html.tree
 

Subclasses of AbstractTree in org.apache.wicket.extensions.markup.html.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.
 

Uses of AbstractTree in org.apache.wicket.extensions.markup.html.tree.table
 

Subclasses of AbstractTree in org.apache.wicket.extensions.markup.html.tree.table
 class TreeTable
          TreeTable is a component that represents a grid with a tree.
 

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

Subclasses of AbstractTree in org.apache.wicket.markup.html.tree
 class BaseTree
          An abstract Tree component that should serve as a base for custom Tree Components.
 class LabelTree
          Simple tree component that uses label to render tree node.
 class LinkTree
          Simple tree component that provides node panel with link allowing user to select individual nodes.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.