Classes in org.apache.myfaces.trinidad.component that implement RowKeyIndex |
class |
UIXHierarchy
Base class for components that take a TreeModel, which is a hierarchical model. |
class |
UIXMenuHierarchy
Base class for the Menu component. |
class |
UIXNavigationHierarchy
Base class for the Navigation component. |
class |
UIXNavigationLevel
The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
UIXNavigationPath
A navigationPath component is used in hierarchical
site layouts to indicate the path back to the root page of the
hierarchy with links. |
class |
UIXNavigationTree
Apache Trinidad navigationTree components are used to display hierarchical navigation data. |
class |
UIXPage
A Page component uses a MenuModel and a stamp to render navigation items. |
class |
UIXProcess
Signifies an element that represents a process and binds to a menuModel. |
class |
UIXTable
Events:
Type
| Phases
| Description
|
org.apache.myfaces.trinidad.event.RowDisclosureEvent
| Invoke Application
| The Expansion event is generated when tree nodes are expanded or collapsed. |
class |
UIXTree
Apache Trinidad tree components are used to display hierarchical data. |
class |
UIXTreeTable
The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format. |
Classes in org.apache.myfaces.trinidad.component.core.nav that implement RowKeyIndex |
class |
CoreBreadCrumbs
A breadCrumbs component is used in hierarchical
site layouts to indicate the path back to the root page of the
hierarchy with links. |
class |
CoreNavigationPane
The navigationPane component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreNavigationTree
The navigationTree is used to display navigation data that is structured in a hierarchical format. |
class |
CorePage
The Page component is similar to the PanelPage component, except that instead of having navigation1, navigation2 and navigation3 facets for adding navigation item information, the user binds a model object and a stamp to render these areas. |
class |
CoreProcessChoiceBar
ProcessChoiceBar is a UIXProcess component that renders a previous
button, a choice bar, and a next button. |
class |
CoreTrain
Train is a UIXProcess component
that renders a train. |
Classes in org.apache.myfaces.trinidad.model that implement RowKeyIndex |
class |
BaseMenuModel
A base class which takes a TreeModel. |
class |
ChildPropertyTreeModel
Creates a TreeModel from a List of beans. |
class |
CollectionModel
The data model that is used by the Trinidad Table and Iterator components. |
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 |
SortableModel
Creates a CollectionModel that is sortable. |
class |
TreeModel
The data model used by Trinidad Tree components. |
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. |
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.
|