com.crystaldecisions.report.htmlrender
Class AfterRenderContentEvent

java.lang.Object
  extended byRenderEventObjectBase
      extended bycom.crystaldecisions.report.htmlrender.AfterRenderContentEvent

public class AfterRenderContentEvent
extends RenderEventObjectBase

This class provides arguments for the AfterRenderContentEventListener. The event occurs when the report content rendering process is finished.

See Also:
Serialized Form

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

AfterRenderContentEvent

public AfterRenderContentEvent(java.lang.Object source)
Method Detail

getAddAfterContent

public java.lang.String getAddAfterContent()

Returns the text that will be appended to the end of the report content HTML.

Returns:
The text that will be appended to the end of the report content HTML as a String.
See Also:
setAddAfterContent

setAddAfterContent

public void setAddAfterContent(java.lang.String value)

Sets the text that will be appended to the end of the report content HTML.

Parameters:
value - A String that specifies the text that will be appended to the end of the report content HTML.
See Also:
getAddAfterContent