|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.component.TableUtils
public final class TableUtils
utility methods for dealing with tables.
Method Summary | |
---|---|
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 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()
- 1public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |