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

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

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

Subclasses of BaseTree in org.apache.wicket.extensions.markup.html.tree
 class LabelTree
          Deprecated. 
 class LinkTree
          Deprecated. 
 

Methods in org.apache.wicket.extensions.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<?> 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)
          Deprecated. 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.extensions.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 © 2006-2012 Apache Software Foundation. All Rights Reserved.