java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.AfterRenderContentEvent
This class provides arguments for the AfterRenderContentEventListener
.
The event occurs when the report content rendering process is finished.
Constructor Summary | |
AfterRenderContentEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAddAfterContent()
Returns the text that will be appended to the end of the report content HTML. |
void |
setAddAfterContent(java.lang.String value)
Sets the text that will be appended to the end of the report content HTML. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AfterRenderContentEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAddAfterContent()
Returns the text that will be appended to the end of the report content HTML.
String
.setAddAfterContent
public void setAddAfterContent(java.lang.String value)
Sets the text that will be appended to the end of the report content HTML.
value
- A String
that specifies the text that will be
appended to the end of the report content HTML.getAddAfterContent