public interface MatrixRenderer<T>
Biglistbox
Modifier and Type | Method and Description |
---|---|
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.
|
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 columnjava.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 columnjava.lang.Exception
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.