Actuate JavaScript API classes quick reference Table 4-1 lists the Actuate JavaScript API classes. Table 4-1 Actuate JavaScript API classes JavaScript class Description actuate Entry point to the Actuate JavaScript API library actuate.AuthenticationException Exception caused by failed authentication actuate.ConnectionException Exception caused by a failed connection actuate.Dashboard Dashboard class actuate.dashboard.DashboardDefinition Dashboard wrapper class actuate.dashboard.EventConstants Global constants for the dashboard events class actuate.dashboard.Tab Dashboard tab class actuate.data Container for actuate data class actuate.data.Filter Conditions to filter data actuate.data.ReportContent Represents downloaded content actuate.data.Request Represents and processes a request for report data actuate.data.ResultSet Results retrieved from a report document in response to a request actuate.data.Sorter Sort conditions to sort data actuate.DataService Data services to retrieve data from a report document actuate.Exception Exception object passed to a callback function or exception handler actuate.Parameter Parameters from a report actuate.parameter.Constants Global navigation and layout constants used for the Parameter class actuate.parameter.ConvertUtility Converts parameters into specific and generic formats actuate.parameter.EventConstants Defines the events for parameters this API library supports actuate.parameter.NameValuePair Display name and the associated value actuate.parameter.ParameterDefinition Qualities, options, name, and format for a parameter as the parameter displays and accepts values actuate.parameter.ParameterValue The parameter’s value as processed by a report actuate.report.Chart A report chart actuate.report.DataItem A report data item actuate.report.FlashObject A report flash object actuate.report.Gadget A report gadget actuate.report.Label A report label element actuate.report.Table A report table element actuate.report.TextItem A report text element actuate.ReportExplorer The Report explorer general container actuate.reportexplorer.Constants Global constants used for ReportExplorer class actuate.reportexplorer.EventConstants Global EventConstants used for ReportExplorer class actuate.reportexplorer.File A file listed in the ReportExplorer and the file’s properties actuate.reportexplorer.FileCondition A JavaScript version of com.actuate.schemas.FileCondition actuate.reportexplorer.FileSearch A JavaScript version of com.actuate.schemas.FileSearch actuate.reportexplorer.FolderItems A JavaScript version of com.actuate.schemas.GetFolderItemsResponse actuate.reportexplorer.PrivilegeFilter A JavaScript version of com.actuate.schemas.PrivilegeFilter actuate.RequestOptions URL parameters for requests to an iServer volume actuate.Viewer A report viewer component that can be embedded in an HTML page actuate.viewer.BrowserPanel A non-scrolling panel display actuate.viewer.EventConstants Defines the events for the viewer this API library supports actuate.viewer.PageContent Content shown on the viewer actuate.viewer.ParameterValue Parameter values in the viewer actuate.viewer.ScrollPanel A scrolling panel display actuate.viewer.SelectedContent Selected report element actuate.viewer.UIConfig Enables UI elements of the scrolling panel display actuate.viewer.UIOptions Enables UI elements of the viewer actuate.viewer.ViewerException Exception constants supported for the viewer
Table 4-1 lists the Actuate JavaScript API classes.