⁘ ui.core.extensions

ExtDrop

go to → Members

Extends

Broadcasting

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:

protected_Broadcast(p_signal, …args)

Inherited From:
Initialization

Methods

protectedoverride-me_Init()

Inherited From:

protectedoverride-me_PostInit()

Inherited From:
Utils

Methods

protected_Bind(p_func)

Inherited From:
Pooling

Group of methods related to the NKMjs pooling system.

Members

read-onlyisReleasing :boolean

Inherited From:

Methods

Release()

Inherited From:

protectedoverride-me_CleanUp()

Inherited From:
Misc

Members

write-onlyenabled :boolean

Inherited From:

read-onlyisEnabled :boolean

Inherited From:

target :Element

TODO

Methods

Add(p_ext)

Inherited From:

Disable()

Overrides:

TODO

Enable()

Overrides:

TODO

Hook(p_hookOptions)

Register callback list for specified steps in the form { fn:xxx, thisArg:xxx, flag:xxx } where fn is the Function to be called with thisArg (optional).

Parameters:
Name Type Description
p_hookOptions object
Properties
Name Type Description
check object
drop object
drag object
leave object
flag object

optional flag or array of flags to be set TRUE on the feedbackTarget when the drop operation starts

PreventRelease()

Inherited From:

Remove(p_ext)

Inherited From:

Setup(p_target, p_feedbackopt)

TODO

Parameters:
Name Type Attributes Default Description
p_target *
p_feedback * <optional>
null

Members

staticACTIVE_TARGET :ui.core.extensions.ExtDrop

TODO