|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RenderEventObjectBase
|
+--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.setAddAfterContentpublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||