|
||||||||||
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.PreItemGroupState
Prepare to print the items. This state fires the itemStarted-Event and advances to the InItemGroupState state.
Field Summary |
Fields inherited from class org.jfree.report.states.ReportState |
BEFORE_FIRST_GROUP, BEFORE_FIRST_PAGE, BEFORE_FIRST_ROW |
Constructor Summary | |
PreItemGroupState(ReportState previous)
Creates a new 'pre-item-group' state. |
Method Summary | |
ReportState |
advance()
Advances to the next 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 PreItemGroupState(ReportState previous)
previous
- the previous state.Method Detail |
public ReportState advance()
IN-ITEM-GROUP
' state,
but if the report's data (TableModel) has no rows, proceed to the
'POST-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 |