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

components

cdf. components

The cdf.components namespace.

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

Classes

Name Summary
BaseComponent

Holds the core functionalities present in all components.

UnmanagedComponent

Advanced version of the BaseComponent which allows control over the core CDF lifecycle.

Events

Name Summary
UnmanagedComponentcdf:error

Event triggered on error.

UnmanagedComponentcdf:postExecution

Event triggered after execution.

UnmanagedComponentcdf:postFetch

Event triggered after fetching data.

UnmanagedComponentcdf:preExecution

Event triggered before execution.

UnmanagedComponentcdf:render

Event triggered after the render callback executes.

Events Details

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