|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.util.PagerUtil.PagerBean
public static class PagerUtil.PagerBean
Pager bean containing all internal states of a pager.
| Field Summary | |
|---|---|
protected int |
pageIndex
Index of the page. |
protected int |
pageSize
Page size, says number of records in a page. |
protected int |
pagesNumber
Number of pages. |
protected int |
recordEndIndex
Index of the last record in this page. |
protected int |
records
Number of records (says numbers of rows displayable. |
protected int |
recordStartIndex
Index of the first record in this page. |
| Constructor Summary | |
|---|---|
PagerUtil.PagerBean()
|
|
| Method Summary | |
|---|---|
int |
getPageIndex()
|
int |
getPageSize()
|
int |
getPagesNumber()
|
int |
getRecordEndIndex()
|
int |
getRecords()
|
int |
getRecordStartIndex()
|
void |
setPageIndex(int pageIndex)
|
void |
setPageSize(int pageSize)
|
void |
setPagesNumber(int pagesNumber)
|
void |
setRecordEndIndex(int recordEndIndex)
|
void |
setRecords(int records)
|
void |
setRecordStartIndex(int recordStartIndex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int records
protected int recordStartIndex
protected int recordEndIndex
protected int pageIndex
protected int pageSize
protected int pagesNumber
| Constructor Detail |
|---|
public PagerUtil.PagerBean()
| Method Detail |
|---|
public int getRecords()
public int getRecordStartIndex()
public int getRecordEndIndex()
public int getPageIndex()
public int getPageSize()
public int getPagesNumber()
public void setRecords(int records)
public void setRecordStartIndex(int recordStartIndex)
public void setRecordEndIndex(int recordEndIndex)
public void setPageIndex(int pageIndex)
public void setPageSize(int pageSize)
public void setPagesNumber(int pagesNumber)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||