|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
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 |
ProcessMenuModelThere are two common scenarios for processes, "Plus One" and "Max Visited" which are explained below. |
class |
RowKeyPropertyTreeModelA subclass of ChildPropertyTreeModel that supports row keys by creating RowKeyPropertyModel(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. |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.