|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jfree.report.event.ReportEvent
Represents a report event.
Includes information regarding which ReportState
generated the event.
Field Summary | |
static int |
GROUP_FINISHED
The event type constant, that a group finished event is invoked. |
static int |
GROUP_STARTED
The event type constant, that a group start event is invoked. |
static int |
ITEMS_ADVANCED
The event type constant, that the items advanced event is invoked. |
static int |
ITEMS_FINISHED
The event type constant, that the items finished event is invoked. |
static int |
ITEMS_STARTED
The event type constant, that the items started event is invoked. |
static int |
PAGE_CANCELED
The event type constant, that the page finished event is invoked. |
static int |
PAGE_FINISHED
The event type constant, that the page finished event is invoked. |
static int |
PAGE_STARTED
The event type constant, that the page start event is invoked. |
static int |
POST_GROUP_FOOTER
The event type constant, that the post group footer state will be processed. |
static int |
POST_GROUP_HEADER
The event type constant, that the post group header state will be processed. |
static int |
PREPARE_EVENT
The event type constant, that this event is a prepare event. |
static int |
REPORT_DONE
The event type constant, that the report done event is invoked. |
static int |
REPORT_FINISHED
The event type constant, that the report finished event is invoked. |
static int |
REPORT_INITIALIZED
The event type constant, that the report initialize event is invoked. |
static int |
REPORT_STARTED
The event type constant, that the report start event is invoked. |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ReportEvent(ReportState state,
int type)
Creates a new ReportEvent . |
Method Summary | |
DataRow |
getDataRow()
Returns the currently assigned dataRow for this event. |
int |
getLevel()
Returns the current function level. |
ReportDefinition |
getReport()
Returns the report that generated the event. |
ReportState |
getState()
Returns the ReportState , which is the source of the event. |
int |
getType()
Returns the event type. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int REPORT_INITIALIZED
public static final int PAGE_STARTED
public static final int REPORT_STARTED
public static final int GROUP_STARTED
public static final int ITEMS_STARTED
public static final int ITEMS_ADVANCED
public static final int ITEMS_FINISHED
public static final int GROUP_FINISHED
public static final int REPORT_FINISHED
public static final int REPORT_DONE
public static final int PAGE_FINISHED
public static final int PAGE_CANCELED
public static final int POST_GROUP_FOOTER
public static final int POST_GROUP_HEADER
public static final int PREPARE_EVENT
Constructor Detail |
public ReportEvent(ReportState state, int type)
ReportEvent
.
state
- the current state of the processed report (null
not permmitted).type
- the event type for this event object.Method Detail |
public int getType()
public ReportState getState()
ReportState
, which is the source of the event.
null
).public ReportDefinition getReport()
This is a convenience method that extracts the report from the report state.
public DataRow getDataRow()
The DataRow
is used to access the fields of the
DataSource
and other functions and expressions within the
current row of the report.
public int getLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |