|
||||||||||
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.PostGroupHeaderState
The groupHeader has been printed. If there are more groups defined, activate them by creating a new PreGroupHeader state for the next group. If no more groups can be activated, start printing the items by creating a PreItemGroupState.
Transition: PreGroupHeaderState or PreItemHeader
Field Summary |
Fields inherited from class org.jfree.report.states.ReportState |
BEFORE_FIRST_GROUP, BEFORE_FIRST_PAGE, BEFORE_FIRST_ROW |
Constructor Summary | |
PostGroupHeaderState(ReportState previous)
Creates a new 'post-group-header' state. |
Method Summary | |
ReportState |
advance()
Advances from this state to the next. |
protected boolean |
hasMoreGroups()
Checks whether there are more groups the work on. |
boolean |
isPrefetchState()
Returns the corrected display item for this state. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PostGroupHeaderState(ReportState previous)
previous
- the previous state.Method Detail |
protected boolean hasMoreGroups()
public ReportState advance()
PRE-GROUP-HEADER
' state again, otherwise move to the
'PRE-ITEM-GROUP
' state.
advance
in class ReportState
public boolean isPrefetchState()
isPrefetchState
in class ReportState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |