Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

dashboard

cdf. dashboard

The cdf.dashboard namespace.

Source: dashboard/_doc/namespace.jsdoc, line 14

Classes

Name Summary
Dashboard

Base abstract dashboard class. It should not be required or instantiated directly.

Popups

A static class containing pre-built error and success popups.

Query

Builds a new Query object by calling getQuery.

RefreshEngine

Class that manages the periodic refresh of components.

Sprintf

Sprintf implementation for javascript.

Utf8Encoder

Auxiliary UTF-8 encoder.

Utils

A collection of utility functions.

Events

Name Summary
Dashboardcdf:loginError

Event triggered when login fails.

Dashboardcdf:postInit

Event triggered after dashboard initialization.

Dashboardcdf:preInit

Event triggered before dashboard initialization.

Dashboardcdf:serverError

Event triggered when a server error occurs.

DashboardparameterName:fireChange

Event triggered when the dashboard parameter value changes.

Events Details

Dashboardcdf:loginError

Event triggered when login fails.

Source: dashboard/_doc/events.jsdoc, line 48

Dashboardcdf:postInit

Event triggered after the dashboard finishes initializing.

Source: dashboard/_doc/events.jsdoc, line 27

Dashboardcdf:preInit

Event triggered before the dashboard starts initializing.

Source: dashboard/_doc/events.jsdoc, line 19

Dashboardcdf:serverError

Event triggered when a server error occurs.

Source: dashboard/_doc/events.jsdoc, line 56

DashboardparameterName:fireChange

Event triggered when the dashboard parameter value changes. The name of the event is formed using the name of the parameter and the suffix :fireChange.

Source: dashboard/_doc/events.jsdoc, line 35

Parameters:
Name Default Value Summary
obj : object

An object containing the parameter name and the new value.

Parameters:
Name Default Value Summary
parameter : string

The name of the parameter.

value : object

The new parameter value.