| Package: | CQ.Ext.dd |
| Class: | StatusProxy |
| Extends: | Object |
| Clientlib: | cq.widgets |
| Method | Defined By | |
|---|---|---|
StatusProxy( Object config )
Parameters:
|
StatusProxy | |
|
getEl() : CQ.Ext.Layer Returns the underlying proxy CQ.Ext.Layer
Returns the underlying proxy CQ.Ext.Layer
Parameters:
|
StatusProxy | |
|
getGhost() : CQ.Ext.Element Returns the ghost element
Returns the ghost element
Parameters:
|
StatusProxy | |
hide( Boolean clear ) : void Hides the proxy
Hides the proxy
Parameters:
|
StatusProxy | |
repair( Array xy, Function callback, Object scope ) : void Causes the proxy to return to its position of origin via an animation. Should be called after an
invalid drop operat...
Causes the proxy to return to its position of origin via an animation. Should be called after an
invalid drop operation by the item being dragged.
Parameters:
|
StatusProxy | |
reset( Boolean clearGhost ) : void Resets the status indicator to the default dropNotAllowed value
Resets the status indicator to the default dropNotAllowed value
Parameters:
|
StatusProxy | |
setStatus( String cssClass ) : void Updates the proxy's visual element to indicate the status of whether or not drop is allowed
over the current target e...
Updates the proxy's visual element to indicate the status of whether or not drop is allowed
over the current target element.
Parameters:
|
StatusProxy | |
|
show() : void Displays this proxy
Displays this proxy
Parameters:
|
StatusProxy | |
|
stop() : void Stops the repair animation if it's currently running
Stops the repair animation if it's currently running
Parameters:
|
StatusProxy | |
|
sync() : void Force the Layer to sync its shadow and shim positions to the element
Force the Layer to sync its shadow and shim positions to the element
Parameters:
|
StatusProxy | |
update( String/HTMLElement html ) : void Updates the contents of the ghost element
Updates the contents of the ghost element
Parameters:
|
StatusProxy | |