Class actuate.dashboard.DashboardDefinition
Description
The DashboardDefinition class is a wrapper class for a dashboard file definition.
Constructor
Syntax
Constructs a new DashboardDefinition object.
Function summary
Table 4-6 lists the actuate.dashboard.DashboardDefinition functions.
Returns the name of the default active tab for this dashboard definition. getTabs( ) Returns an array of the tabs in this dashboard definition.actuate.dashboard.DashboardDefinition.getDefault
ActiveTabSyntax
Returns the name of the default active tab for this dashboard definition.
Returns
String. The name of the default active tab.
Example
This example calls getDefaultActiveTab( ) to display the default active tab for the myDashDef DashboardDefinition object in an alert box.
actuate.dashboard.DashboardDefinition.getTabs
Syntax
Returns an array of the tabs in this dashboard definition.
Returns
Array. An array of actuate.dashboard.Tab objects.
Example
This example calls getTabs( ) to assign the array of tabs to the mytabs variable.
(c) Copyright Actuate Corporation 2011 |
![]() |