|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.BeforeRenderEvent
This class is currently not supported.
Constructor Summary | |
BeforeRenderEvent(java.lang.Object source)
|
Method Summary | |
java.lang.String |
getAddAtBeginning()
This method is currently not supported. |
boolean |
getNeedRenderHTMLTag()
This method is currently not supported. |
void |
setAddAtBeginning(java.lang.String value)
This method is currently not supported. |
void |
setNeedRenderHTMLTag(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 BeforeRenderEvent(java.lang.Object source)
Method Detail |
public java.lang.String getAddAtBeginning()
This method is currently not supported.
Returns the text that is written after the <HTML>
tag but before the <BODY>
tag, if there is one.
String
.setAddAtBeginning
public boolean getNeedRenderHTMLTag()
This method is currently not supported.
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)
This method is currently not supported.
Sets the text that is written after the <HTML>
tag but before the <BODY>
tag, if there is one.
value
- A String
that specifies the text that is
written.getAddAtBeginning
public void setNeedRenderHTMLTag(boolean value)
This method is currently not supported.
Sets whether the <HTML>
tag is rendered.
value
- true
to render the <HTML>
tag.getNeedRenderHTMLTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |