com.crystaldecisions.report.htmlrender
Class AfterRenderEvent

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

public class AfterRenderEvent
extends RenderEventObjectBase

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

See Also:
Serialized Form

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

AfterRenderEvent

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

getAddAtEnd

public java.lang.String getAddAtEnd()

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

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

setAddAtEnd

public void setAddAtEnd(java.lang.String value)

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

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