org.jfree.report.flow
public class FlowControlOperation extends Object
| 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(String name) |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
| String | toString() |