|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRenderEventObjectBase
com.crystaldecisions.report.htmlrender.AfterRenderObjectEvent
This class is currently not supported.
| Constructor Summary | |
AfterRenderObjectEvent(java.lang.Object source)
|
|
| Method Summary | |
java.lang.Object |
getObject()
This method is currently not supported. |
java.lang.Object |
getObjectRender()
This method is currently not supported. |
void |
setObject(java.lang.Object value)
This method is currently not supported. |
void |
setObjectRender(java.lang.Object 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 AfterRenderObjectEvent(java.lang.Object source)
| Method Detail |
public java.lang.Object getObject()
This method is currently not supported.
Returns the cached report object. This can be a
com.crystaldecisions.sdk.occa.report.definition.FieldObject,
com.crystaldecisions.sdk.occa.report.definition.TextObject,
com.crystaldecisions.sdk.occa.report.definition ChartObject,
and so on.
Object.setObjectpublic java.lang.Object getObjectRender()
This method is currently not supported.
Returns the HTML renderer object, which generates the resulting HTML. This is the event's source object.
Object.setObjectRenderpublic void setObject(java.lang.Object value)
This method is currently not supported.
Sets the cached report object. This can be a
com.crystaldecisions.sdk.occa.report.definition.FieldObject,
com.crystaldecisions.sdk.occa.report.definition.TextObject,
com.crystaldecisions.sdk.occa.report.definition ChartObject,
and so on.
value - An Object that represents the cached report
object.getObjectpublic void setObjectRender(java.lang.Object value)
This method is currently not supported.
Sets the HTML renderer object, which generates the resulting HTML. This is the event's source object.
value - An Object that represents the HTML renderer.getObjectRender
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||