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:
Members
autoRelease :boolean
the item will be released as it is removed from its parent without having been attached to another catalog
commandList :actions.Command
TODO
data :core.data.DataBlock
TODO
dataBound :boolean
TODO
isDir :boolean
TODO
name :string
TODO
optionHandler :common.helpers.OptionsHandler
- Inherited From:
options :object
- Inherited From:
parent :data.core.catalog.Catalog
TODO
path :string
TODO
primaryCommand :actions.Command
TODO
secondaryCommand :actions.Command
TODO
Methods
AddCommand(p_cmd)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_cmd |
data.core.Command |
AppendOptions(p_options)
- Inherited From:
GetOption(p_id, p_fallback)
- Inherited From:
GetOrSetOption(p_id, p_fallback)
- Inherited From:
PreventRelease()
- Inherited From:
SetOption(p_id, p_value)
- Inherited From:
Members
rootCatalog :data.core.catalog.Catalog
TODO
rootDistance :number
TODO
Methods
_OnDataChanged(p_newData, p_oldData)
TODO
Parameters:
| Name | Type | Description |
|---|---|---|
p_newData |
* | |
p_oldData |
* |
_OnOptionsUpdated(p_options)
Parameters:
| Name | Type | Description |
|---|---|---|
p_options |
object |
_OnUpdate()
TODO