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.
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.
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. When a session timeout event occurs and the user tries to perform an operation, a prompt dialog appears to ask whether the user wants to log in again. If the user chooses yes, the ON_SESSION_TIMEOUT event fires. If no handler is 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 Tue Jan 06 2015 04:13:44 GMT-0800 (PST)