Skip navigation links


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 ChildPropertyMenuModel
          Creates a MenuModel from a List of beans.
 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 RowKeyPropertyTreeModel
          A subclass of ChildPropertyTreeModel that supports row keys by creating RowKeyPropertyModel(s) for its child models.
 class TreeModelDecorator
           
 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.
protected abstract  TreeModel TreeModelDecorator.getTreeModel()
          This method returns the wrapped TreeModel.
 TreeModel XMLMenuModel.MenuContentHandler.getTreeModel(String uri)
          Get the TreeModel built while parsing metadata.
static TreeModel ModelUtils.toTreeModel(Object value)
          Converts an instance into a TreeModel

 


Skip navigation links


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