|
||||||||||
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.RowData
public final class RowData
Constructor Summary | |
---|---|
RowData(TableRenderingContext tContext)
|
Method Summary | |
---|---|
java.lang.String |
getCurrentRowHeaderID()
gets the rowHeader ID for the current row. |
int |
getCurrentRowSpan()
gets the max row span for the current row. |
int |
getCurrentSubRow()
gets the current sub row index for the current row. |
int |
getRangeIndex()
gets the index of the current row, as an index in the currently visible range. |
int |
getVisibleRowCount()
|
void |
incCurrentSubRow()
increments the current sub row index by one. |
boolean |
isEmptyTable()
Return true if this is a special "empty" table with no rendered data rows. |
void |
setCurrentRowHeaderID(java.lang.String id)
sets the rowHeader ID for the current row. |
void |
setCurrentRowSpan(int rowSpan)
sets the max row span for the current row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowData(TableRenderingContext tContext)
Method Detail |
---|
public int getRangeIndex()
public int getVisibleRowCount()
public boolean isEmptyTable()
public void setCurrentRowHeaderID(java.lang.String id)
public java.lang.String getCurrentRowHeaderID()
public int getCurrentRowSpan()
public void setCurrentRowSpan(int rowSpan)
rowSpan
- use -1 to reset between rows.public int getCurrentSubRow()
public void incCurrentSubRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |