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