|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.states.ReportState
org.jfree.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 org.jfree.report.states.ReportState |
BEFORE_FIRST_GROUP, BEFORE_FIRST_PAGE, BEFORE_FIRST_ROW |
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 |