public class PageLoadedEvent extends BaseEvent<DataProvider<?>>
PagedDataProvider is loaded| Modifier | Constructor and Description |
|---|---|
protected |
PageLoadedEvent(DataProvider<?> source,
int startRecord,
int endRecord,
int previousPage,
int currentPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage()
Retrieve the current page (the page after the pagination event occurs).
|
int |
getEndRecord()
Retrieve the page last record position
|
int |
getPreviousPage()
Retrieve the previous page (the page before the pagination event occurs).
|
int |
getStartRecord()
Retrieve the page first record position
|
protected PageLoadedEvent(DataProvider<?> source, int startRecord, int endRecord, int previousPage, int currentPage)
public int getEndRecord()
public int getStartRecord()
public int getPreviousPage()
public int getCurrentPage()
Copyright © 2015. All rights reserved.