Class: Base

Base

Main facade Object. This class creates a facede
Object which has an implementation Object and
provides the needed methods to access its implementation


new Base(impl)

Parameters:
Name Type Description
impl Object

implementation object

Source:

Extends

Methods


fire()

Sets the callback when the instace is loaded

Inherited From:
Source:

getImpl()

This function provides the implementation
of the object

Source:
Returns:
Type
Object

on()

Sets the callback when the instace is loaded

Inherited From:
Source:

once()

Sets the callback when the instace is loaded

Inherited From:
Source:

setImpl(impl)

This function set implementation of this control

Parameters:
Name Type Description
impl M.Map

to add the plugin

Source:

un()

Sets the callback when the instace is loaded

Inherited From:
Source: