Uses of Class
org.apache.webapp.admin.TreeControlNode

Packages that use TreeControlNode
org.apache.jetspeed.portlets.tags   
org.apache.webapp.admin   
 

Uses of TreeControlNode in org.apache.jetspeed.portlets.tags
 

Methods in org.apache.jetspeed.portlets.tags with parameters of type TreeControlNode
protected  void PortletTreeControlTag.render(javax.servlet.jsp.JspWriter out, TreeControlNode node, int level, int width, boolean last)
          Render the specified node, as controlled by the specified parameters.
 

Uses of TreeControlNode in org.apache.webapp.admin
 

Fields in org.apache.webapp.admin declared as TreeControlNode
protected  TreeControlNode TreeControlNode.parent
          The parent node of this node, or null if this is the root node.
protected  TreeControlNode TreeControl.root
          The root node of the entire tree.
protected  TreeControlNode TreeControl.selected
          The most recently selected node.
 

Methods in org.apache.webapp.admin that return TreeControlNode
 TreeControlNode[] TreeControlNode.findChildren()
          Return the set of child nodes for this node.
 TreeControlNode TreeControl.findNode(java.lang.String name)
          Find and return the TreeControlNode for the specified node name, if it exists; otherwise, return null.
 TreeControlNode TreeControlNode.getParent()
           
 TreeControlNode TreeControl.getRoot()
           
 

Methods in org.apache.webapp.admin with parameters of type TreeControlNode
 void TreeControlNode.addChild(int offset, TreeControlNode child)
          Add a new child node at the specified position in the child list.
 void TreeControlNode.addChild(TreeControlNode child)
          Add a new child node to the end of the list.
 void TreeControl.removeNode(TreeControlNode node)
          Deregister the specified node, as well as all child nodes of this node, from our registry of the complete tree.
protected  void TreeControlTag.render(javax.servlet.jsp.JspWriter out, TreeControlNode node, int level, int width, boolean last)
          Render the specified node, as controlled by the specified parameters.
protected  void TreeControl.setRoot(TreeControlNode root)
           
 

Constructors in org.apache.webapp.admin with parameters of type TreeControlNode
TreeControl(TreeControlNode root)
          Construct a new instance with the specified root node.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.