Interface PagingGrid.PagingDataProvider<T>
- All Superinterfaces:
Serializable
- Enclosing class:
PagingGrid<T>
- Author:
- mstahv
-
Method Summary
Modifier and TypeMethodDescriptionpageRequested
(long page, int pageSize) Returns one page from the database.
-
Method Details
-
pageRequested
-