|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.function.AbstractExpression
|
+--org.jfree.report.function.AbstractFunction
|
+--org.jfree.report.demo.reportfooter.TriggerComplexPageFooterFunction
| Constructor Summary | |
TriggerComplexPageFooterFunction()
Creates an unnamed function. |
|
| Method Summary | |
java.lang.Object |
getValue()
Return the current expression value. |
void |
reportDone(ReportEvent event)
Receives notification that report generation has completed, the report footer was printed, no more output is done. |
void |
reportInitialized(ReportEvent event)
Receives notification that report generation initializes the current run. |
| Methods inherited from class org.jfree.report.function.AbstractFunction |
clone,
groupFinished,
groupStarted,
itemsAdvanced,
itemsFinished,
itemsStarted,
reportFinished,
reportStarted |
| Methods inherited from class org.jfree.report.function.AbstractExpression |
getDataRow,
getDependencyLevel,
getInstance,
getName,
getReportConfiguration,
getResourceBundleFactory,
getRuntime,
isActive,
setActive,
setDependencyLevel,
setName,
setRuntime |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TriggerComplexPageFooterFunction()
AbstractExpression.setName(java.lang.String) before the function is added to the report's function collection.| Method Detail |
public void reportDone(ReportEvent event)
event - The event.public void reportInitialized(ReportEvent event)
The event carries a ReportState.Started state. Use this to initialize the report.
event - The event.public java.lang.Object getValue()
The value depends (obviously) on the expression implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||