public static interface Pagination.OnTableViewPageTurnedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPageTurned(int numItems,
int itemsStart,
int itemsEnd)
Called when the page is changed in the TableView.
|
void onPageTurned(int numItems,
int itemsStart,
int itemsEnd)
numItems - The number of items currently being displayed in the TableView.itemsStart - The starting item currently being displayed in the TableView.itemsEnd - The ending item currently being displayed in the TableView.