|
||||||||||
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.PostReportInitializedState
Prints the report header. This state is the second state in the report processing and was created after the report was initialized.
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 | |
PostReportInitializedState(ReportState clone)
Constructs a ReportState from an existing ReportState. |
Method Summary | |
ReportState |
advance()
The advance method performs a transition from the current report state to the next report state. |
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 PostReportInitializedState(ReportState clone)
clone
- the existing state.Method Detail |
public ReportState advance() throws ReportProcessingException
advance
in class ReportState
ReportProcessingException
- if there is a problem processing the report.public boolean isPrefetchState()
isPrefetchState
in class ReportState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |