Class: DocumentNode

obitech-application/documentnode# DocumentNode

This class provides the DocumentNode base class for all Bali components.

new DocumentNode(sOrigin)

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

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: