BIRT Data Analyzer API classes : Class actuate.xtabanalyzer.EventConstants

Class actuate.xtabanalyzer.EventConstants

Description

Defines the event constants supported by this API. Table 5-6 lists the cross-tab analyzer event constants.

Content changed event. Triggers when the displayed content has changed, for example when changing cross tab report content. The event handler takes an actuate.XTabAnalyzer object that represents the viewer where the event occurred as the only parameter.
Content selected event. Triggers when a user clicks on report elements. The event handler takes the following parameters:
n  
n  
Exception event. Triggers when an exception occurs during an asynchronous operation. The event handler takes the following arguments:
Session timeout event. When a session timeout event occurs and the user tries to perform any operation on a viewer, a prompt dialog appears asking the user whether or not to login again. When the user chooses to login again, the ON_SESSION_TIMEOUT event triggers. When no handler is registered for this event, a default built-in login dialog will be displayed.
This behavior and event is only available when the SessionReloginTimeout flag is set to true in the server configuration from which the API was initialized.
The event handler takes one parameter: an actuate.XTabAnalyzer object, representing the viewer where the event occurred.

(c) Copyright Actuate Corporation 2011