|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
org.apache.myfaces.trinidad.component.TableUtils
public final class TableUtils
utility methods for dealing with tables.
| Method Summary | |
|---|---|
static SortStrength |
findSortStrength(UIXCollection parent, java.lang.String sortProperty)Retrieves the sort strength for the column with the given sort property from the given table. |
static int |
getLast(CollectionComponent table)Gets the index of the last visible row that should be displayed by the given table. |
static int |
getLast(CollectionComponent table, int rangeStart)Gets the index of the last visible row that should be displayed by the given table. |
static void |
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 |
processFacets(javax.faces.context.FacesContext context, UIXCollection table, javax.faces.component.UIComponent component, javax.faces.event.PhaseId phaseId, java.lang.String skipFacet)Process all the facets of a component; these are generally not processed once per row. |
static void |
processStampedChildren(javax.faces.context.FacesContext context, UIXCollection table, javax.faces.event.PhaseId phaseId)Process all the children of the given table |
static java.lang.Object |
setupELVariable(javax.faces.context.FacesContext context, java.lang.String name, java.lang.Object value)Sets up an EL variable on the requestScope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getLast(CollectionComponent table)
CollectionComponent.getFirst() added to CollectionComponent.getRows() minus 1, but it changes if RowKeyIndex.getRowCount() returns insufficient rows.CollectionComponent.getFirst() - 1
public static int getLast(CollectionComponent table,
int rangeStart)
CollectionComponent.getRows() minus 1, but it changes if RowKeyIndex.getRowCount() returns insufficient rows.
public static java.lang.Object setupELVariable(javax.faces.context.FacesContext context,
java.lang.String name,
java.lang.Object value)
name - The name of the EL variablevalue - The value of the EL variable
public static void processFacets(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.component.UIComponent component,
javax.faces.event.PhaseId phaseId,
java.lang.String skipFacet)
skipFacet - the name of any facet that should not be processed at this time.
public static void processColumnFacets(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.component.UIComponent column,
javax.faces.event.PhaseId phaseId)
public static void processStampedChildren(javax.faces.context.FacesContext context,
UIXCollection table,
javax.faces.event.PhaseId phaseId)
public static SortStrength findSortStrength(UIXCollection parent,
java.lang.String sortProperty)
parent - the Collection object whose columns are searched for matching sortProperty and retrieving sort strength from.sortProperty - sort property value to match against column's sortProperty property.
|
||||||||||
| 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.