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

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

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

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

Methods in org.apache.wicket.markup.html.tree with parameters of type BaseTree
protected  void LabelIconPanel.addComponents(IModel model, BaseTree tree)
          Adds the icon and content components to the panel.
protected  void LinkIconPanel.addComponents(IModel model, BaseTree tree)
           
protected  ResourceReference LabelIconPanel.getImageResourceReference(BaseTree tree, javax.swing.tree.TreeNode node)
          Returns the image resource reference based on the give tree node type.
protected  Component LabelIconPanel.newContentComponent(java.lang.String componentId, BaseTree tree, IModel model)
          Creates the content component (label in this case) for the node
protected  Component LabelIconPanel.newImageComponent(java.lang.String componentId, BaseTree tree, IModel model)
          Creates the icon component for the node
protected  void LinkTree.onNodeLinkClicked(javax.swing.tree.TreeNode node, BaseTree tree, AjaxRequestTarget target)
          Method invoked after the node has been selected / unselected.
protected  void LinkIconPanel.onNodeLinkClicked(javax.swing.tree.TreeNode node, BaseTree tree, AjaxRequestTarget target)
          Handler invoked when the link is clicked.
 

Constructors in org.apache.wicket.markup.html.tree with parameters of type BaseTree
LabelIconPanel(java.lang.String id, IModel model, BaseTree tree)
          Constructs the panel.
LinkIconPanel(java.lang.String id, IModel model, BaseTree tree)
          Constructs the panel.
 



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