Uses of Class
com.sapportals.htmlb.TreeNode

Packages that use TreeNode
com.sapportals.htmlb   
com.sapportals.htmlb.event   
 

Uses of TreeNode in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb that return TreeNode
 TreeNode TreeNode.getParentNode()
          Return the parent tree node or NULL if the tree node is a root node.
 TreeNode TreeNode.getNodeByID(String id)
          Return the tree node with the specified id.
 TreeNode Tree.getRootNode()
          Return the root node of the tree.
 TreeNode Tree.expandNodeById(String id)
          Expand the tree node, which is specified by the node id.
 TreeNode Tree.collapseNodeById(String id)
          Collapse the tree node, which is specified by the node id.
 

Methods in com.sapportals.htmlb with parameters of type TreeNode
 void TreeNode.addChildNode(TreeNode node)
          Add a tree node to the list of child nodes.
 void TreeNode.removeChildNode(TreeNode node)
          remode a node from the list of child nodes
 void TreeNode.setParentNode(TreeNode parent)
          Set the parent node.
 void Tree.setRootNode(TreeNode rootNode)
          Set the root node of the tree.
 

Constructors in com.sapportals.htmlb with parameters of type TreeNode
TreeNode(String id, String text, TreeNode parent)
          A constructor of a TreeNode object.
TreeNode(String id, String text, TreeNode parent, boolean isOpen)
          A constructor of a TreeNode object.
 

Uses of TreeNode in com.sapportals.htmlb.event
 

Methods in com.sapportals.htmlb.event with parameters of type TreeNode
static String TreeNodeSelectEvent.renderEventCall(IPageContext pc, Tree tree, TreeNode node)
          INTERNAL USE ONLY.
static String TreeNodeExpandEvent.renderEventCall(IPageContext pc, Tree tree, TreeNode node)
          INTERNAL USE ONLY.
 



Copyright 2006 SAP AG Complete Copyright Notice