|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.OnRenderScriptEvent
This class provides arguments for the OnRenderScriptEventListener
.
The event occurs when the HTML script generation starts.
Constructor Summary | |
OnRenderScriptEvent(java.lang.Object source)
|
Method Summary | |
boolean |
getHandled()
Returns whether the event is handled. |
java.lang.String |
getScript()
Returns the <script> block. |
void |
setHandled(boolean value)
Sets whether the event is handled. |
void |
setScript(java.lang.String value)
Sets the <script> block. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OnRenderScriptEvent(java.lang.Object source)
Method Detail |
public boolean getHandled()
true
if the event is handled and
false
otherwise.setHandled
public java.lang.String getScript()
<script>
block.
<script>
block as
a String
.setScript
public void setHandled(boolean value)
true
if you do
not want the default action to occur.
value
- true
if the event is handled.getHandled
public void setScript(java.lang.String value)
<script>
block. This includes the
beginning <script>
tag and the end
<script>
tag.
value
- A String
that specifies the
<script>
block.getScript
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |