com.crystaldecisions.report.htmlrender
Class AfterRenderEvent

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

public class AfterRenderEvent
extends RenderEventObjectBase

This class is currently not supported.

See Also:
Serialized Form

Constructor Summary
AfterRenderEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getAddAtEnd()
          This method is currently not supported.
 void setAddAtEnd(java.lang.String value)
          This method is currently not supported.
 
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()

This method is currently not supported.

Returns the text that is appended to the end of the HTML.

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

setAddAtEnd

public void setAddAtEnd(java.lang.String value)

This method is currently not supported.

Sets the text that is 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