JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.vaadin.firitin.components.grid
PagingGrid
PagingDataProvider
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
pageRequested(long, int)
Interface PagingGrid.PagingDataProvider<T>
All Superinterfaces:
Serializable
Enclosing class:
PagingGrid
<
T
>
public static interface
PagingGrid.PagingDataProvider<T>
extends
Serializable
Author:
mstahv
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.
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