|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXCollection
org.apache.myfaces.trinidad.component.UIXHierarchy
org.apache.myfaces.trinidad.component.UIXTree
org.apache.myfaces.trinidad.component.UIXTreeTable
public class UIXTreeTable
<html:p> The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format. This component displays a hierarchy in a UI similar to a Trinidad Table, and is more elaborate than the Tree component. TreeTable supports displaying columns of data per element in the hierarchy. Unlike the Tree component, TreeTable only supports single rooted hierarchies. The features of the TreeTable component include mechanisms for focusing in on subtrees (within the main tree), as well as expanding and collapsing elements in the hierarchy. </html:p> <html:p> Like the Table, the TreeTable's children must be Trinidad Column components. Like the Tree, the TreeTable has a "nodeStamp" facet which renders the "Object Name" Column. The "Object Name" Column contains the primary identifier of an element in the hierarchy. For example, in an organization chart of employees, the "Object Name" Column might be the employee name. </html:p>
| Type | Phases | Description |
|---|---|---|
org.apache.myfaces.trinidad.event.RowDisclosureEvent |
Apply Request Values Invoke Application |
The expansion event is generated for a table when the detail facet of a row is expanded or collapsed. For tree or a treeTable, the expansion event is generated when tree nodes are expanded or collapsed. |
org.apache.myfaces.trinidad.event.SelectionEvent |
Apply Request Values Invoke Application |
The selection event is delivered when the table selection changes. |
org.apache.myfaces.trinidad.event.FocusEvent |
Apply Request Values Invoke Application |
Event delivered when user clicks to focus on (or zoom into) a particular element's subtree of children. The TreeTable responds to this event by modifying the "focusPath" property appropriately. Subsequently, any registered FocusListener instances are called. |
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change events might include the width of a column that supported client-side resizing. |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.myfaces.trinidad.model.LocalRowKeyIndex |
|---|
LocalRowKeyIndex.Confidence, LocalRowKeyIndex.LocalCachingStrategy |
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static PropertyKey |
RANGE_CHANGE_LISTENER_KEY |
static PropertyKey |
ROOT_NODE_RENDERED_KEY |
static PropertyKey |
ROWS_BY_DEPTH_KEY |
static FacesBean.Type |
TYPE |
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXTree |
|---|
DISCLOSED_ROW_KEYS_KEY, FOCUS_LISTENER_KEY, FOCUS_ROW_KEY_KEY, IMMEDIATE_KEY, INITIALLY_EXPANDED_KEY, NODE_STAMP_FACET, ROW_DISCLOSURE_LISTENER_KEY, SELECTED_ROW_KEYS_KEY, SELECTION_LISTENER_KEY, VALUE_KEY, VAR_STATUS_KEY |
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXCollection |
|---|
VAR_KEY |
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
|
UIXTreeTable()Construct an instance of the UIXTreeTable. |
protected |
UIXTreeTable(java.lang.String rendererType)Construct an instance of the UIXTreeTable. |
| Method Summary | |
|---|---|
protected void |
__encodeBegin(javax.faces.context.FacesContext context)Override to update the container client id cache before encode |
void |
addRangeChangeListener(RangeChangeListener listener)Adds a RangeChangeListener. |
void |
broadcast(javax.faces.event.FacesEvent event)Delivers an event. |
void |
decode(javax.faces.context.FacesContext context)Override to update the container client id cache before decode |
protected FacesBean.Type |
getBeanType() |
java.lang.String |
getContainerClientId(javax.faces.context.FacesContext context, javax.faces.component.UIComponent child)Override to return clientd ids with no currency for items in header/footer facets |
java.lang.String |
getFamily() |
int |
getFirst()Gets the range start index for the current collection. |
javax.el.MethodExpression |
getRangeChangeListener()Gets a method reference to a rangeChange listener that will be called when a new range is selected. |
RangeChangeListener[] |
getRangeChangeListeners()Retrieves all RangeChangeListeners |
int |
getRows()Gets the maximum number of rows to show. |
int[] |
getRowsByDepth()Gets the maximum number of records that can be displayed at one time (range size). |
protected java.util.List |
getStamps()Gets the stamps. |
boolean |
isRootNodeRendered()Gets If the root node should be rendered or not. |
protected void |
processFacetsAndChildren(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId)Process this component's facets and children. |
void |
processUpdates(javax.faces.context.FacesContext context)Override to update the container client id cache before updates |
void |
processValidators(javax.faces.context.FacesContext context)Override to update the container client id cache before validations |
void |
removeRangeChangeListener(RangeChangeListener listener)Removes a RangeChangeListener. |
protected void |
restoreStampState(javax.faces.context.FacesContext context, javax.faces.component.UIComponent stamp, java.lang.Object stampState)Restores the state for the given stamp. |
void |
restoreState(javax.faces.context.FacesContext context, java.lang.Object state) |
protected java.lang.Object |
saveStampState(javax.faces.context.FacesContext context, javax.faces.component.UIComponent stamp)Saves the state for the given stamp. |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setFirst(int index)Sets the range start index for the current collection. |
void |
setRangeChangeListener(javax.faces.el.MethodBinding binding)Deprecated. |
void |
setRangeChangeListener(javax.el.MethodExpression rangeChangeListener)Sets a method reference to a rangeChange listener that will be called when a new range is selected. |
void |
setRootNodeRendered(boolean rootNodeRendered)Sets If the root node should be rendered or not. |
void |
setRowsByDepth(int[] rowsByDepth)Sets the maximum number of records that can be displayed at one time (range size). |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXHierarchy |
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, createVarStatusMap, enterContainer, exitContainer, getAllAncestorContainerRowKeys, getContainerRowKey, getContainerRowKey, getDepth, getDepth, getTreeModel, isChildCollectionLocallyAvailable, isChildCollectionLocallyAvailable, isChildCollectionLocallyAvailable, isContainer, isContainerEmpty |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
|---|
addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.myfaces.trinidad.component.CollectionComponent |
|---|
getVar |
| Methods inherited from interface org.apache.myfaces.trinidad.model.RowKeyIndex |
|---|
getRowCount, getRowData, getRowData, getRowIndex, getRowKey, isRowAvailable, isRowAvailable, setRowIndex, setRowKey |
| Methods inherited from interface org.apache.myfaces.trinidad.model.LocalRowKeyIndex |
|---|
areRowsLocallyAvailable, areRowsLocallyAvailable, areRowsLocallyAvailable, clearCachedRow, clearCachedRow, clearCachedRows, clearCachedRows, clearLocalCache, getCachingStrategy, getEstimatedRowCount, getEstimatedRowCountConfidence, isRowLocallyAvailable, isRowLocallyAvailable |
| Field Detail |
|---|
public static final FacesBean.Type TYPE
public static final PropertyKey ROOT_NODE_RENDERED_KEY
public static final PropertyKey ROWS_BY_DEPTH_KEY
public static final PropertyKey RANGE_CHANGE_LISTENER_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIXTreeTable()
protected UIXTreeTable(java.lang.String rendererType)
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext context)
decode in class UIXComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class UIXComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class UIXComponentBase
protected void __encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
__encodeBegin in class UIXTreejava.io.IOExceptionUIXCollection.__encodeBegin(javax.faces.context.FacesContext)
public java.lang.String getContainerClientId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent child)
getContainerClientId in class UIXComponentBaseUIXComponentBase.getClientId(FacesContext context)
@Deprecated
public void setRangeChangeListener(javax.faces.el.MethodBinding binding)
public final int getRows()
getRowsByDepth().getRows in interface CollectionComponentgetRows in class UIXHierarchypublic final int getFirst()
getFirst in interface CollectionComponentgetFirst in class UIXHierarchyUIXCollection.getRowData()public void setFirst(int index)
index - zero based index of the row that must be displayed first.UIXCollection.getRowData()public void addRangeChangeListener(RangeChangeListener listener)
public void removeRangeChangeListener(RangeChangeListener listener)
public RangeChangeListener[] getRangeChangeListeners()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class UIXCollection
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class UIXCollection
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
UIXTreebroadcast in class UIXTreeevent - a FacesEventjavax.faces.event.AbortProcessingExceptionprotected final java.util.List getStamps()
getStamps in class UIXHierarchy
protected final void restoreStampState(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent stamp,
java.lang.Object stampState)
restoreStampState in class UIXCollection
protected final java.lang.Object saveStampState(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent stamp)
saveStampState in class UIXCollection
protected void processFacetsAndChildren(javax.faces.context.FacesContext context,
javax.faces.event.PhaseId phaseId)
UIXCollectionUIXCollection.processComponent(javax.faces.context.FacesContext, javax.faces.component.UIComponent, javax.faces.event.PhaseId) as many times as necessary for each facet and child. UIXCollection.processComponent(javax.faces.context.FacesContext, javax.faces.component.UIComponent, javax.faces.event.PhaseId) may be called repeatedly for the same child if that child is being stamped.processFacetsAndChildren in class UIXTreepublic final boolean isRootNodeRendered()
public final void setRootNodeRendered(boolean rootNodeRendered)
rootNodeRendered - the new rootNodeRendered valuepublic final int[] getRowsByDepth()
public final void setRowsByDepth(int[] rowsByDepth)
rowsByDepth - the new rowsByDepth valuepublic final javax.el.MethodExpression getRangeChangeListener()
public final void setRangeChangeListener(javax.el.MethodExpression rangeChangeListener)
rangeChangeListener - the new rangeChangeListener valuepublic java.lang.String getFamily()
getFamily in class UIXTreeprotected FacesBean.Type getBeanType()
getBeanType in class UIXTree
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.