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

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

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

Classes in org.apache.myfaces.custom.tree2 that implement TreeModel
 class TreeModelBase
          Model class for the tree component.
 

Methods in org.apache.myfaces.custom.tree2 that return TreeModel
 TreeModel Tree.getDataModel()
           
 TreeModel UITreeData.getDataModel()
          Returns a previously cached TreeModel, if any, or sets the cache variable to either the current value (if its a TreeModel) or to a new instance of TreeModel (if it's a TreeNode) with the provided value object as the root node.
 



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