Uses of Class
org.hippoecm.hst.component.pagination.Page
-
Packages that use Page Package Description org.hippoecm.hst.component.pagination -
-
Uses of Page in org.hippoecm.hst.component.pagination
Methods in org.hippoecm.hst.component.pagination that return Page Modifier and Type Method Description Page
Pagination. getCurrent()
Gets the current pagePage
Pagination. getFirst()
Gets the first pagePage
Pagination. getLast()
Gets the last pagePage
Pagination. getNext()
Gets the next pagePage
Pagination. getPrevious()
Gets the previous pageMethods in org.hippoecm.hst.component.pagination that return types with arguments of type Page Modifier and Type Method Description List<Page>
Pagination. getPages()
Returns pages with respect to the limit
-