|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--RenderEventObjectBase
|
+--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.setAddBeforeContentpublic boolean getNeedRenderBodyTag()
Returns whether the <BODY> tag is
to be rendered.
true if the <BODY> tag is
to be rendered and false otherwise.setNeedRenderBodyTagpublic 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.getAddBeforeContentpublic void setNeedRenderBodyTag(boolean value)
Sets whether the <BODY> tag will be rendered.
value - true to render the <BODY> tag.getNeedRenderBodyTag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||