Interface FDSPagination
@ProviderType
public interface FDSPagination
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the position of the requested page's last element.intgetPage()Returns the requested page's number.intReturns the selected number of items per page.intReturns the position of the requested page's first element.
-
Method Details
-
getEndPosition
int getEndPosition()Returns the position of the requested page's last element.- Returns:
- the position of the requested page's last element
-
getPage
int getPage()Returns the requested page's number.- Returns:
- the requested page's number
-
getPageSize
int getPageSize()Returns the selected number of items per page.- Returns:
- the selected number of items per page
-
getStartPosition
int getStartPosition()Returns the position of the requested page's first element.- Returns:
- the position of the requested page's first element
-