Classes


Class actuate.dashboard.EventConstants

Defines the event constants supported by the Dashboard class.
Member of: actuate.dashboard.

Class Summary
Constructor Attributes Constructor Name and Description
 
Global constants for dashboard events class.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Event triggered when an exception occurs.
<static> <constant>  
Session timeout event.
Class Detail
actuate.dashboard.EventConstants()
Global constants for dashboard events class.
Field Detail
<static> <constant> {String} ON_EXCEPTION
Event triggered when an exception occurs. The event handler takes an actuate.Exception object as an input parameter.
See:
actuate.Dashboard
actuate.Exception

<static> <constant> {String} ON_SESSION_TIMEOUT
Session timeout event. Whenever a session timeout event occurs and the user tries to perform any operation on the explorer, a prompt dialog appears to ask whether the user wants to login again. If the user clicks yes, the ON_SESSION_TIMEOUT event fires. If no handler has been registered for this event, the viewer displays a default login dialog.

The event handler takes the current actuate.Dashboard object as an input parameter.
See:
actuate.Dashboard

Documentation generated by JsDoc Toolkit 2.0.1 on Mon Dec 16 2013 06:58:33 GMT-0800 (PST)