Class actuate.viewer.EventConstants
Description
Defines the event constants supported by this API. Table 4-48 lists the viewer event constants.
Calls a registered event handler when the relevant part of the report content is selected. Supported selected contents are:
When the content is selected, the corresponding object is passed into user’s event handler function. For example, if the table area is selected in a viewer, actuate.Viewer.Table is passed into the event handler.
The event handler must take the viewer instance that fired the event and an instance of actuate.viewer.SelectedContent as input arguments.
The event handler must take the viewer object that fired the event and a dialog.AdvancedFilterDialog object as input parameters.
The event handler must take the viewer instance that fired the event and an instance of actuate.viewer.Exception as input arguments.

Additional Links:

Copyright Actuate Corporation 2012