public interface MatrixRenderer<T>
Biglistbox| Modifier and Type | Method and Description |
|---|---|
String |
renderCell(org.zkoss.zk.ui.Component owner,
T data,
int rowIndex,
int colIndex)
Renders the content of the cell as HTML result.
|
String |
renderHeader(org.zkoss.zk.ui.Component owner,
T data,
int rowIndex,
int colIndex)
Renders the content of the header as HTML result.
|
String renderCell(org.zkoss.zk.ui.Component owner, T data, int rowIndex, int colIndex) throws Exception
owner - the rendering component that owns the rendererdata - a matrix data for cellrowIndex - the index of the rowcolIndex - the index of columnExceptionString renderHeader(org.zkoss.zk.ui.Component owner, T data, int rowIndex, int colIndex) throws Exception
owner - the rendering component that owns the rendererdata - a matrix data for headerrowIndex - the index of the rowcolIndex - the index of the columnExceptionCopyright © 2026. All rights reserved.