|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AfterRenderContentEventListener | This interface is currently not supported. |
AfterRenderEventListener | This interface is currently not supported. |
AfterRenderObjectEventListener | This interface is currently not supported. |
BeforeRenderContentEventListener | This interface is currently not supported. |
BeforeRenderEventListener | This interface is currently not supported. |
BeforeRenderObjectEventListener | This interface is currently not supported. |
IAfterRenderViewItemEventListener | This interface is currently not supported. |
IBeforeRenderViewItemEventListener | This interface is currently not supported. |
OnRenderScriptEventListener | This interface provides a listener for a OnRenderScriptEvent . |
OnRenderStyleEventListener | This class provides a listener for a OnRenderStyleEvent . |
Class Summary | |
AfterRenderContentEvent | This class is currently not supported. |
AfterRenderEvent | This class is currently not supported. |
AfterRenderObjectEvent | This class is currently not supported. |
AfterRenderViewItemEvent | This class is currently not supported. |
BeforeRenderContentEvent | This class is currently not supported. |
BeforeRenderEvent | This class is currently not supported. |
BeforeRenderObjectEvent | This class is currently not supported. |
BeforeRenderViewItemEvent | This class is currently not supported. |
OnRenderScriptEvent | This class provides arguments for the OnRenderScriptEventListener .
|
OnRenderStyleEvent | This class provides arguments for the OnRenderStyleEventListener .
|
This package contains classes for the rendering events in the DHTML report page viewer and the
report parts viewer. To improve performance, you can write a cache manager that allows
the client document to share jobs and cache HTML pages. The
BeforeRenderEvent
class,
BeforeRenderContentEvent
class, and
BeforeRenderObjectEvent
class allow the viewer to accept user data that comes from the cache manager;
the
AfterRenderEvent
class,
AfterRenderContentEvent
class, and
AfterRenderObjectEvent
class return HTML data that the user can put into the cache manager.
The
OnRenderScriptEvent
class allows the viewer to accept user data when the HTML scripts generation starts, while the
OnRenderStyleEvent
class allows the viewer to accept user data when the HTML style class generation starts.
Note: It is recommended that you perform your own garbage collection at the application level. The Viewer Java SDK does not handle its own garbage collection.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |