/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_dd_DragDropMgr({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"

Files

DragDropMgr is a singleton that tracks the element interaction for\nall DragDrop items in the window. Generally, you will not call\nthis class directly, but it does have helper methods that could\nbe useful in your DragDrop implementations.

\n
Defined By

Properties

Ext.dd.DragDropMgr
view source
: int
In intersect mode, drag and drop interaction is defined by the\noverlap of two or more drag and drop objects. ...

In intersect mode, drag and drop interaction is defined by the\noverlap of two or more drag and drop objects.

\n

Defaults to: 1

Ext.dd.DragDropMgr
view source
: int
In point mode, drag and drop interaction is defined by the\nlocation of the cursor during the drag/drop ...

In point mode, drag and drop interaction is defined by the\nlocation of the cursor during the drag/drop

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
: int
The number of pixels that the mouse needs to move after the\nmousedown before the drag is initiated. ...

The number of pixels that the mouse needs to move after the\nmousedown before the drag is initiated. Default=3;

\n

Defaults to: 3

Ext.dd.DragDropMgr
view source
: int
The number of milliseconds after the mousedown event to initiate the\ndrag if we don't get a mouseup event. ...

The number of milliseconds after the mousedown event to initiate the\ndrag if we don't get a mouseup event. Default=350

\n

Defaults to: 350

Ext.dd.DragDropMgr
view source
clickTimeout : Objectprivate

Timeout used for the click time threshold

\n

Timeout used for the click time threshold

\n
Ext.dd.DragDropMgr
view source
: intprivate
the X distance between the cursor and the object being dragged ...

the X distance between the cursor and the object being dragged

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
: intprivate
the Y distance between the cursor and the object being dragged ...

the Y distance between the cursor and the object being dragged

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
dragCurrent : DragDropprivate

the DragDrop object that is currently being dragged

\n

the DragDrop object that is currently being dragged

\n
Ext.dd.DragDropMgr
view source
: Arrayprivate
the DragDrop object(s) that are being hovered over ...

the DragDrop object(s) that are being hovered over

\n

Defaults to: {}

Ext.dd.DragDropMgr
view source
: booleanprivate
Flag that indicates that either the drag pixel threshold or the\nmousdown time threshold has been met ...

Flag that indicates that either the drag pixel threshold or the\nmousdown time threshold has been met

\n

Defaults to: false

Ext.dd.DragDropMgr
view source
: Objectprivate
A cache of DOM elements ...

A cache of DOM elements

\n

Defaults to: {}

Ext.dd.DragDropMgr
view source
: String[]private
Array of element ids defined as drag handles. ...

Array of element ids defined as drag handles. Used to determine\nif the element that generated the mousedown event is actually the\nhandle and not the html element itself.

\n

Defaults to: {}

Ext.dd.DragDropMgr
view source
: String[]private
Two dimensional Array of registered DragDrop objects. ...

Two dimensional Array of registered DragDrop objects. The first\ndimension is the DragDrop item group, the second the DragDrop\nobject.

\n

Defaults to: {}

Ext.dd.DragDropMgr
view source
: Booleanprivate
Internal flag that is set to true when drag and drop has been\nintialized ...

Internal flag that is set to true when drag and drop has been\nintialized

\n

Defaults to: false

Ext.dd.DragDropMgr
view source
: Objectprivate
Location cache that is set for all drag drop objects when a drag is\ninitiated, cleared when the drag is finished. ...

Location cache that is set for all drag drop objects when a drag is\ninitiated, cleared when the drag is finished.

\n

Defaults to: {}

Ext.dd.DragDropMgr
view source
: Booleanprivate
All drag and drop can be disabled. ...

All drag and drop can be disabled.

\n

Defaults to: false

Ext.dd.DragDropMgr
view source
: int
The current drag and drop mode. ...

The current drag and drop mode. Default: POINT

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
: Boolean
This config is only provided to provide old, usually unwanted drag/drop behaviour. ...

This config is only provided to provide old, usually unwanted drag/drop behaviour.

\n\n

From ExtJS 4.1.0 onwards, when drop targets are contained in floating, absolutely positioned elements\nsuch as in Windows, which may overlap each other, over and drop events\nare only delivered to the topmost drop target at the mouse position.

\n\n

If all targets below that in zIndex order should also receive notifications, set\nnotifyOccluded to true.

\n

Defaults to: false

Ext.dd.DragDropMgr
view source
: boolean
Flag to determine if we should prevent the default behavior of the\nevents we define. ...

Flag to determine if we should prevent the default behavior of the\nevents we define. By default this is true, but this can be set to\nfalse if you need the default behavior (not recommended)

\n

Defaults to: true

Ext.dd.DragDropMgr
view source
: intprivate
The X position of the mousedown event stored for later use when a\ndrag threshold is met. ...

The X position of the mousedown event stored for later use when a\ndrag threshold is met.

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
: intprivate
The Y position of the mousedown event stored for later use when a\ndrag threshold is met. ...

The Y position of the mousedown event stored for later use when a\ndrag threshold is met.

\n

Defaults to: 0

Ext.dd.DragDropMgr
view source
: boolean
Flag to determine if we should stop the propagation of the events\nwe generate. ...

Flag to determine if we should stop the propagation of the events\nwe generate. This is true by default but you may want to set it to\nfalse if the html element contains other features that require the\nmouse click.

\n

Defaults to: true

Ext.dd.DragDropMgr
view source
: boolean
Set useCache to false if you want to force object the lookup of each\ndrag and drop linked element constantly during a...

Set useCache to false if you want to force object the lookup of each\ndrag and drop linked element constantly during a drag.

\n

Defaults to: true

Defined By

Methods

Ext.dd.DragDropMgr
view source
( sMethod, args )private
Runs method on all drag and drop objects ...

Runs method on all drag and drop objects

\n

Parameters

  • sMethod : Object
    \n
  • args : Object
    \n
Ext.dd.DragDropMgr
view source
( )private
Drag and drop initialization. ...

Drag and drop initialization. Sets up the global event handlers

\n
Ext.dd.DragDropMgr
view source
( e )private
Reset constraints on all drag and drop objs ...

Reset constraints on all drag and drop objs

\n

Parameters

  • e : Object
    \n
Ext.dd.DragDropMgr
view source
( e, me )private
unload event handler ...

unload event handler

\n

Parameters

  • e : Object
    \n
  • me : Object
    \n
Ext.dd.DragDropMgr
view source
( oDD )private
Unregisters a drag and drop item. ...

Unregisters a drag and drop item. This is executed in\nDragDrop.unreg, use that method instead of calling this directly.

\n

Parameters

  • oDD : Object
    \n
Ext.dd.DragDropMgr
view source
( d1, d2 )private
Utility method to pass to Ext.Array.sort when sorting potential drop targets by z-index. ...

Utility method to pass to Ext.Array.sort when sorting potential drop targets by z-index.

\n

Parameters

  • d1 : Object
    \n
  • d2 : Object
    \n
Ext.dd.DragDropMgr
view source
( e, isDrop )private
Iterates over all of the DragDrop elements to find ones we are\nhovering over or dropping on ...

Iterates over all of the DragDrop elements to find ones we are\nhovering over or dropping on

\n

Parameters

  • e : Event

    the event

    \n
  • isDrop : boolean

    is this a drop op or a mouseover op?

    \n
Ext.dd.DragDropMgr
view source
( dds ) : DragDrop
Helper function for getting the best match from the list of drag\nand drop objects returned by the drag and drop event...

Helper function for getting the best match from the list of drag\nand drop objects returned by the drag and drop events when we are\nin INTERSECT mode. It returns either the first object that the\ncursor is over, or the object that has the greatest overlap with\nthe dragged element.

\n

Parameters

  • dds : DragDrop[]

    The array of drag and drop objects\ntargeted

    \n

Returns

  • DragDrop

    The best single match

    \n
Ext.dd.DragDropMgr
view source
( id ) : Objectdeprecated
Returns the style property for the DOM element (i.e.,\ndocument.getElById(id).style) ...

Returns the style property for the DOM element (i.e.,\ndocument.getElById(id).style)

\n
\n

This method has been deprecated

\n

use Ext.lib.Dom instead

\n\n
\n

Parameters

  • id : String

    the id of the elment to get

    \n

Returns

  • Object

    The style property of the element

    \n
Ext.dd.DragDropMgr
view source
( id ) : DragDrop
Returns the DragDrop instance for a given id ...

Returns the DragDrop instance for a given id

\n

Parameters

  • id : String

    the id of the DragDrop object

    \n

Returns

  • DragDrop

    the drag drop object, null if it is not found

    \n
Ext.dd.DragDropMgr
view source
( id ) : Ext.dd.DDM.ElementWrapperdeprecatedprivate
Get the wrapper for the DOM element specified ...

Get the wrapper for the DOM element specified

\n
\n

This method has been deprecated

\n

This wrapper isn't that useful

\n\n
\n

Parameters

  • id : String

    the id of the element to get

    \n

Returns

  • Ext.dd.DDM.ElementWrapper

    the wrapped element

    \n
Ext.dd.DragDropMgr
view source
( id ) : Objectdeprecated
Returns the actual DOM element ...

Returns the actual DOM element

\n
\n

This method has been deprecated

\n

use Ext.lib.Ext.getDom instead

\n\n
\n

Parameters

  • id : String

    the id of the elment to get

    \n

Returns

  • Object

    The element

    \n
Ext.dd.DragDropMgr
view source
( oDD )
Returns a Region object containing the drag and drop element's position\nand size, including the padding configured fo...

Returns a Region object containing the drag and drop element's position\nand size, including the padding configured for it

\n

Parameters

  • oDD : DragDrop

    the drag and drop object to get the

    \n\n
                      location for\n
    \n\n

    @return {Ext.lib.Region} a Region object representing the total area

    \n\n
                            the element occupies, including any padding\n                        the instance is configured for.\n
    \n
Ext.dd.DragDropMgr
view source
( p_oDD, bTargetsOnly ) : DragDrop[]
Returns the drag and drop instances that are in all groups the\npassed in instance belongs to. ...

Returns the drag and drop instances that are in all groups the\npassed in instance belongs to.

\n

Parameters

  • p_oDD : DragDrop

    the obj to get related data for

    \n
  • bTargetsOnly : boolean

    if true, only return targetable objs

    \n

Returns

  • DragDrop[]

    the related instances

    \n
Ext.dd.DragDropMgr
view source
( element ) : Numberprivate
Collects the z-index of the passed element, looking up the parentNode axis to find an absolutely positioned ancestor\n...

Collects the z-index of the passed element, looking up the parentNode axis to find an absolutely positioned ancestor\nwhich is able to yield a z-index. If found to be not absolutely positionedm returns -1.

\n\n

This is used when sorting potential drop targets into z-index order so that only the topmost receives over and drop events.

\n

Parameters

  • element : Object
    \n

Returns

  • Number

    The z-index of the element, or of its topmost absolutely positioned ancestor. Returns -1 if the element is not\nabsolutely positioned.

    \n
Ext.dd.DragDropMgr
view source
( e, oDD )private
Fired after a registered DragDrop object gets the mousedown event. ...

Fired after a registered DragDrop object gets the mousedown event.\nSets up the events required to track the object being dragged

\n

Parameters

  • e : Event

    the event

    \n
  • oDD : Object

    the DragDrop object being dragged

    \n
Ext.dd.DragDropMgr
view source
( e )private
Internal function to handle the mousemove event. ...

Internal function to handle the mousemove event. Will be invoked\nfrom the context of the html element.

\n\n

@TODO figure out what we can do about mouse events lost when the\nuser drags objects beyond the window boundary. Currently we can\ndetect this in internet explorer by verifying that the mouse is\ndown during the mousemove event. Firefox doesn't give us the\nbutton state on the mousemove event.

\n

Parameters

  • e : Event

    the event

    \n
Ext.dd.DragDropMgr
view source
( e )private
Internal function to handle the mouseup event. ...

Internal function to handle the mouseup event. Will be invoked\nfrom the context of the document.

\n

Parameters

  • e : Event

    the event

    \n
Ext.dd.DragDropMgr
view source
( )private
Called the first time an element is registered. ...

Called the first time an element is registered.

\n
Ext.dd.DragDropMgr
view source
( id ) : boolean
Utility function to determine if a given element has been\nregistered as a drag drop item. ...

Utility function to determine if a given element has been\nregistered as a drag drop item.

\n

Parameters

  • id : String

    the element id to check

    \n

Returns

  • boolean

    true if this element is a DragDrop item,\nfalse otherwise

    \n
Ext.dd.DragDropMgr
view source
( id ) : boolean
Utility function to determine if a given element has been\nregistered as a drag drop handle for the given Drag Drop ob...

Utility function to determine if a given element has been\nregistered as a drag drop handle for the given Drag Drop object.

\n

Parameters

  • id : String

    the element id to check

    \n

Returns

  • boolean

    true if this element is a DragDrop handle, false\notherwise

    \n
Ext.dd.DragDropMgr
view source
( oDD, oTargetDD ) : boolean
Returns true if the specified dd target is a legal target for\nthe specifice drag obj ...

Returns true if the specified dd target is a legal target for\nthe specifice drag obj

\n

Parameters

  • oDD : DragDrop

    the drag obj

    \n
  • oTargetDD : DragDrop

    the target

    \n

Returns

  • boolean

    true if the target is a legal target for the\ndd obj

    \n
Ext.dd.DragDropMgr
view source
( ) : boolean
Is drag and drop locked? ...

Is drag and drop locked?

\n

Returns

  • boolean

    True if drag and drop is locked, false otherwise.

    \n
Ext.dd.DragDropMgr
view source
( pt, oTarget ) : booleanprivate
Checks the cursor location to see if it over the target ...

Checks the cursor location to see if it over the target

\n

Parameters

  • pt : Ext.lib.Point

    The point to evaluate

    \n
  • oTarget : DragDrop

    the DragDrop object we are inspecting

    \n

Returns

  • boolean

    true if the mouse is over the target

    \n
Ext.dd.DragDropMgr
view source
( the ) : boolean
My goal is to be able to transparently determine if an object is\ntypeof DragDrop, and the exact subclass of DragDrop. ...

My goal is to be able to transparently determine if an object is\ntypeof DragDrop, and the exact subclass of DragDrop. typeof\nreturns \"object\", oDD.constructor.toString() always returns\n\"DragDrop\" and not the name of the subclass. So for now it just\nevaluates a well-known variable in DragDrop.

\n

Parameters

  • the : Object

    object to evaluate

    \n

Returns

  • boolean

    true if typeof oDD = DragDrop

    \n
Ext.dd.DragDropMgr
view source
( )
Lock all drag and drop functionality ...

Lock all drag and drop functionality

\n
Ext.dd.DragDropMgr
view source
( groups )
Refreshes the cache of the top-left and bottom-right points of the\ndrag and drop objects in the specified group(s). ...

Refreshes the cache of the top-left and bottom-right points of the\ndrag and drop objects in the specified group(s). This is in the\nformat that is stored in the drag and drop instance, so typical\nusage is:\n\nExt.dd.DragDropMgr.refreshCache(ddinstance.groups);\n\nAlternatively:\n\nExt.dd.DragDropMgr.refreshCache({group1:true, group2:true});\n\n@TODO this really should be an indexed array. Alternatively this\nmethod could accept both.

\n

Parameters

  • groups : Object

    an associative array of groups to refresh

    \n
Ext.dd.DragDropMgr
view source
( oDD, sGroup )
Each DragDrop instance must be registered with the DragDropMgr. ...

Each DragDrop instance must be registered with the DragDropMgr.\nThis is executed in DragDrop.init()

\n

Parameters

  • oDD : DragDrop

    the DragDrop object to register

    \n
  • sGroup : String

    the name of the group this element belongs to

    \n
Ext.dd.DragDropMgr
view source
( sDDId, sHandleId )
Each DragDrop handle element must be registered. ...

Each DragDrop handle element must be registered. This is done\nautomatically when executing DragDrop.setHandleElId()

\n

Parameters

  • sDDId : String

    the DragDrop id this element is a handle for

    \n
  • sHandleId : String

    the id of the element that is the drag\nhandle

    \n
Ext.dd.DragDropMgr
view source
( oDD, sGroup )private
Removes the supplied dd instance from the supplied group. ...

Removes the supplied dd instance from the supplied group. Executed\nby DragDrop.removeFromGroup, so don't call this function directly.

\n

Parameters

  • oDD : Object
    \n
  • sGroup : Object
    \n
Ext.dd.DragDropMgr
view source
( x, y )
Fired when either the drag pixel threshol or the mousedown hold\ntime threshold has been met. ...

Fired when either the drag pixel threshol or the mousedown hold\ntime threshold has been met.

\n

Parameters

  • x : Object

    {int} the X position of the original mousedown

    \n
  • y : Object

    {int} the Y position of the original mousedown

    \n
Ext.dd.DragDropMgr
view source
( e )private
Internal function to clean up event handlers after the drag\noperation is complete ...

Internal function to clean up event handlers after the drag\noperation is complete

\n

Parameters

  • e : Event

    the event

    \n
Ext.dd.DragDropMgr
view source
( e )
Utility to stop event propagation and event default, if these\nfeatures are turned on. ...

Utility to stop event propagation and event default, if these\nfeatures are turned on.

\n

Parameters

  • e : Event

    the event as returned by this.getEvent()

    \n
Ext.dd.DragDropMgr
view source
( )
Unlock all drag and drop functionality ...

Unlock all drag and drop functionality

\n
Ext.dd.DragDropMgr
view source
( )private
Cleans up the drag and drop events and objects. ...

Cleans up the drag and drop events and objects.

\n
Ext.dd.DragDropMgr
view source
( el ) : boolean
This checks to make sure an element exists and is in the DOM. ...

This checks to make sure an element exists and is in the DOM. The\nmain purpose is to handle cases where innerHTML is used to remove\ndrag and drop objects from the DOM. IE provides an 'unspecified\nerror' when trying to access the offsetParent of such an element

\n

Parameters

  • el : HTMLElement

    the element to check

    \n

Returns

  • boolean

    true if the element looks usable

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"DDCore.html#Ext-dd-DragDropMgr","filename":"DDCore.js"}],"linenr":1197,"members":{"property":[{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"INTERSECT","id":"property-INTERSECT"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"POINT","id":"property-POINT"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"clickPixelThresh","id":"property-clickPixelThresh"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"clickTimeThresh","id":"property-clickTimeThresh"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"clickTimeout","id":"property-clickTimeout"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"deltaX","id":"property-deltaX"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"deltaY","id":"property-deltaY"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"dragCurrent","id":"property-dragCurrent"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"dragOvers","id":"property-dragOvers"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"dragThreshMet","id":"property-dragThreshMet"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"elementCache","id":"property-elementCache"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"handleIds","id":"property-handleIds"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"ids","id":"property-ids"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"initialized","id":"property-initialized"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"locationCache","id":"property-locationCache"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"locked","id":"property-locked"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"mode","id":"property-mode"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"notifyOccluded","id":"property-notifyOccluded"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"preventDefault","id":"property-preventDefault"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"startX","id":"property-startX"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"startY","id":"property-startY"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"stopPropagation","id":"property-stopPropagation"},{"tagname":"property","owner":"Ext.dd.DragDropMgr","meta":{},"name":"useCache","id":"property-useCache"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"_execOnAll","id":"method-_execOnAll"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"_onLoad","id":"method-_onLoad"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"_onResize","id":"method-_onResize"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"_onUnload","id":"method-_onUnload"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"_remove","id":"method-_remove"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"byZIndex","id":"method-byZIndex"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"fireEvents","id":"method-fireEvents"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"getBestMatch","id":"method-getBestMatch"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"deprecated":{"text":"use Ext.lib.Dom instead"}},"name":"getCss","id":"method-getCss"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"getDDById","id":"method-getDDById"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true,"deprecated":{"text":"This wrapper isn't that useful"}},"name":"getElWrapper","id":"method-getElWrapper"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"deprecated":{"text":"use Ext.lib.Ext.getDom instead"}},"name":"getElement","id":"method-getElement"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"getLocation","id":"method-getLocation"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"getRelated","id":"method-getRelated"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"getZIndex","id":"method-getZIndex"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"handleMouseDown","id":"method-handleMouseDown"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"handleMouseMove","id":"method-handleMouseMove"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"handleMouseUp","id":"method-handleMouseUp"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"init","id":"method-init"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"isDragDrop","id":"method-isDragDrop"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"isHandle","id":"method-isHandle"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"isLegalTarget","id":"method-isLegalTarget"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"isLocked","id":"method-isLocked"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"isOverTarget","id":"method-isOverTarget"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"isTypeOfDD","id":"method-isTypeOfDD"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"lock","id":"method-lock"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"refreshCache","id":"method-refreshCache"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"regDragDrop","id":"method-regDragDrop"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"regHandle","id":"method-regHandle"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"removeDDFromGroup","id":"method-removeDDFromGroup"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"startDrag","id":"method-startDrag"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"stopDrag","id":"method-stopDrag"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"stopEvent","id":"method-stopEvent"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"unlock","id":"method-unlock"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{"private":true},"name":"unregAll","id":"method-unregAll"},{"tagname":"method","owner":"Ext.dd.DragDropMgr","meta":{},"name":"verifyEl","id":"method-verifyEl"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.dd.DragDropMgr","singleton":true,"override":null,"inheritdoc":null,"id":"class-Ext.dd.DragDropMgr","mixins":[],"mixedInto":[]});