|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.function.AbstractFunction | +--com.jrefinery.report.ext.junit.base.functionality.EventOrderFunction
Field Summary |
Fields inherited from interface com.jrefinery.report.function.Expression |
AUTOACTIVATE_PROPERTY |
Constructor Summary | |
EventOrderFunction()
|
|
EventOrderFunction(java.lang.String name)
|
Method Summary | |
java.lang.Object |
getValue()
Return the current expression value. |
void |
groupFinished(com.jrefinery.report.event.ReportEvent event)
Receives notification that a group has finished. |
void |
groupStarted(com.jrefinery.report.event.ReportEvent event)
Receives notification that a group has started. |
void |
itemsAdvanced(com.jrefinery.report.event.ReportEvent event)
Receives notification that a row of data is being processed. |
void |
itemsFinished(com.jrefinery.report.event.ReportEvent event)
Receives notification that a group of item bands has been completed. |
void |
itemsStarted(com.jrefinery.report.event.ReportEvent event)
Receives notification that a group of item bands is about to be processed. |
void |
pageFinished(com.jrefinery.report.event.ReportEvent event)
Receives notification that a page has ended. |
void |
pageStarted(com.jrefinery.report.event.ReportEvent event)
Receives notification that a page has started. |
void |
reportDone(com.jrefinery.report.event.ReportEvent event)
Receives notification that report generation has completed, the report footer was printed, no more output is done. |
void |
reportFinished(com.jrefinery.report.event.ReportEvent event)
Receives notification that the report has finished. |
void |
reportInitialized(com.jrefinery.report.event.ReportEvent event)
Receives notification that report generation initializes the current run. |
void |
reportStarted(com.jrefinery.report.event.ReportEvent event)
Receives notification that the report has started. |
Methods inherited from class com.jrefinery.report.function.AbstractFunction |
clone, getDataRow, getDependencyLevel, getInstance, getName, getProperties, getProperty, getProperty, initialize, isActive, setDataRow, setDependencyLevel, setName, setProperties, setProperty |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EventOrderFunction()
public EventOrderFunction(java.lang.String name)
Method Detail |
public void reportInitialized(com.jrefinery.report.event.ReportEvent event)
The event carries a ReportState.Started state. Use this to initialize the report.
reportInitialized
in interface com.jrefinery.report.event.ReportListener
reportInitialized
in class com.jrefinery.report.function.AbstractFunction
event
- The event.public void reportStarted(com.jrefinery.report.event.ReportEvent event)
reportStarted
in interface com.jrefinery.report.event.ReportListener
reportStarted
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void reportFinished(com.jrefinery.report.event.ReportEvent event)
reportFinished
in interface com.jrefinery.report.event.ReportListener
reportFinished
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void pageStarted(com.jrefinery.report.event.ReportEvent event)
pageStarted
in interface com.jrefinery.report.event.ReportListener
pageStarted
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void pageFinished(com.jrefinery.report.event.ReportEvent event)
pageFinished
in interface com.jrefinery.report.event.ReportListener
pageFinished
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void groupStarted(com.jrefinery.report.event.ReportEvent event)
groupStarted
in interface com.jrefinery.report.event.ReportListener
groupStarted
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void groupFinished(com.jrefinery.report.event.ReportEvent event)
groupFinished
in interface com.jrefinery.report.event.ReportListener
groupFinished
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void itemsAdvanced(com.jrefinery.report.event.ReportEvent event)
itemsAdvanced
in interface com.jrefinery.report.event.ReportListener
itemsAdvanced
in class com.jrefinery.report.function.AbstractFunction
event
- the event.public void itemsStarted(com.jrefinery.report.event.ReportEvent event)
The next events will be itemsAdvanced events until the itemsFinished event is raised.
itemsStarted
in interface com.jrefinery.report.event.ReportListener
itemsStarted
in class com.jrefinery.report.function.AbstractFunction
event
- The event.public void itemsFinished(com.jrefinery.report.event.ReportEvent event)
The itemBand is finished, the report starts to close open groups.
itemsFinished
in interface com.jrefinery.report.event.ReportListener
itemsFinished
in class com.jrefinery.report.function.AbstractFunction
event
- The event.public void reportDone(com.jrefinery.report.event.ReportEvent event)
reportDone
in interface com.jrefinery.report.event.ReportListener
reportDone
in class com.jrefinery.report.function.AbstractFunction
event
- The event.public java.lang.Object getValue()
The value depends (obviously) on the expression implementation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |