public class ExpandableRowRenderer extends RowRenderer
rowClasses, rowNum| Constructor and Description |
|---|
ExpandableRowRenderer()
ExpandableRowRenderer Construtor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRowClass(java.lang.Object current)
get the row style for the current object
|
java.lang.String |
getRowId(java.lang.String listName,
java.lang.Object current)
Returns the row id given the list name and the current object
|
java.lang.String |
getRowStyle(java.lang.Object currentObject)
get the row style for the current object
|
setRowClassespublic ExpandableRowRenderer()
public java.lang.String getRowClass(java.lang.Object current)
getRowClass in class RowRenderercurrent - the current object that is being renderedpublic java.lang.String getRowId(java.lang.String listName,
java.lang.Object current)
getRowId in class RowRendererlistName - the listnamecurrent - the current objectpublic java.lang.String getRowStyle(java.lang.Object currentObject)
getRowStyle in class RowRenderercurrentObject - the current object that is being rendered