java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.BeforeRenderContentEvent
This class provides arguments for the BeforeRenderContentEventListener
.
The event occurs when the report content rendering process starts.
Constructor Summary | |
BeforeRenderContentEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAddBeforeContent()
Returns the text that will be written immediately following the <BODY> tag. |
boolean |
getNeedRenderBodyTag()
Returns whether the <BODY> tag is
to be rendered. |
void |
setAddBeforeContent(java.lang.String value)
Sets the text that will be written immediately following the <BODY> tag. |
void |
setNeedRenderBodyTag(boolean value)
Sets whether the <BODY> tag will be rendered. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeforeRenderContentEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAddBeforeContent()
Returns the text that will be written immediately following the
<BODY>
tag.
<BODY>
tag as a String
.setAddBeforeContent
public boolean getNeedRenderBodyTag()
Returns whether the <BODY>
tag is
to be rendered.
true
if the <BODY>
tag is
to be rendered and false
otherwise.setNeedRenderBodyTag
public void setAddBeforeContent(java.lang.String value)
Sets the text that will be written immediately following the
<BODY>
tag.
value
- A String
that specifies the text that will
be written immediately following the <BODY>
tag.getAddBeforeContent
public void setNeedRenderBodyTag(boolean value)
Sets whether the <BODY>
tag will be rendered.
value
- true
to render the <BODY>
tag.getNeedRenderBodyTag