java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.BeforeRenderEvent
This class provides arguments for the BeforeRenderEventListener
.
The event occurs when the report rendering process starts.
Constructor Summary | |
BeforeRenderEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAddAtBeginning()
Returns the text that will be written after the <HTML>
tag but before the <BODY> tag, if there is one. |
boolean |
getNeedRenderHTMLTag()
Returns whether to render the <HTML> tag. |
void |
setAddAtBeginning(java.lang.String value)
Sets the text that will be written after the <HTML>
tag but before the <BODY> tag, if there is one. |
void |
setNeedRenderHTMLTag(boolean value)
Sets whether the <HTML> tag will be rendered. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeforeRenderEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAddAtBeginning()
Returns the text that will be written after the <HTML>
tag but before the <BODY>
tag, if there is one.
String
.setAddAtBeginning
public boolean getNeedRenderHTMLTag()
Returns whether to render the <HTML>
tag.
true
if the <HTML>
tag is
to be rendered and false
otherwise.setNeedRenderHTMLTag
public void setAddAtBeginning(java.lang.String value)
Sets the text that will be written after the <HTML>
tag but before the <BODY>
tag, if there is one.
value
- A String
that specifies the text that will be
written.getAddAtBeginning
public void setNeedRenderHTMLTag(boolean value)
Sets whether the <HTML>
tag will be rendered.
value
- true
to render the <HTML>
tag.getNeedRenderHTMLTag