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 |
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.
|
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-2016 The Apache Software Foundation. All Rights Reserved.