Classes


Class actuate.viewer.FlashObject

The chart class represents a report flash object.
Member of: actuate.viewer.

Class Summary
Constructor Attributes Constructor Name and Description
 
The FlashObject class represents a report flash object.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
FlashObject element type name.
Method Summary
Method Attributes Method Name and Description
 
clearFilters(columnName)
Clears the filters of a given column
 
Returns the report element bookmark name.
 
Returns the HTML element DOM object.
 
Returns the page content to which this element belongs.
 
Returns the report element type.
 
setFilters(filters)
Sets the given filters.
 
submit(callback)
Applies the changes made to this element.
Class Detail
actuate.viewer.FlashObject()
The FlashObject class represents a report flash object.
Field Detail
<static> <constant> {String} TYPE
FlashObject element type name.
Method Detail
clearFilters(columnName)
Clears the filters of a given column
Parameters:
{String} columnName
column name

{String} getBookmark()
Returns the report element bookmark name.
Returns:
{String} report element bookmark name

{HTMLElement} getHtmlDom()
Returns the HTML element DOM object.
Returns:
{HTMLElement} HTML DOM element

{actuate.viewer.PageContent} getPageContent()
Returns the page content to which this element belongs.
Returns:
{actuate.viewer.PageContent} report content

{String} getType()
Returns the report element type.
Returns:
{String} "FlashObject"

setFilters(filters)
Sets the given filters.
Parameters:
{Array} filters
array of actuate.data.Filter instances

submit(callback)
Applies the changes made to this element.
This is an asynchronous operation.
Parameters:
{Function} callback
an optional user-defined call back function that will be executed after the operation finished. The callback takes the current viewer instance as parameter.

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 19 2010 15:56:28 GMT-0800 (PST)