Class: ReportNode

obitech-report/reportnode# ReportNode

This class provides the Data Visualization ReportNode component.

new ReportNode(sOrigin)

Parameters:
Name Type Description
sOrigin string A short text string describing the page that constructed this component.

Extends

Methods

<protected> _doClearComponent()

Subclasses should implement this to get a callback when component is cleared. This will be called before hosted components are cleared.
Inherited From:

<protected> _doCloseComponent()

Subclasses should implement this to get a callback when component is detached. This will be called before hosted components are detached.
Inherited From:

<protected> _doDetachComponent()

Subclasses should implement this to get a callback when component is detached. This will be called before hosted components are detached.
Inherited From:

<protected> _doStartComponent()

Subclasses should implement this to get a callback when component is started. This will be called before hosted components are started.
Inherited From:

<protected> _doStopComponent()

Subclasses should implement this to get a callback when component is stopped. This will be called before hosted components are stopped.
Inherited From: