public class TableHolder
extends java.lang.Object
| Constructor and Description |
|---|
TableHolder(org.ajax4jsf.component.UIDataAdaptor table) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnClass(int columnNumber) |
int |
getGridRowCounter() |
java.lang.String |
getRowClass() |
java.lang.String |
getRowClass(int row) |
int |
getRowCounter() |
org.ajax4jsf.component.UIDataAdaptor |
getTable() |
int |
nextRow()
Get current rendered row number, and increment to next value.
|
void |
setGridRowCounter(int gridRowCounter) |
public TableHolder(org.ajax4jsf.component.UIDataAdaptor table)
table - public org.ajax4jsf.component.UIDataAdaptor getTable()
public int getRowCounter()
public int nextRow()
public java.lang.String getRowClass()
public java.lang.String getRowClass(int row)
public java.lang.String getColumnClass(int columnNumber)
public int getGridRowCounter()
public void setGridRowCounter(int gridRowCounter)
gridRowCounter - the gridRowCounter to setCopyright © 2013. All Rights Reserved.