Interface PagingGrid.PagingDataProvider<T>
-
- Enclosing class:
- PagingGrid<T>
public static interface PagingGrid.PagingDataProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>pageRequested(long page, int pageSize)Returns one page from the database.
-