Interface PagingGrid.PagingDataProvider<T>

  • Enclosing class:
    PagingGrid<T>

    public static interface PagingGrid.PagingDataProvider<T>
    • Method Detail

      • 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