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

global

Methods

Name Description
_formatValue(value) : string
Protected

Formats a given value for user presentation.

_parseValue(uiValue) : *
Protected

Parses a given formatted value.

_unlink()
_unlink()

Methods Details

_formatValue(value) : string
Protected

Formats a given value for user presentation.

Source: components/TextInputComponent.js, line 70

Parameters:
Name Default Value Summary
value : *

The value to format.

Returns:
Name Description
string

The formatted value.

_parseValue(uiValue) : *
Protected

Parses a given formatted value.

The parser should be lenient in case a non-formatted value is given.

Source: components/TextInputComponent.js, line 84

Parameters:
Name Default Value Summary
uiValue : string

The value to parse.

Returns:
Name Description
*

The parsed value.

Events Details

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

UnmanagedComponentcdf:error

Event triggered when an error occurs.

Source: components/_doc/events.jsdoc, line 46

UnmanagedComponentcdf:postExecution

Event triggered after a component finishes executing.

Source: components/_doc/events.jsdoc, line 38

UnmanagedComponentcdf:postFetch

Event triggered after an UnmanagedComponent fetches data.

Source: components/_doc/events.jsdoc, line 54

Parameters:
Name Default Value Summary
data : object

The data returned from the jQuery.ajax call.

UnmanagedComponentcdf:preExecution

Event triggered before a component starts executing.

Source: components/_doc/events.jsdoc, line 30

UnmanagedComponentcdf:render

Event triggered after the render callback executes and before endExec executes.

Source: components/_doc/events.jsdoc, line 64

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

all

The all event is a special event which will trigger the bound callbacks when any event occurs. This event is mainly used for logging purposes.

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

Inherited From: cdf.components.BaseComponent#event:all

See also: Backbone Events catalog.

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.

cdf

This event is triggered along with any other dashboard or component main event. Can be used in a more generic way, e.g., to proxy dashboard/component lifecycle events.

Source: _doc/events.jsdoc, line 14