Classes


Class actuate.viewer.PageContent

The PageContent class represents the report content generated by a report design file or document file.
Member of: actuate.viewer.

Class Summary
Constructor Attributes Constructor Name and Description
 
The PageContent class represents the report content generated by a report design file or document file.
Method Summary
Method Attributes Method Name and Description
 
Returns a report chart instance by bookmark.
 
Returns a report data instance by bookmark.
 
Returns a flash object instance by bookmark.
 
Returns a report gadget instance by bookmark.
 
Returns a report chart instance by bookmark.
 
Returns a report table instance by bookmark.
 
Returns a report text instance by bookmark.
 
Returns the viewer ID.
Class Detail
actuate.viewer.PageContent()
The PageContent class represents the report content generated by a report design file or document file.
Method Detail
{actuate.viewer.Chart} getChartByBookmark(bookmark)
Returns a report chart instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.Chart} chart

{actuate.viewer.DataItem} getDataItemByBookmark(bookmark)
Returns a report data instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.DataItem} data item

{actuate.viewer.FlashObject} getFlashObjectByBookmark(bookmark)
Returns a flash object instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.FlashObject} flashObject

{actuate.viewer.Gadget} getGadgetByBookmark(bookmark)
Returns a report gadget instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.Gadget} gadget

{actuate.viewer.Label} getLabelByBookmark(bookmark)
Returns a report chart instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.Label}

{actuate.viewer.Table} getTableByBookmark(bookmark)
Returns a report table instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.Table} table

{actuate.viewer.TextItem} getTextByBookmark(bookmark)
Returns a report text instance by bookmark.
Parameters:
{String} bookmark
bookmark name
Returns:
{actuate.viewer.TextItem} text item

{String} getViewerId()
Returns the viewer ID.
Returns:
{String} viewer ID

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