Interface PagingGrid.PagingDataProvider<T>

All Superinterfaces:
Serializable
Enclosing class:
PagingGrid<T>

public static interface PagingGrid.PagingDataProvider<T> extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    pageRequested(long page, int pageSize)
    Returns one page from the database.
  • Method Details

    • pageRequested

      List<T> pageRequested(long page, int pageSize)
      Returns one page from the database.
      Parameters:
      page - the page number
      pageSize - the number of results on a page
      Returns:
      the result list