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 LinkIconPanel.addComponents(IModel<Object> model, BaseTree tree)
           
protected  void LabelIconPanel.addComponents(IModel<Object> model, BaseTree tree)
          Adds the icon and content components to the panel.
protected  ResourceReference LabelIconPanel.getImageResourceReference(BaseTree tree, Object node)
          Returns the image resource reference based on the give tree node type.
protected  Component LabelIconPanel.newContentComponent(String componentId, BaseTree tree, IModel<Object> model)
          Creates the content component (label in this case) for the node
protected  Component LabelIconPanel.newImageComponent(String componentId, BaseTree tree, IModel<Object> model)
          Creates the icon component for the node
protected  void LinkTree.onNodeLinkClicked(Object node, BaseTree tree, AjaxRequestTarget target)
          Method invoked after the node has been selected / unselected.
protected  void LinkIconPanel.onNodeLinkClicked(Object 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(String id, IModel<Object> model, BaseTree tree)
          Constructs the panel.
LinkIconPanel(String id, IModel<Object> model, BaseTree tree)
          Constructs the panel.
 



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