Uses of Interface
org.apache.myfaces.custom.tree2.TreeNode

Packages that use TreeNode
org.apache.myfaces.custom.tree2   
 

Uses of TreeNode in org.apache.myfaces.custom.tree2
 

Classes in org.apache.myfaces.custom.tree2 that implement TreeNode
 class TreeNodeBase
           
 class TreeNodeChecked
          Convenience implementation of TreeNode to make the tree easy to use with boolean checkboxes.
 

Methods in org.apache.myfaces.custom.tree2 that return TreeNode
 TreeNode Tree.getNode()
           
 TreeNode UITreeData.getNode()
          Calls through to the TreeModel and returns the current TreeNode or null.
 TreeNode TreeModelBase.getNodeById(String nodeId)
           
 TreeNode TreeModel.getNodeById(String nodeId)
           
 

Constructors in org.apache.myfaces.custom.tree2 with parameters of type TreeNode
TreeModelBase(TreeNode root)
          Constructor
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.