|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableModel
The main interface defining the abstraction containing the table data and state.
Method Summary | |
---|---|
ITableColumnModel |
getColumnModel()
Method getColumnModel. |
Iterator |
getCurrentPageRows()
Method getCurrentPageRows. |
int |
getPageCount()
Method getPageCount. |
ITablePagingState |
getPagingState()
Method getPagingState. |
int |
getRowCount()
Returns the total number of rows / values this model is managing. |
ITableSortingState |
getSortingState()
Method getSortingState. |
Method Detail |
---|
ITableColumnModel getColumnModel()
ITableSortingState getSortingState()
ITablePagingState getPagingState()
int getPageCount()
Iterator getCurrentPageRows()
int getRowCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |