Package | Description |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.component.core.data | |
org.apache.myfaces.trinidad.component.core.nav |
Modifier and Type | Class and Description |
---|---|
class |
UIXHierarchy
Base class for components that take a TreeModel, which is a hierarchical model.
|
class |
UIXIterator
UIXIterator is a component that performs iteration over its child components.
|
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
|
class |
UIXPage
|
class |
UIXProcess
Signifies an element that represents a process and binds to a menuModel.
|
class |
UIXTable
Events:
|
class |
UIXTree
|
class |
UIXTreeTable
|
Modifier and Type | Method and Description |
---|---|
static SortStrength |
TableUtils.findSortStrength(UIXCollection parent,
String sortProperty)
Retrieves the sort strength for the column with the given sort property from the given table.
|
static void |
TableUtils.processColumnFacets(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.component.UIComponent column,
javax.faces.event.PhaseId phaseId)
Process all the facets of any children that are columns; these are
generally not processed once per row.
|
static void |
TableUtils.processFacets(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.component.UIComponent component,
javax.faces.event.PhaseId phaseId,
String skipFacet)
Process all the facets of a component; these are
generally not processed once per row.
|
static void |
TableUtils.processStampedChildren(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.event.PhaseId phaseId)
Process all the children of the given table
|
Modifier and Type | Class and Description |
---|---|
class |
CoreTable
The Trinidad Table is used to display tabular data.
|
class |
CoreTree
|
class |
CoreTreeTable
|
Modifier and Type | Class and Description |
---|---|
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
|
class |
CoreNavigationTree
|
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.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.