Interface PagingInfo
-
- All Known Implementing Classes:
PagingInfoImpl
public interface PagingInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PageItem>getItems()intgetNumber()intgetSize()longgetTotalItems()intgetTotalPages()StringgetUrl()booleanhasNextPage()booleanhasPreviousPage()booleanisFirstPage()booleanisLastPage()
-
-
-
Method Detail
-
getTotalItems
long getTotalItems()
-
getUrl
String getUrl()
-
getNumber
int getNumber()
-
getSize
int getSize()
-
getTotalPages
int getTotalPages()
-
isFirstPage
boolean isFirstPage()
-
isLastPage
boolean isLastPage()
-
hasPreviousPage
boolean hasPreviousPage()
-
hasNextPage
boolean hasNextPage()
-
-