BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Class
com.bea.wlw.netui.tags.html.TreeNode

Packages that use TreeNode
com.bea.wlw.netui.tags.html   
 

Uses of TreeNode in com.bea.wlw.netui.tags.html
 

Fields in com.bea.wlw.netui.tags.html declared as TreeNode
protected  TreeNode Node.node
           
protected  TreeNode TreeNode.parent
          The parent node of this node, or null if this is the root node.
protected  TreeNode Tree.rootNode
           
 

Methods in com.bea.wlw.netui.tags.html that return TreeNode
 TreeNode TreeNode.findNode(String nodeName)
           
 TreeNode TreeNode.getChild(int index)
          Return the child node at the given zero-relative index.
 TreeNode[] TreeNode.getChildren()
          Return the set of child nodes for this node.
 TreeNode Node.getNode()
           
 TreeNode TreeNode.getParent()
          Gets the parent node of this node, or null if this is the root node.
 TreeNode TreeNode.getRoot(TreeNode node)
          Gets the root node of this tree.
 TreeNode Tree.getRootNode()
          Gets the root TreeNode of this tree.
protected  TreeNode Tree.getTreeRoot()
          Return the TreeControl instance for the tree control that we are rendering.
 

Methods in com.bea.wlw.netui.tags.html with parameters of type TreeNode
 void TreeNode.addChild(int offset, TreeNode child)
          Add a new child node at the specified position in the child list.
 void TreeNode.addChild(TreeNode child)
          Add a new child node to the end of the list.
 TreeNode TreeNode.getRoot(TreeNode node)
          Gets the root node of this tree.
 void TreeNode.removeChild(TreeNode child)
          Remove the specified child node.
protected  void Tree.render(javax.servlet.jsp.JspWriter out, TreeNode node, int level, int width, boolean last)
          Render the specified node, as controlled by the specified parameters.
 void Node.setNode(TreeNode node)
           
 void TreeNode.setParent(TreeNode parent)
          Sets the parent node of this node.
 void Tree.setRootNode(TreeNode rootNode)
          Sets the root TreeNode of this tree.
 void TreeNode.updateName(TreeNode parentNode, int index)
           
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.