|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrefinery.report.targets.base.event.RepaginationState
The repagination state.
| Constructor Summary | |
RepaginationState(int pass,
int page,
int currentRow,
int maxRow)
Creates a new state. |
|
| Method Summary | |
int |
getCurrentRow()
Returns the current row. |
int |
getMaxRow()
Returns the max row. |
int |
getPage()
Returns the page. |
int |
getPass()
Returns the pass. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RepaginationState(int pass,
int page,
int currentRow,
int maxRow)
pass - the pass.page - the page.currentRow - the current row.maxRow - the maximum row.| Method Detail |
public int getPass()
public int getPage()
public int getCurrentRow()
public int getMaxRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||