|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicTableModel
A simplified version of the table model that concerns itself only with providing the data on the current page.
Method Summary | |
---|---|
Iterator |
getCurrentPageRows(int nFirst,
int nPageSize,
ITableColumn objSortColumn,
boolean bSortOrder)
Returns the rows on the current page. |
int |
getRowCount()
Returns the number of all records |
Method Detail |
---|
int getRowCount()
Iterator getCurrentPageRows(int nFirst, int nPageSize, ITableColumn objSortColumn, boolean bSortOrder)
nFirst
- the index of the first item to be dispayednPageSize
- the number of items to be displayedobjSortColumn
- the column to sort by or null if there is no sortingbSortOrder
- determines the sorting order (ascending or descending)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |