|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.states.ReportState | +--com.jrefinery.report.states.PostItemGroupState
A report state that is reached after the last row of data for one instance of the inner-most group is processed.
The only purpose for this state is to fire the itemsFinished event. After that task is done, a PreGroupFooterState gets active.
Field Summary |
Fields inherited from class com.jrefinery.report.states.ReportState |
BEFORE_FIRST_GROUP, BEFORE_FIRST_PAGE, BEFORE_FIRST_ROW |
Fields inherited from interface com.jrefinery.report.JFreeReportConstants |
NAME_PROPERTY, REPORT_DATE_PROPERTY, REPORT_DEFINITION_CONTENTBASE, REPORT_DEFINITION_SOURCE, REPORT_PAGECOUNT_PROPERTY, REPORT_PAGEFORMAT_PROPERTY, REPORT_PREPARERUN_PROPERTY |
Constructor Summary | |
PostItemGroupState(ReportState previous)
Creates a new ' POST-ITEM-GROUP ' state. |
Method Summary | |
ReportState |
advance()
Advances from this state to the ' PRE-GROUP-FOOTER ' state. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PostItemGroupState(ReportState previous)
POST-ITEM-GROUP
' state.
previous
- the previous state.Method Detail |
public ReportState advance()
PRE-GROUP-FOOTER
' state. Before changing
state, an 'items-finished' event is fired.
advance
in class ReportState
PRE-GROUP-FOOTER
').
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |