Uses of Class
org.richfaces.model.TreeDataModel

Packages that use TreeDataModel
org.richfaces.model Model APIs of RichFaces components 
 

Uses of TreeDataModel in org.richfaces.model
 

Subclasses of TreeDataModel in org.richfaces.model
 class CacheableTreeDataModel<T>
          Extension of TreeDataModel supporting lazy data fetching for caching created 08.01.2007
 class ClassicCacheableTreeDataModel
          CacheableTreeDataModel implementation for classic TreeNode instances Created 01.11.2007
 class ClassicTreeDataModel
          TreeDataModel implementation for classic TreeNode instances Created 01.11.2007
 class SwingCacheableTreeDataModel
          CacheableTreeDataModel implementation for Swing TreeNode instances Created 01.11.2007
 class SwingTreeDataModel
          TreeDataModel implementation for classic TreeNode instances Created 01.11.2007
 

Methods in org.richfaces.model that return TreeDataModel
 TreeDataModel<T> CacheableTreeDataModel.getTreeDataModel()
           
 

Methods in org.richfaces.model with parameters of type TreeDataModel
 void CacheableTreeDataModel.setTreeDataModel(TreeDataModel<T> treeDataModel)
           
 

Constructors in org.richfaces.model with parameters of type TreeDataModel
CacheableTreeDataModel(TreeDataModel<T> model, TreeDataModel.MissingNodeHandler<T> missingNodeHandler)
           
ClassicCacheableTreeDataModel(TreeDataModel<TreeNode> model)
           
SwingCacheableTreeDataModel(TreeDataModel<javax.swing.tree.TreeNode> model)
           
 



Copyright © 2010. All Rights Reserved.