Uses of Class
org.apache.myfaces.trinidad.model.TreeModel

Packages that use TreeModel
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.model   
 

Uses of TreeModel in org.apache.myfaces.trinidad.component
 

Methods in org.apache.myfaces.trinidad.component that return TreeModel
protected  TreeModel UIXHierarchy.getTreeModel()
          Gets the TreeModel that this tree is displaying.
 

Uses of TreeModel in org.apache.myfaces.trinidad.model
 

Subclasses of TreeModel in org.apache.myfaces.trinidad.model
 class BaseMenuModel
          A base class which takes a TreeModel.
 class ChildPropertyTreeModel
          Creates a TreeModel from a List of beans.
 class MenuModel
          A MenuModel objects represents the menu structure of a page or application.
 class ProcessMenuModel
           There are two common scenarios for processes, "Plus One" and "Max Visited" which are explained below.
 class ViewIdPropertyMenuModel
          Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information.
 class XMLMenuModel
          Creates a Menu Model from a TreeModel where nodes in the treeModel contain viewId information.
 

Methods in org.apache.myfaces.trinidad.model that return TreeModel
protected  TreeModel RowKeySetTreeImpl.getCollectionModel()
          Gets the TreeModel associated with this set.
 TreeModel XMLMenuModel.MenuContentHandler.getTreeModel(java.lang.String uri)
          Get the TreeModel built while parsing metadata.
static TreeModel ModelUtils.toTreeModel(java.lang.Object value)
          Converts an instance into a TreeModel
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.