Uses of Class
org.apache.myfaces.tobago.component.UITreeNode

Packages that use UITreeNode
org.apache.myfaces.tobago.component   
 

Uses of UITreeNode in org.apache.myfaces.tobago.component
 

Methods in org.apache.myfaces.tobago.component that return UITreeNode
 UITreeNode UITree.findUITreeNode(UITreeNode node, TreeNode treeNode)
           
 UITreeNode UITree.getRoot()
           
 UITreeNode UITreeListbox.getSelectedNode(int level)
           
 

Methods in org.apache.myfaces.tobago.component that return types with arguments of type UITreeNode
 List<UITreeNode> UITreeListbox.getExpandPath()
           
 List<UITreeNode> UITreeListboxBox.getNodes()
           
 List<UITreeNode> UITreeListbox.getSelectionPath()
           
 

Methods in org.apache.myfaces.tobago.component with parameters of type UITreeNode
 UITreeNode UITree.findUITreeNode(UITreeNode node, TreeNode treeNode)
           
protected  String UITreeListbox.nodeStateId(FacesContext facesContext, UITreeNode node)
           
 

Method parameters in org.apache.myfaces.tobago.component with type arguments of type UITreeNode
 void UITreeListboxBox.setNodes(List<UITreeNode> nodes)
           
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.