| Package | Description | 
|---|---|
| org.apache.myfaces.trinidad.component | |
| org.apache.myfaces.trinidad.model | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TreeModel | UIXHierarchy. getTreeModel()Gets the TreeModel that this tree is displaying. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BaseMenuModelA base class which takes a TreeModel. | 
| class  | ChildPropertyMenuModelCreates a MenuModel from a List of beans. | 
| class  | ChildPropertyTreeModelCreates a TreeModel from a List of beans. | 
| class  | MenuModelA 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  | RowKeyPropertyTreeModelA subclass of  ChildPropertyTreeModelthat supports row keys by creatingRowKeyPropertyModel(s) for its child models. | 
| class  | TreeModelDecorator | 
| class  | ViewIdPropertyMenuModelCreates a MenuModel from a TreeModel where nodes in the treeModel contain
 viewId information. | 
| class  | XMLMenuModelCreates a Menu Model from a TreeModel where nodes in the treeModel
 contain viewId information. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.