Classes


Namespace actuate.viewer

Contains the viewer classes.
Member of: actuate.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Contains the viewer classes.
Field Summary
Field Attributes Field Name and Description
<static>  
Constructs a default scrollbar content panel.
<static>  
Constructs the report content generated using a report design file or document file.
<static>  
Constructs the parameter name value pair used in generating a report instance.
<static>  
Constructs an object that specifies the rendering options used by a call to actuate.Viewer#downloadReport.
<static>  
Constructs a scrolling content panel in a viewer.
<static>  
Constructs a SelectedContent object with the given data.
<static>  
Constructs a specification of feature availability for the viewer.
<static>  
Constructs a specification of feature availability for the Viewer object.
<static>  
Constructs a viewer exception.
Namespace Detail
actuate.viewer
Contains the viewer classes.
Field Detail
<static> {actuate.viewer.BrowserPanel} BrowserPanel
Constructs a default scrollbar content panel.

<static> {actuate.viewer.PageContent} PageContent
Constructs the report content generated using a report design file or document file.

<static> {actuate.viewer.ParameterValue} ParameterValue
Constructs the parameter name value pair used in generating a report instance. The ParameterValue class is a JavaScript version of the com.actuate.schemas.ParameterValue class.

<static> {actuate.viewer.RenderOptions} RenderOptions
Constructs an object that specifies the rendering options used by a call to actuate.Viewer#downloadReport. Currently, the only supported option is multisheet.

<static> {actuate.viewer.ScrollPanel} ScrollPanel
Constructs a scrolling content panel in a viewer.

<static> {actuate.viewer.SelectedContent} SelectedContent
Constructs a SelectedContent object with the given data.
See:
actuate.viewer.EventConstants.ON_CONTENT_SELECTED

<static> {actuate.viewer.UIConfig} UIConfig
Constructs a specification of feature availability for the viewer.

The constructor generates a new UIConfig object to manage the content panel for the viewer.
By default, the content panel is an actuate.viewer.ScrollPanel object with PanInOut, and MouseScrolling enabled.

<static> {actuate.viewer.UIOptions} UIOptions
Constructs a specification of feature availability for the Viewer object.

<static> {actuate.viewer.ViewerException} ViewerException
Constructs a viewer exception.
See:
actuate.viewer.EventConstants

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:44 GMT-0800 (PST)