|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatrixRenderer<T>
Used to generated the HTML fragment for the data associated with a matrix
component, such as Biglistbox
| Method Summary | |
|---|---|
java.lang.String |
renderCell(Component owner,
T data,
int rowIndex,
int colIndex)
Renders the content of the cell as HTML result. |
java.lang.String |
renderHeader(Component owner,
T data,
int rowIndex,
int colIndex)
Renders the content of the header as HTML result. |
| Method Detail |
|---|
java.lang.String renderCell(Component owner,
T data,
int rowIndex,
int colIndex)
throws java.lang.Exception
owner - the rendering component that owns the rendererdata - a matrix data for cellrowIndex - the index of the rowcolIndex - the index of column
java.lang.Exception
java.lang.String renderHeader(Component owner,
T data,
int rowIndex,
int colIndex)
throws java.lang.Exception
owner - the rendering component that owns the rendererdata - a matrix data for headerrowIndex - the index of the rowcolIndex - the index of the column
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||