|
||||||||||
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.PreGroupHeaderState
Processes an groupheader. Activates the next group and fires the GroupStartEvent for that group. then the PostGroupHeaderState-State gets activated.
Field Summary |
Fields inherited from class org.jfree.report.states.ReportState |
BEFORE_FIRST_GROUP, BEFORE_FIRST_PAGE, BEFORE_FIRST_ROW |
Constructor Summary | |
PreGroupHeaderState(ReportState previous)
Creates a new ' PRE-GROUP-HEADER ' state. |
Method Summary | |
ReportState |
advance()
Advances from this state to the ' POST-GROUP-HEADER ' state after
fireing the GroupStartedEvent. |
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 PreGroupHeaderState(ReportState previous)
PRE-GROUP-HEADER
' state.
previous
- the previous state.Method Detail |
public ReportState advance()
POST-GROUP-HEADER
' state after
fireing the GroupStartedEvent.
advance
in class ReportState
POST-GROUP-HEADER
').public boolean isPrefetchState()
isPrefetchState
in class ReportState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |