|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.flow.FlowControlOperation
These objects define, how the iteration over the report definition affects the data source.
Field Summary | |
static FlowControlOperation |
ADVANCE
Requests that the datasource should be moved to the next row. |
static FlowControlOperation |
COMMIT
A commit checks for an pending advance request and commites that request by moving the cursor of the currend datarow forward by one row. |
static FlowControlOperation |
DONE
Finishes (and closes) the currently open context. |
static FlowControlOperation |
MARK
Stores the current datarow state for a later recall. |
static FlowControlOperation |
NO_OP
Do nothing. |
static FlowControlOperation |
RECALL
Recalls a marked position. |
Constructor Summary | |
protected |
FlowControlOperation(java.lang.String name)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FlowControlOperation MARK
public static final FlowControlOperation ADVANCE
public static final FlowControlOperation RECALL
public static final FlowControlOperation NO_OP
public static final FlowControlOperation DONE
public static final FlowControlOperation COMMIT
Constructor Detail |
protected FlowControlOperation(java.lang.String name)
Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |