Interface PagingGrid.PagingDataProvider<T>
- Enclosing class:
 - PagingGrid<T>
 
public static interface PagingGrid.PagingDataProvider<T>
- 
Method Summary
Modifier and TypeMethodDescriptionpageRequested(long page, int pageSize) Returns one page from the database. 
- 
Method Details
- 
pageRequested
Returns one page from the database.- Parameters:
 page- the page numberpageSize- the number of results on a page- Returns:
 - the result list
 
 
 -