Interface FDSPagination
@ProviderType
public interface FDSPagination
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the position of the requested page's last element.int
getPage()
Returns the requested page's number.int
Returns the selected number of items per page.int
Returns 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
-