|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MatrixModel<Row,Head,Cell,Header>
The interface defines the methods that components like Biglistbox
to get the content of cells and headers from the matrix data.
| Method Summary | |
|---|---|
Cell |
getCellAt(Row rowData,
int columnIndex)
Returns the data object of the cell from the specified index. |
int |
getColumnSize()
Returns the length of the columns |
Head |
getHeadAt(int rowIndex)
Returns the data object of the head from the specified index. |
Header |
getHeaderAt(Head headData,
int columnIndex)
Returns the data object of the header from the specified index. |
int |
getHeadSize()
Returns the length of the heads |
| Methods inherited from interface org.zkoss.zul.ListModel |
|---|
addListDataListener, getElementAt, getSize, removeListDataListener |
| Method Detail |
|---|
int getColumnSize()
int getHeadSize()
Head getHeadAt(int rowIndex)
rowIndex - the index of the row in the headers
Cell getCellAt(Row rowData,
int columnIndex)
rowData - the row datacolumnIndex - the index of the column
Header getHeaderAt(Head headData,
int columnIndex)
headData - the head datacolumnIndex - the index of the column
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||