|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.BeforeRenderContentEvent
This class is currently not supported.
Constructor Summary | |
BeforeRenderContentEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAddBeforeContent()
This method is currently not supported. |
boolean |
getNeedRenderBodyTag()
This method is currently not supported. |
void |
setAddBeforeContent(java.lang.String value)
This method is currently not supported. |
void |
setNeedRenderBodyTag(boolean 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 |
public BeforeRenderContentEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAddBeforeContent()
This method is currently not supported.
Returns the text that is written immediately following the
<BODY>
tag.
<BODY>
tag as a String
.setAddBeforeContent
public boolean getNeedRenderBodyTag()
This method is currently not supported.
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)
This method is currently not supported.
Sets the text that is 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)
This method is currently not supported.
Sets whether the <BODY>
tag is 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 |