com.googlecode.fascinator.portal
Class Pagination
java.lang.Object
com.googlecode.fascinator.portal.Pagination
public class Pagination
- extends Object
|
Constructor Summary |
Pagination(int page,
int totalFound,
int numPerPage)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pagination
public Pagination(int page,
int totalFound,
int numPerPage)
hasPrevious
public boolean hasPrevious()
hasNext
public boolean hasNext()
getPage
public int getPage()
getTotalFound
public int getTotalFound()
getLastPage
public int getLastPage()
getStartNum
public int getStartNum()
getEndNum
public int getEndNum()
getPages
public List<Page> getPages()
Copyright © 2009-2011. All Rights Reserved.