Class actuate.xtabanalyzer.EventConstants
Description
Defines the event constants supported by this API. Table 5-6 lists the cross-tab analyzer event constants.
Table 5-6 actuate.xtabanalyzer.Dimension 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 actuate XTabAnalyzer: object viewer for which the event occurred
n actuate.xtabanalyzer.SelectedContent: the selected content object. Exception event. Triggers when an exception occurs during an asynchronous operation. The event handler takes the following arguments:
n actuate.XTabAnalyzer: viewer for which the event occurred 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 |
![]() |