|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.OnRenderStyleEvent
This class provides arguments for the OnRenderStyleEventListener
.
The event occurs when the HTML style class generation starts.
Constructor Summary | |
OnRenderStyleEvent(java.lang.Object source)
|
Method Summary | |
boolean |
getHandled()
Returns whether the event is handled. |
java.lang.String |
getStyle()
Returns the <style> block. |
void |
setHandled(boolean value)
Sets whether the event is handled. |
void |
setStyle(java.lang.String value)
Sets the <style> block. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OnRenderStyleEvent(java.lang.Object source)
Method Detail |
public boolean getHandled()
true
if the event is handled and
false
otherwise.setHandled
public java.lang.String getStyle()
<style>
block.
<style>
block as
a String
.setStyle
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 setStyle(java.lang.String value)
<style>
block. This includes the
beginning <style>
tag and the end
<style>
tag.
value
- A String
that specifies the
<style>
block.getStyle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |