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

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

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

Classes in org.apache.myfaces.custom.tree2 that implement Tree
 class AbstractHtmlTree
          Represents "tree data" in an HTML format.
 class HtmlTree
           
 class UITreeData
          TreeData is a UIComponent that supports binding data stored in a tree represented by a TreeNode instance.
 

Methods in org.apache.myfaces.custom.tree2 with parameters of type Tree
 void TreeWalkerBase.setTree(Tree tree)
           
 void TreeWalker.setTree(Tree tree)
          This method allows the renderer to pass a reference to the tree object.
 



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