Classes


Namespace actuate.xtabanalyzer.EventConstants

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

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The class EventConstants defines constants for xtabanalyzer 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 crosstab report content.
<static> <constant>  
Content selected event, which is fired whenever the user clicks on 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.xtabanalyzer.EventConstants
The class EventConstants defines constants for xtabanalyzer events.
See:
actuate.XTabAnalyzer#registerEventHandler
actuate.XTabAnalyzer#removeEventHandler
Field Detail
<static> <constant> {String} ON_CONTENT_CHANGED
Content changed event, which is fired whenever the displayed content has changed, for example when changing crosstab report content.
The event handler takes the following arguments:
See:
actuate.XTabAnalyzer

<static> <constant> {String} ON_CONTENT_SELECTED
Content selected event, which is fired whenever the user clicks on report elements.
The event handler takes the following arguments:
See:
actuate.XTabAnalyzer
actuate.xtabanalyzer.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.XTabAnalyzer
actuate.Exception
actuate.xtabanalyzer.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 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.XTabAnalyzer

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