public interface MatrixModel<RowT,HeadT,CellT,HeaderT>
extends org.zkoss.zul.ListModel<RowT>
Biglistbox
to get the content of cells and headers from the matrix data.| Modifier and Type | Method and Description |
|---|---|
CellT |
getCellAt(RowT rowData,
int columnIndex)
Returns the data object of the cell from the specified index.
|
int |
getColumnSize()
Returns the length of the columns
|
HeadT |
getHeadAt(int rowIndex)
Returns the data object of the head from the specified index.
|
HeaderT |
getHeaderAt(HeadT headData,
int columnIndex)
Returns the data object of the header from the specified index.
|
int |
getHeadSize()
Returns the length of the heads
|
int getColumnSize()
int getHeadSize()
HeadT getHeadAt(int rowIndex)
rowIndex - the index of the row in the headersCellT getCellAt(RowT rowData, int columnIndex)
rowData - the row datacolumnIndex - the index of the columnCopyright © 2026. All rights reserved.