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>  
The BrowserPanel class represents a default scrollbar content panel.
<static>  
The PageContent class represents the report content generated by a report design file or document file.
<static>  
The ParameterValue class represents the parameter name value pair used in report generation.
<static>  
The RenderOptions class specifies rendering options for the actuate.Viewer#downloadReport function.
<static>  
A container for a scrolling content panel in a viewer, which includes the scroll panel control.
<static>  
A container for content selected in the viewer.
<static>  
Specifies feature availability for the viewer.
<static>  
The UIOptions class specifies feature availability for the Viewer object.
<static>  
The ViewerException class represents a viewer exception.
Namespace Detail
actuate.viewer
Contains the viewer classes.
Field Detail
<static> {actuate.viewer.BrowserPanel} BrowserPanel
The BrowserPanel class represents a default scrollbar content panel.

<static> {actuate.viewer.PageContent} PageContent
The PageContent class represents the report content generated by a report design file or document file.

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

<static> {actuate.viewer.RenderOptions} RenderOptions
The RenderOptions class specifies rendering options for the actuate.Viewer#downloadReport function. Currently, the only supported option is multisheet.

<static> {actuate.viewer.ScrollPanel} ScrollPanel
A container for a scrolling content panel in a viewer, which includes the scroll panel control. A ScrollPanel object enhances the viewer with scroll controls, such as mouse wheel scrolling.

<static> {actuate.viewer.SelectedContent} SelectedContent
A container for content selected in the viewer. SelectedContent provides an object to pass to a handler when the user-defined ON_CONTENT_SELECTED event occurs. This object contains an instance of the element selected in the viewer.
See:
actuate.viewer.EventConstants.ON_CONTENT_SELECTED

<static> {actuate.viewer.UIConfig} UIConfig
Specifies 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 ScrollControl, PanInOut, and MouseScrolling enabled.

<static> {actuate.viewer.UIOptions} UIOptions
The UIOptions class specifies feature availability for the Viewer object.

<static> {actuate.viewer.ViewerException} ViewerException
The ViewerException class represents a viewer exception.
See:
actuate.viewer.EventConstants

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 29 2013 05:44:21 GMT-0800 (PST)