new Base(impl)
facade/js/Base.js, line 22
Name | Type | Description |
---|---|---|
impl |
Object |
implementation object |
Extends
- M.Object
Methods
-
destroy()
facade/js/Base.js, line 71 -
This function destroy this object and its implementation
-
getImpl(){Object}
facade/js/Base.js, line 47 -
This function provides the implementation of the object
Returns:
implementation object
-
setImpl(value)
facade/js/Base.js, line 59 -
This function set implementation of this object
Name Type Description value
Object implementation object