Extends
Broadcasting
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
Methods
Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
_Broadcast(p_signal, …args)
- Inherited From:
Methods
_Init()
- Inherited From:
_PostInit()
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
Members
isReleasing :boolean
- Inherited From:
Methods
Release()
- Inherited From:
_CleanUp()
- Inherited From:
Methods
Add(…args)
Add any number of bindings to this kit.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
args |
BindingDefinition |
<repeatable> |
Examples:
this.Add(
{ context:Kitchen, kvps:[ { key:Ustensil, binding:Fork } ] },
{ context:DefaultEditor, kvps:[ { key:FooData, binding:FooDataEditor } ] },
{ context:DefaultInspector, kvps:[ { key:Bar, binding:BarInspector } ] }
);
AddClasses(…args)
Add any number of classes to this kit.
Identifier will be fetched from the class' NFO uid when the BindingKit is deployed.
If no NFO is found for a given class, an error will be thrown.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
args |
constructor |
<repeatable> |
Examples:
this.AddClasses(Foo, Bar);
Conceal()
Un-register this kit's data & associations from common.BINDINGS
Deploy()
Register this kit's data & associations to common.BINDINGS
PreventRelease()
- Inherited From: