public class Pagination
extends java.lang.Object
| Constructor and Description |
|---|
Pagination(int page,
int totalFound,
int numPerPage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndNum() |
int |
getLastPage() |
int |
getPage() |
java.util.List<Page> |
getPages() |
int |
getStartNum() |
int |
getTotalFound() |
boolean |
hasNext() |
boolean |
hasPrevious() |
public boolean hasPrevious()
public boolean hasNext()
public int getPage()
public int getTotalFound()
public int getLastPage()
public int getStartNum()
public int getEndNum()
public java.util.List<Page> getPages()
Copyright © 2009-2019. All Rights Reserved.