|
|||||||||
| 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.function.AbstractElementFormatFunction
| Constructor Summary | |
protected |
AbstractElementFormatFunction()
Creates an unnamed function. |
| Method Summary | |
java.lang.String |
getElement()
Returns the element name. |
void |
groupFinished(ReportEvent event)
Receives notification that a group has finished. |
void |
groupStarted(ReportEvent event)
Receives notification that a group has started. |
void |
itemsAdvanced(ReportEvent event)
Receives notification that a row of data is being processed. |
void |
pageCanceled(ReportEvent event)
Receives notification that a page was canceled by the ReportProcessor. |
void |
pageFinished(ReportEvent event)
Receives notification that a page is completed. |
void |
pageRolledBack(ReportEvent event)
This event is fired, whenever an automatic pagebreak has been detected and the report state had been reverted to the previous state. |
void |
pageStarted(ReportEvent event)
Receives notification that a new page is being started. |
protected abstract void |
processRootBand(Band b)
|
void |
reportFinished(ReportEvent event)
Receives notification that the report has finished. |
void |
reportStarted(ReportEvent event)
Receives notification that the report has started. |
void |
setElement(java.lang.String name)
Sets the element name. |
| Methods inherited from class org.jfree.report.function.AbstractFunction |
clone,
itemsFinished,
itemsStarted,
reportDone,
reportInitialized |
| 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 |
protected AbstractElementFormatFunction()
AbstractExpression.setName(java.lang.String) before the function is added to the report's function collection.| Method Detail |
public void setElement(java.lang.String name)
name - The element name.Band.getElement(String)public java.lang.String getElement()
public void itemsAdvanced(ReportEvent event)
event - the event.public void reportFinished(ReportEvent event)
event - the event.public void reportStarted(ReportEvent event)
event - the event.public void groupStarted(ReportEvent event)
event - the event.public void groupFinished(ReportEvent event)
event - the event.public void pageCanceled(ReportEvent event)
event - The event.public void pageFinished(ReportEvent event)
event - The event.public void pageStarted(ReportEvent event)
event - The event.public void pageRolledBack(ReportEvent event)
event - protected abstract void processRootBand(Band b)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||