|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table.BandingData
public final class BandingData
Method Summary | |
---|---|
static BandingData |
create(TableRenderingContext context)
|
boolean |
getBand(TableRenderingContext context,
int row,
int physicalColumn,
int logicalColumn)
computes the banding shade to use for a table cell. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static BandingData create(TableRenderingContext context)
context
- gets the appropriate banding data from this context.public boolean getBand(TableRenderingContext context, int row, int physicalColumn, int logicalColumn)
row
- the rowIndex of the table cell.physicalColumn
- the actual column of the table cell.logicalColumn
- the index (of this cell) into the column band
DataObjectList on the context.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |