Classes


Namespace actuate.viewer.EventConstants

The class EventConstants defines constants for viewer events.
Member of: actuate.viewer.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The class EventConstants defines constants for viewer events.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Content changed event, which is fired whenever the displayed content has changed, for example when changing pages.
<static> <constant>  
Content selected event, which is fired whenever the user selects supported report elements.
<static> <constant>  
Exception event, which is fired whenever an exception occurs during an asynchronous operation.
<static> <constant>  
Session timeout event.
Namespace Detail
actuate.viewer.EventConstants
The class EventConstants defines constants for viewer events.
See:
actuate.Viewer
Field Detail
<static> <constant> {String} ON_CONTENT_CHANGED
Content changed event, which is fired whenever the displayed content has changed, for example when changing pages.
The event handler takes the following arguments:
See:
actuate.Viewer

<static> <constant> {String} ON_CONTENT_SELECTED
Content selected event, which is fired whenever the user selects supported report elements. Supported selected contents are: The event handler takes the following arguments:
See:
actuate.Viewer
actuate.viewer.SelectedContent

<static> <constant> {String} ON_EXCEPTION
Exception event, which is fired whenever an exception occurs during an asynchronous operation.
The event handler takes the following arguments:
See:
actuate.Viewer
actuate.Exception
actuate.viewer.ViewerException

<static> <constant> {String} ON_SESSION_TIMEOUT
Session timeout event. Whenever a session timeout event occurs and the user tries to perform any operation on a viewer, a prompt dialog will be shown to ask whether the user wants to login again or not. If the user clicks yes, the ON_SESSION_TIMEOUT event will be fired. If no handler has been registered for this event, a default built-in login dialog will be displayed.
The event handler takes the following arguments: Note that this behavior and event is only available if the "SessionReloginTimeout" flag is set to true in the server configuration from which the API was initialized.
See:
actuate.Viewer

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:22 GMT-0800 (PST)