Uses of Interface
org.richfaces.component.TreeNode

Packages that use TreeNode
org.richfaces.component   
org.richfaces.component.xml   
 

Uses of TreeNode in org.richfaces.component
 

Classes in org.richfaces.component that implement TreeNode
 class TreeNodeImpl
           
 

Methods in org.richfaces.component that return TreeNode
 TreeNode TreeNodeImpl.getChild(java.lang.Object identifier)
           
 TreeNode TreeNode.getChild(java.lang.Object id)
          find child by id
 TreeNode TreeNodeImpl.getParent()
           
 TreeNode TreeNode.getParent()
          getter for parent TreeNode
 TreeNode UITree.getTreeNode()
          Return the data object representing the node for the currently selected row key, if any
 TreeNode TreeDataModel.getTreeNode()
           
abstract  TreeNode AbstractTreeDataModel.getTreeNode()
           
 TreeNode UITree.getTreeNode(java.lang.Object rowKey)
          Return the data object representing the node for the contextual row key
protected  TreeNode TreeDataModel.locateTreeNode(TreeRowKey rowKey)
           
protected  TreeNode TreeDataModel.locateTreeNode(TreeRowKey rowKey, boolean allowCreate)
           
 

Methods in org.richfaces.component with parameters of type TreeNode
 void TreeNodeImpl.addChild(java.lang.Object identifier, TreeNode child)
           
 void TreeNode.addChild(java.lang.Object identifier, TreeNode child)
          adds child to children collection
 void TreeNodeImpl.setParent(TreeNode parent)
           
 void TreeNode.setParent(TreeNode parent)
          setter for parent TreeNode
 

Uses of TreeNode in org.richfaces.component.xml
 

Methods in org.richfaces.component.xml that return TreeNode
static TreeNode XmlTreeDataBuilder.build(org.xml.sax.InputSource inputSource)
           
 



Copyright © 2007. All Rights Reserved.