public interface IBasicTableModel
| Modifier and Type | Method and Description |
|---|---|
java.util.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
|
int getRowCount()
java.util.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)