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