Uses of Class
com.onwbp.adaptation.RequestPagination.Page
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
-
Uses of RequestPagination.Page in com.onwbp.adaptation
Modifier and TypeMethodDescriptionRequestPagination.getFirstPage()
Returns the first page of the current request.RequestPagination.getLastPage()
Returns the last page of the current request.RequestPagination.getNextPage
(Adaptation rowJustBeforePage) Returns the page which contains the records just after the specified row.RequestPagination.getNextPage
(PrimaryKey rowJustBeforePage) Returns the page which contains the records just after the specified row.RequestPagination.getNextPage
(RequestPagination.Page aPage) Returns the page which contains the records just after the specified page.RequestPagination.getPreviousPage
(Adaptation rowJustAfterPage) Returns the page which contains the records just before the specified row.RequestPagination.getPreviousPage
(PrimaryKey rowJustAfterPage) Returns the page which contains the records just before the specified row.RequestPagination.getPreviousPage
(RequestPagination.Page aPage) Returns the page which contains the records just before the specified row.Modifier and TypeMethodDescriptionRequestPagination.getNextPage
(RequestPagination.Page aPage) Returns the page which contains the records just after the specified page.RequestPagination.getPreviousPage
(RequestPagination.Page aPage) Returns the page which contains the records just before the specified row.