|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.beans.admin.PaginationPage
public class PaginationPage
A page in a pagination of resources. This bean is dedicated to be used with search criteria.
Constructor Summary | |
---|---|
PaginationPage(int pageNumber,
int pageSize)
Constructs a new page in a pagination mechanism. |
Method Summary | |
---|---|
int |
getPageNumber()
Gets this page number. |
int |
getPageSize()
Gets the size of this page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaginationPage(int pageNumber, int pageSize)
pageNumber
- the number of the page.pageSize
- the size in items of the page.Method Detail |
---|
public int getPageNumber()
public int getPageSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |