Ext.data.JsonP.Ext_view_DropZone({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":["Ext.grid.ViewDropZone","Ext.tree.ViewDropZone"],"extends":"Ext.dd.DropZone","uses":[],"html":"

Hierarchy

Subclasses

Files

NOTE This is a private utility class for internal use by the framework. Don't rely on its existence.

\n
Defined By

Config options

A named drag drop group to which this object belongs. ...

A named drag drop group to which this object belongs. If a group is specified, then this object will only\ninteract with other drag drop objects in the same group.

\n
The CSS class returned to the drag source when drop is allowed. ...

The CSS class returned to the drag source when drop is allowed.

\n

Defaults to: Ext.baseCSSPrefix + 'dd-drop-ok'

The CSS class returned to the drag source when drop is not allowed. ...

The CSS class returned to the drag source when drop is not allowed.

\n

Defaults to: Ext.baseCSSPrefix + 'dd-drop-nodrop'

The CSS class applied to the drop target element while the drag source is over it. ...

The CSS class applied to the drop target element while the drag source is over it.

\n

Defaults to: ""

Properties

Defined By

Instance Properties

...
\n

Defaults to: 'Ext.Base'

Internal typeof flag ...

Internal typeof flag

\n

Defaults to: true

Cached reference to the linked element

\n

Cached reference to the linked element

\n
The available property is false until the linked dom element is accessible. ...

The available property is false until the linked dom element is accessible.

\n

Defaults to: false

Configuration attributes passed into the constructor

\n

Configuration attributes passed into the constructor

\n
...
\n

Defaults to: {}

Set to true when horizontal contraints are applied ...

Set to true when horizontal contraints are applied

\n

Defaults to: false

Set to true when vertical contraints are applied ...

Set to true when vertical contraints are applied

\n

Defaults to: false

Provides default constraint padding to \"constrainTo\" elements. ...

Provides default constraint padding to \"constrainTo\" elements.

\n

Defaults to: {left: 0, right: 0, top: 0, bottom: 0}

The id of the element that will be dragged. ...

The id of the element that will be dragged. By default this is same\nas the linked element, but could be changed to another element. Ex:\nExt.dd.DDProxy

\n
The group defines a logical collection of DragDrop objects that are\nrelated. ...

The group defines a logical collection of DragDrop objects that are\nrelated. Instances only get events when interacting with other\nDragDrop object in the same group. This lets us define multiple\ngroups using a single DragDrop subclass if we want.

\n\n

An object in the format {'group1':true, 'group2':true}

\n
The ID of the element that initiates the drag operation. ...

The ID of the element that initiates the drag operation. By default\nthis is the linked element, but could be changed to be a child of this\nelement. This lets us do things like only starting the drag when the\nheader element within the linked html element is clicked.

\n
By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. ...

By default, drags can only be initiated if the mousedown occurs in the\nregion the linked element is. This is done in part to work around a\nbug in some browsers that mis-report the mousedown if the previous\nmouseup happened outside of the window. This property is set to true\nif outer handles are defined. Defaults to false.

\n

Defaults to: false

The id of the element associated with this object. ...

The id of the element associated with this object. This is what we\nrefer to as the \"linked element\" because the size and position of\nthis element is used to determine when the drag and drop objects have\ninteracted.

\n
Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. ...

Set to false to enable a DragDrop object to fire drag events while dragging\nover its own Element. Defaults to true - DragDrop objects do not by default\nfire drag events to themselves.

\n
Ext.view.DropZone
view source
: Stringprivate
...
\n

Defaults to: Ext.baseCSSPrefix + 'grid-drop-indicator'

Ext.view.DropZone
view source
: Stringprivate
...
\n

Defaults to: '<div class="' + Ext.baseCSSPrefix + 'grid-drop-indicator-left"></div><div class="' + Ext.baseCSSPrefix + 'grid-drop-indicator-right"></div>'

...
\n

Defaults to: []

...
\n

Defaults to: {}

An Array of CSS class names for elements to be considered in valid as drag handles.

\n

An Array of CSS class names for elements to be considered in valid as drag handles.

\n
An object who's property names identify the IDs of elements to be considered invalid as drag handles. ...

An object who's property names identify the IDs of elements to be considered invalid as drag handles.\nA non-null property value identifies the ID as invalid. For example, to prevent\ndragging from being initiated on element ID \"foo\", use:

\n\n
{\n    foo: true\n}\n
\n
An object who's property names identify HTML tags to be considered invalid as drag handles. ...

An object who's property names identify HTML tags to be considered invalid as drag handles.\nA non-null property value identifies the tag as invalid. Defaults to the\nfollowing value which prevents drag operations from being initiated by <a> elements:

\n\n
{\n    A: \"A\"\n}\n
\n
...
\n

Defaults to: true

private ...

private

\n

Defaults to: true

private\n\nBy default, all instances can be a drop target. ...

private

\n\n

By default, all instances can be a drop target. This can be disabled by\nsetting isTarget to false.

\n

Defaults to: true

Overrides: Ext.dd.DragDrop.isTarget

Individual drag/drop instances can be locked. ...

Individual drag/drop instances can be locked. This will prevent\nonmousedown start drag.

\n

Defaults to: false

Maintain offsets when we resetconstraints. ...

Maintain offsets when we resetconstraints. Set to true when you want\nthe position of the element relative to its parent to stay the same\nwhen the page changes

\n

Defaults to: false

The right constraint ...

The right constraint

\n

Defaults to: 0

The down constraint ...

The down constraint

\n

Defaults to: 0

The left constraint ...

The left constraint

\n

Defaults to: 0

The up constraint ...

The up constraint

\n

Defaults to: 0

When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is ...

When set to true, other DD objects in cooperating DDGroups do not receive\nnotification events when this DD object is dragged over them.

\n

Defaults to: false

The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object. ...

The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.\nAn array containing the 4 padding values: [top, right, bottom, left]

\n
By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed m...

By default the drag and drop instance will only respond to the primary\nbutton click (left button for a right-handed mouse). Set to true to\nallow drag and drop to start with any mouse click that is propogated\nby the browser

\n

Defaults to: true

Get the reference to the current class from which this object was instantiated. ...

Get the reference to the current class from which this object was instantiated. Unlike statics,\nthis.self is scope-dependent and it's meant to be used for dynamic inheritance. See statics\nfor a detailed comparison

\n\n
Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); // dependent on 'this'\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n
\n
The linked element's absolute X position at the time the drag was\nstarted ...

The linked element's absolute X position at the time the drag was\nstarted

\n

Defaults to: 0

The linked element's absolute X position at the time the drag was\nstarted ...

The linked element's absolute X position at the time the drag was\nstarted

\n

Defaults to: 0

Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. ...

Array of pixel locations the element will snap to if we specified a\nhorizontal graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n
Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. ...

Array of pixel locations the element will snap to if we specified a\nvertical graduation/interval. This array is generated automatically\nwhen you define a tick interval.

\n
Defined By

Static Properties

...
\n

Defaults to: []

Methods

Defined By

Instance Methods

Ext.view.DropZone
view source
new( el, config ) : Ext.view.DropZone
Creates new DropTarget. ...

Creates new DropTarget.

\n

Parameters

Returns

Overrides: Ext.dd.DropTarget.constructor

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.addInvalidHandleClass

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.addInvalidHandleId

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.addInvalidHandleType

Adds this instance to a group of related drag/drop objects. ...

Adds this instance to a group of related drag/drop objects. All\ninstances belong to at least one group, and can belong to as many\ngroups as needed.

\n

Parameters

  • sGroup : String

    the name of the group

    \n
Applies the configuration parameters that were passed into the constructor. ...

Applies the configuration parameters that were passed into the constructor.\nThis is supposed to happen at each level through the inheritance chain. So\na DDProxy implentation will execute apply config on DDProxy, DD, and\nDragDrop in order to get all of the parameters that are available in\neach object.

\n
Code that executes immediately before the onDrag event ...

Code that executes immediately before the onDrag event

\n

Parameters

Code that executes immediately before the onDragDrop event ...

Code that executes immediately before the onDragDrop event

\n

Parameters

Code that executes immediately before the onDragOut event ...

Code that executes immediately before the onDragOut event

\n

Parameters

Code that executes immediately before the onDragOver event ...

Code that executes immediately before the onDragOver event

\n

Parameters

Code that executes immediately before the endDrag event ...

Code that executes immediately before the endDrag event

\n

Parameters

Code executed immediately before the onMouseDown event ...

Code executed immediately before the onMouseDown event

\n

Parameters

  • e : Event

    the mousedown event

    \n
Code that executes immediately before the startDrag event ...

Code that executes immediately before the startDrag event

\n

Parameters

( args ) : Objectdeprecatedprotected
Call the original method that was previously overridden with override\n\nExt.define('My.Cat', {\n constructor: functi...

Call the original method that was previously overridden with override

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n
\n

This method has been deprecated

\n

as of 4.1. Use callParent instead.

\n\n
\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callOverridden(arguments)

    \n

Returns

  • Object

    Returns the result of calling the overridden method

    \n
Call the \"parent\" method of the current method. ...

Call the \"parent\" method of the current method. That is the method previously\noverridden by derivation or by an override (see Ext.define).

\n\n
 Ext.define('My.Base', {\n     constructor: function (x) {\n         this.x = x;\n     },\n\n     statics: {\n         method: function (x) {\n             return x;\n         }\n     }\n });\n\n Ext.define('My.Derived', {\n     extend: 'My.Base',\n\n     constructor: function () {\n         this.callParent([21]);\n     }\n });\n\n var obj = new My.Derived();\n\n alert(obj.x);  // alerts 21\n
\n\n

This can be used with an override as follows:

\n\n
 Ext.define('My.DerivedOverride', {\n     override: 'My.Derived',\n\n     constructor: function (x) {\n         this.callParent([x*2]); // calls original My.Derived constructor\n     }\n });\n\n var obj = new My.Derived();\n\n alert(obj.x);  // now alerts 42\n
\n\n

This also works with static methods.

\n\n
 Ext.define('My.Derived2', {\n     extend: 'My.Base',\n\n     statics: {\n         method: function (x) {\n             return this.callParent([x*2]); // calls My.Base.method\n         }\n     }\n });\n\n alert(My.Base.method(10);     // alerts 10\n alert(My.Derived2.method(10); // alerts 20\n
\n\n

Lastly, it also works with overridden static methods.

\n\n
 Ext.define('My.Derived2Override', {\n     override: 'My.Derived2',\n\n     statics: {\n         method: function (x) {\n             return this.callParent([x*2]); // calls My.Derived2.method\n         }\n     }\n });\n\n alert(My.Derived2.method(10); // now alerts 40\n
\n\n

To override a method and replace it and also call the superclass method, use\ncallSuper. This is often done to patch a method to fix a bug.

\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callParent(arguments)

    \n

Returns

  • Object

    Returns the result of calling the parent method

    \n
This method is used by an override to call the superclass method but bypass any\noverridden method. ...

This method is used by an override to call the superclass method but bypass any\noverridden method. This is often done to \"patch\" a method that contains a bug\nbut for whatever reason cannot be fixed directly.

\n\n

Consider:

\n\n
 Ext.define('Ext.some.Class', {\n     method: function () {\n         console.log('Good');\n     }\n });\n\n Ext.define('Ext.some.DerivedClass', {\n     method: function () {\n         console.log('Bad');\n\n         // ... logic but with a bug ...\n\n         this.callParent();\n     }\n });\n
\n\n

To patch the bug in DerivedClass.method, the typical solution is to create an\noverride:

\n\n
 Ext.define('App.paches.DerivedClass', {\n     override: 'Ext.some.DerivedClass',\n\n     method: function () {\n         console.log('Fixed');\n\n         // ... logic but with bug fixed ...\n\n         this.callSuper();\n     }\n });\n
\n\n

The patch method cannot use callParent to call the superclass method since\nthat would call the overridden method containing the bug. In other words, the\nabove patch would only produce \"Fixed\" then \"Good\" in the console log, whereas,\nusing callParent would produce \"Fixed\" then \"Bad\" then \"Good\".

\n

Parameters

  • args : Array/Arguments

    The arguments, either an array or the arguments object\nfrom the current method, for example: this.callSuper(arguments)

    \n

Returns

  • Object

    Returns the result of calling the superclass method

    \n
Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.clearConstraints

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.clearTicks

...
\n

Parameters

( constrainTo, [pad], [inContent] )
Initializes the drag drop object's constraints to restrict movement to a certain element. ...

Initializes the drag drop object's constraints to restrict movement to a certain element.

\n\n

Usage:

\n\n
var dd = new Ext.dd.DDProxy(\"dragDiv1\", \"proxytest\",\n               { dragElId: \"existingProxyDiv\" });\ndd.startDrag = function(){\n    this.constrainTo(\"parent-id\");\n};\n
\n\n

Or you can initalize it using the Ext.Element object:

\n\n
Ext.get(\"dragDiv1\").initDDProxy(\"proxytest\", {dragElId: \"existingProxyDiv\"}, {\n    startDrag : function(){\n        this.constrainTo(\"parent-id\");\n    }\n});\n
\n

Parameters

  • constrainTo : String/HTMLElement/Ext.Element

    The element or element ID to constrain to.

    \n
  • pad : Object/Number (optional)

    Pad provides a way to specify \"padding\" of the constraints,\nand can be either a number for symmetrical padding (4 would be equal to {left:4, right:4, top:4, bottom:4}) or\nan object containing the sides to pad. For example: {right:10, bottom:10}

    \n
  • inContent : Boolean (optional)

    Constrain the draggable in the content box of the element (inside padding and borders)

    \n
Ext.view.DropZone
view source
( records, record, offset ) : Booleanprivate
Determines whether the record at the specified offset from the passed record\nis in the drag payload. ...

Determines whether the record at the specified offset from the passed record\nis in the drag payload.

\n

Parameters

Returns

  • Boolean

    True if the targeted record is in the drag payload

    \n
Ext.view.DropZone
view source
( )
Destroy this DragDrop instance ...

Destroy this DragDrop instance

\n

Overrides: Ext.dd.DropTarget.destroy

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.endDrag

Ext.view.DropZone
view source
( )private
Fire an event through the client DataView. ...

Fire an event through the client DataView. Lock this DropZone during the event processing so that\nits data does not become corrupted by processing mouse events.

\n
...
\n

Parameters

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.getDragEl

Returns a reference to the linked element ...

Returns a reference to the linked element

\n

Returns

  • HTMLElement

    the html element

    \n
Ext.view.DropZone
view source
( )private
...
\n
Returns the initial configuration passed to constructor when instantiating\nthis class. ...

Returns the initial configuration passed to constructor when instantiating\nthis class.

\n

Parameters

  • name : String (optional)

    Name of the config option to return.

    \n

Returns

  • Object/Mixed

    The full config object or a single config value\nwhen name parameter specified.

    \n
Ext.view.DropZone
view source
( e, node )private
...
\n

Parameters

Ext.view.DropZone
view source
( e ) : Object
Returns a custom data object associated with the DOM node that is the target of the event. ...

Returns a custom data object associated with the DOM node that is the target of the event. By default\nthis looks up the event target in the Ext.dd.Registry, although you can override this method to\nprovide your own custom lookup.

\n

Parameters

  • e : Event

    The event

    \n

Returns

Overrides: Ext.dd.DropZone.getTargetFromEvent

( val, tickArray ) : Numberprivate
Normally the drag element is moved pixel by pixel, but we can specify\nthat it move a number of pixels at a time. ...

Normally the drag element is moved pixel by pixel, but we can specify\nthat it move a number of pixels at a time. This method resolves the\nlocation when we have it set up like this.

\n

Parameters

  • val : Number

    where we want to place the object

    \n
  • tickArray : Number[]

    sorted array of valid points

    \n

Returns

Called when this object is clicked ...

Called when this object is clicked

\n

Parameters

Executed when the linked element is available ...

Executed when the linked element is available

\n
...
\n

Parameters

( id, sGroup, config )
Sets up the DragDrop object. ...

Sets up the DragDrop object. Must be called in the constructor of any\nExt.dd.DragDrop subclass

\n

Parameters

  • id : String

    the id of the linked element

    \n
  • sGroup : String

    the group of related items

    \n
  • config : Object

    configuration attributes

    \n
( config ) : Ext.Basechainableprotected
Initialize configuration for this class. ...

Initialize configuration for this class. a typical example:

\n\n
Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n
\n

Parameters

Returns

Initializes Targeting functionality only... ...

Initializes Targeting functionality only... the object does not\nget a mousedown handler.

\n

Parameters

  • id : String

    the id of the linked element

    \n
  • sGroup : String

    the group of related items

    \n
  • config : Object

    configuration attributes

    \n
Ext.view.DropZone
view source
( )private
...
\n
Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on th...

Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on the page.)

\n

Returns

  • Boolean

    true if this obj or all drag/drop is locked, else\nfalse

    \n
Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.isValidHandleChild

Locks this instance ...

Locks this instance

\n
( source, e, data ) : Booleantemplate
The function a Ext.dd.DragSource calls once to notify this drop zone that the dragged item has\nbeen dropped on it. ...

The function a Ext.dd.DragSource calls once to notify this drop zone that the dragged item has\nbeen dropped on it. The drag zone will look up the target node based on the event passed in, and if there\nis a node registered for that event, it will delegate to onNodeDrop for node-specific handling,\notherwise it will call onContainerDrop.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n

Returns

  • Boolean

    False if the drop was invalid.

    \n

Overrides: Ext.dd.DropTarget.notifyDrop

( source, e, data ) : Stringtemplate
The function a Ext.dd.DragSource calls once to notify this drop zone that the source is now over\nthe zone. ...

The function a Ext.dd.DragSource calls once to notify this drop zone that the source is now over\nthe zone. The default implementation returns this.dropNotAllowed and expects that only registered drop\nnodes can process drag drop operations, so if you need the drop zone itself to be able to process drops\nyou should override this method and provide a custom implementation.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n

Returns

  • String

    status The CSS class that communicates the drop status back to the source so that the\nunderlying Ext.dd.StatusProxy can be updated

    \n

Overrides: Ext.dd.DropTarget.notifyEnter

Ext.view.DropZone
view source
( source, e, data )template
Moved out of the DropZone without dropping. ...

Moved out of the DropZone without dropping.\nRemove drop position indicator

\n\n

The function a Ext.dd.DragSource calls once to notify this drop zone that the source has been dragged\nout of the zone without dropping. If the drag source is currently over a registered node, the notification\nwill be delegated to onNodeOut for node-specific handling, otherwise it will be ignored.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop target

    \n\n
  • e : Event

    The event

    \n\n
  • data : Object

    An object containing arbitrary data supplied by the drag zone

    \n\n

Overrides: Ext.dd.DropZone.notifyOut

( source, e, data ) : Stringtemplate
The function a Ext.dd.DragSource calls continuously while it is being dragged over the drop zone. ...

The function a Ext.dd.DragSource calls continuously while it is being dragged over the drop zone.\nThis method will be called on every mouse movement while the drag source is over the drop zone.\nIt will call onNodeOver while the drag source is over a registered node, and will also automatically\ndelegate to the appropriate node-specific methods as necessary when the drag source enters and exits\nregistered nodes (onNodeEnter, onNodeOut). If the drag source is not currently over a\nregistered node, it will call onContainerOver.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n

Returns

  • String

    status The CSS class that communicates the drop status back to the source so that the\nunderlying Ext.dd.StatusProxy can be updated

    \n

Overrides: Ext.dd.DropTarget.notifyOver

Override the onAvailable method to do what is needed after the initial\nposition was determined. ...

Override the onAvailable method to do what is needed after the initial\nposition was determined.

\n
( names, callback, scope )private
...
\n

Parameters

Ext.view.DropZone
view source
( source, e, data ) : Booleantemplate
Called when the DropZone determines that a Ext.dd.DragSource has been dropped on it,\nbut not on any of its registered...

Called when the DropZone determines that a Ext.dd.DragSource has been dropped on it,\nbut not on any of its registered drop nodes. The default implementation returns false, so it should be\noverridden to provide the appropriate processing of the drop event if you need the drop zone itself to\nbe able to accept drops. It should return true when valid so that the drag source's repair action does not run.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n

Returns

  • Boolean

    True if the drop was valid, else false

    \n

Overrides: Ext.dd.DropZone.onContainerDrop

Ext.view.DropZone
view source
( source, e, data ) : Stringtemplate
The mouse is past the end of all nodes (or there are no nodes)\n\nCalled while the DropZone determines that a Ext.dd.Dr...

The mouse is past the end of all nodes (or there are no nodes)

\n\n

Called while the DropZone determines that a Ext.dd.DragSource is being dragged over it,\nbut not over any of its registered drop nodes. The default implementation returns this.dropNotAllowed, so\nit should be overridden to provide the proper feedback if necessary.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n\n
  • e : Event

    The event

    \n\n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n\n

Returns

  • String

    status The CSS class that communicates the drop status back to the source so that the\nunderlying Ext.dd.StatusProxy can be updated

    \n\n

Overrides: Ext.dd.DropZone.onContainerOver

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onDrag

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onDragDrop

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onDragEnter

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onDragOut

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onDragOver

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onInvalidDrop

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onMouseDown

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.onMouseUp

Ext.view.DropZone
view source
( nodeData, source, e, data ) : Booleantemplate
Called when the DropZone determines that a Ext.dd.DragSource has been dropped onto\nthe drop node. ...

Called when the DropZone determines that a Ext.dd.DragSource has been dropped onto\nthe drop node. The default implementation returns false, so it should be overridden to provide the\nappropriate processing of the drop event and return true so that the drag source's repair action does not run.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • nodeData : Object

    The custom data associated with the drop node (this is the same value returned from\ngetTargetFromEvent for this node)

    \n
  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n

Returns

  • Boolean

    True if the drop was valid, else false

    \n

Overrides: Ext.dd.DropZone.onNodeDrop

( nodeData, source, e, data )
Called when the DropZone determines that a Ext.dd.DragSource has entered a drop node\nthat has either been registered ...

Called when the DropZone determines that a Ext.dd.DragSource has entered a drop node\nthat has either been registered or detected by a configured implementation of getTargetFromEvent.\nThis method has no default implementation and should be overridden to provide\nnode-specific processing if necessary.

\n

Parameters

  • nodeData : Object

    The custom data associated with the drop node (this is the same value returned from\ngetTargetFromEvent for this node)

    \n
  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n
( nodeData, source, e, data )template
Called when the DropZone determines that a Ext.dd.DragSource has been dragged out of\nthe drop node without dropping. ...

Called when the DropZone determines that a Ext.dd.DragSource has been dragged out of\nthe drop node without dropping. This method has no default implementation and should be overridden to provide\nnode-specific processing if necessary.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • nodeData : Object

    The custom data associated with the drop node (this is the same value returned from\ngetTargetFromEvent for this node)

    \n
  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n
  • e : Event

    The event

    \n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n
Ext.view.DropZone
view source
( nodeData, source, e, data ) : Stringtemplate
The mouse is over a View node\n\nCalled while the DropZone determines that a Ext.dd.DragSource is over a drop node\nthat...

The mouse is over a View node

\n\n

Called while the DropZone determines that a Ext.dd.DragSource is over a drop node\nthat has either been registered or detected by a configured implementation of getTargetFromEvent.\nThe default implementation returns this.dropAllowed, so it should be\noverridden to provide the proper feedback.

\n
\n

This is a template method.\n a hook into the functionality of this class.\n Feel free to override it in child classes.

\n
\n

Parameters

  • nodeData : Object

    The custom data associated with the drop node (this is the same value returned from\ngetTargetFromEvent for this node)

    \n\n
  • source : Ext.dd.DragSource

    The drag source that was dragged over this drop zone

    \n\n
  • e : Event

    The event

    \n\n
  • data : Object

    An object containing arbitrary data supplied by the drag source

    \n\n

Returns

  • String

    status The CSS class that communicates the drop status back to the source so that the\nunderlying Ext.dd.StatusProxy can be updated

    \n\n

Overrides: Ext.dd.DropZone.onNodeOver

Ext.view.DropZone
view source
( node, data, e )private
...
\n

Parameters

Removes this instance from the supplied interaction group ...

Removes this instance from the supplied interaction group

\n

Parameters

  • sGroup : String

    The group to drop

    \n
Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.removeInvalidHandleClass

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.removeInvalidHandleId

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.removeInvalidHandleType

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.resetConstraints

( config, applyIfNotSet ) : Ext.Basechainableprivate
...
\n

Parameters

Returns

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setDragElId

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setHandleElId

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setInitPosition

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setOuterHandleElId

( iTop, iRight, iBot, iLeft )
Configures the padding for the target zone in px. ...

Configures the padding for the target zone in px. Effectively expands\n(or reduces) the virtual object size for targeting calculations.\nSupports css-style shorthand; if only one parameter is passed, all sides\nwill have that padding, and if only two are passed, the top and bottom\nwill have the first param, the left and right the second.

\n

Parameters

Sets the start position of the element. ...

Sets the start position of the element. This is set when the obj\nis initialized, the reset when a drag is started.

\n

Parameters

  • pos : Object

    current position (from previous lookup)

    \n
Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setXConstraint

( iStartX, iTickSize )private
Creates the array of horizontal tick marks if an interval was specified\nin setXConstraint(). ...

Creates the array of horizontal tick marks if an interval was specified\nin setXConstraint().

\n

Parameters

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.setYConstraint

( iStartY, iTickSize )private
Creates the array of vertical tick marks if an interval was specified in\nsetYConstraint(). ...

Creates the array of vertical tick marks if an interval was specified in\nsetYConstraint().

\n

Parameters

Overridden and disabled. ...

Overridden and disabled. A DDTarget does not support being dragged.

\n

Overrides: Ext.dd.DragDrop.startDrag

Get the reference to the class from which this object was instantiated. ...

Get the reference to the class from which this object was instantiated. Note that unlike self,\nthis.statics() is scope-independent and it always returns the class from which it was called, regardless of what\nthis points to during run-time

\n\n
Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n
\n

Returns

toString method ...

toString method

\n

Returns

  • String

    string representation of the dd obj

    \n\n

Overrides: Ext.dd.DragDrop.toString

Unlocks this instace ...

Unlocks this instace

\n
Removes all drag and drop hooks for this element ...

Removes all drag and drop hooks for this element

\n
Defined By

Static Methods

( config )privatestatic
...
\n

Parameters

( members )chainableprivatestatic
...
\n

Parameters

( name, member )chainableprivatestatic
...
\n

Parameters

( members )chainablestatic
Add methods / properties to the prototype of this class. ...

Add methods / properties to the prototype of this class.

\n\n
Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.addMembers({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n
\n

Parameters

( members ) : Ext.Basechainablestatic
Add / override static properties of this class. ...

Add / override static properties of this class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n
\n

Parameters

Returns

( xtype )chainableprivatestatic
...
\n

Parameters

( fromClass, members ) : Ext.Basechainableprivatestatic
Borrow another class' members to the prototype of this class. ...

Borrow another class' members to the prototype of this class.

\n\n
Ext.define('Bank', {\n    money: '$$$',\n    printMoney: function() {\n        alert('$$$$$$$');\n    }\n});\n\nExt.define('Thief', {\n    ...\n});\n\nThief.borrow(Bank, ['money', 'printMoney']);\n\nvar steve = new Thief();\n\nalert(steve.money); // alerts '$$$'\nsteve.printMoney(); // alerts '$$$$$$$'\n
\n

Parameters

  • fromClass : Ext.Base

    The class to borrow members from

    \n
  • members : Array/String

    The names of the members to borrow

    \n

Returns

Create a new instance of this Class. ...

Create a new instance of this Class.

\n\n
Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n
\n\n

All parameters are passed to the constructor of the class.

\n

Returns

( alias, origin )static
Create aliases for existing prototype methods. ...

Create aliases for existing prototype methods. Example:

\n\n
Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -> test.method1()\n
\n

Parameters

( config )privatestatic
...
\n

Parameters

Get the current class' name in string format. ...

Get the current class' name in string format.

\n\n
Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n
\n

Returns

( )deprecatedstatic
Adds members to class. ...

Adds members to class.

\n
\n

This method has been deprecated since 4.1

\n

Use addMembers instead.

\n\n
\n
( name, mixinClass )privatestatic
Used internally by the mixins pre-processor ...

Used internally by the mixins pre-processor

\n

Parameters

( fn, scope )chainableprivatestatic
...
\n

Parameters

( members ) : Ext.Basechainabledeprecatedstatic
Override members of this class. ...

Override members of this class. Overridden methods can be invoked via\ncallParent.

\n\n
Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        this.callParent(arguments);\n\n        alert(\"Meeeeoooowwww\");\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n
\n\n

As of 4.1, direct use of this method is deprecated. Use Ext.define\ninstead:

\n\n
Ext.define('My.CatOverride', {\n    override: 'My.Cat',\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        this.callParent(arguments);\n\n        alert(\"Meeeeoooowwww\");\n    }\n});\n
\n\n

The above accomplishes the same result but can be managed by the Ext.Loader\nwhich can properly order the override and its target class and the build process\ncan determine whether the override is needed based on the required state of the\ntarget class (My.Cat).

\n
\n

This method has been deprecated since 4.1.0

\n

Use Ext.define instead

\n\n
\n

Parameters

  • members : Object

    The properties to add to this class. This should be\nspecified as an object literal containing one or more properties.

    \n

Returns

","superclasses":["Ext.Base","Ext.dd.DragDrop","Ext.dd.DDTarget","Ext.dd.DropTarget","Ext.dd.DropZone"],"meta":{"private":true},"code_type":"ext_define","requires":[],"html_meta":{"private":null},"statics":{"property":[{"tagname":"property","owner":"Ext.Base","meta":{"static":true,"private":true},"name":"$onExtended","id":"static-property-S-onExtended"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"private":true},"name":"addConfig","id":"static-method-addConfig"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"private":true},"name":"addInheritableStatics","id":"static-method-addInheritableStatics"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"private":true},"name":"addMember","id":"static-method-addMember"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true},"name":"addMembers","id":"static-method-addMembers"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true},"name":"addStatics","id":"static-method-addStatics"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"private":true},"name":"addXtype","id":"static-method-addXtype"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"private":true},"name":"borrow","id":"static-method-borrow"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true},"name":"create","id":"static-method-create"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true},"name":"createAlias","id":"static-method-createAlias"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"private":true},"name":"extend","id":"static-method-extend"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true},"name":"getName","id":"static-method-getName"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"deprecated":{"text":"Use {@link #addMembers} instead.","version":"4.1"}},"name":"implement","id":"static-method-implement"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"private":true},"name":"mixin","id":"static-method-mixin"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"private":true},"name":"onExtended","id":"static-method-onExtended"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"chainable":true,"markdown":true,"deprecated":{"text":"Use {@link Ext#define Ext.define} instead","version":"4.1.0"}},"name":"override","id":"static-method-override"},{"tagname":"method","owner":"Ext.Base","meta":{"static":true,"private":true},"name":"triggerExtended","id":"static-method-triggerExtended"}],"event":[],"css_mixin":[]},"files":[{"href":"DropZone3.html#Ext-view-DropZone","filename":"DropZone.js"}],"linenr":1,"members":{"property":[{"tagname":"property","owner":"Ext.Base","meta":{"private":true},"name":"$className","id":"property-S-className"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"__ygDragDrop","id":"property-__ygDragDrop"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"_domRef","id":"property-_domRef"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"available","id":"property-available"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"config","id":"property-config"},{"tagname":"property","owner":"Ext.Base","meta":{"private":true},"name":"configMap","id":"property-configMap"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"constrainX","id":"property-constrainX"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"constrainY","id":"property-constrainY"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"defaultPadding","id":"property-defaultPadding"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"dragElId","id":"property-dragElId"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"groups","id":"property-groups"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"handleElId","id":"property-handleElId"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"hasOuterHandles","id":"property-hasOuterHandles"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"id","id":"property-id"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"ignoreSelf","id":"property-ignoreSelf"},{"tagname":"property","owner":"Ext.view.DropZone","meta":{"private":true},"name":"indicatorCls","id":"property-indicatorCls"},{"tagname":"property","owner":"Ext.view.DropZone","meta":{"private":true},"name":"indicatorHtml","id":"property-indicatorHtml"},{"tagname":"property","owner":"Ext.Base","meta":{"private":true},"name":"initConfigList","id":"property-initConfigList"},{"tagname":"property","owner":"Ext.Base","meta":{"private":true},"name":"initConfigMap","id":"property-initConfigMap"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"invalidHandleClasses","id":"property-invalidHandleClasses"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"invalidHandleIds","id":"property-invalidHandleIds"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"invalidHandleTypes","id":"property-invalidHandleTypes"},{"tagname":"property","owner":"Ext.Base","meta":{"private":true},"name":"isInstance","id":"property-isInstance"},{"tagname":"property","owner":"Ext.dd.DropTarget","meta":{"private":true},"name":"isNotifyTarget","id":"property-isNotifyTarget"},{"tagname":"property","owner":"Ext.dd.DropTarget","meta":{},"name":"isTarget","id":"property-isTarget"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"locked","id":"property-locked"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"maintainOffset","id":"property-maintainOffset"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"maxX","id":"property-maxX"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"maxY","id":"property-maxY"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"minX","id":"property-minX"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"minY","id":"property-minY"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"moveOnly","id":"property-moveOnly"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"padding","id":"property-padding"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"primaryButtonOnly","id":"property-primaryButtonOnly"},{"tagname":"property","owner":"Ext.Base","meta":{"protected":true},"name":"self","id":"property-self"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"startPageX","id":"property-startPageX"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"startPageY","id":"property-startPageY"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"xTicks","id":"property-xTicks"},{"tagname":"property","owner":"Ext.dd.DragDrop","meta":{},"name":"yTicks","id":"property-yTicks"}],"cfg":[{"tagname":"cfg","owner":"Ext.dd.DropTarget","meta":{},"name":"ddGroup","id":"cfg-ddGroup"},{"tagname":"cfg","owner":"Ext.dd.DropTarget","meta":{},"name":"dropAllowed","id":"cfg-dropAllowed"},{"tagname":"cfg","owner":"Ext.dd.DropTarget","meta":{},"name":"dropNotAllowed","id":"cfg-dropNotAllowed"},{"tagname":"cfg","owner":"Ext.dd.DropTarget","meta":{},"name":"overClass","id":"cfg-overClass"}],"css_var":[],"method":[{"tagname":"method","owner":"Ext.view.DropZone","meta":{},"name":"constructor","id":"method-constructor"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"addInvalidHandleClass","id":"method-addInvalidHandleClass"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"addInvalidHandleId","id":"method-addInvalidHandleId"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"addInvalidHandleType","id":"method-addInvalidHandleType"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"addToGroup","id":"method-addToGroup"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"applyConfig","id":"method-applyConfig"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4Drag","id":"method-b4Drag"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4DragDrop","id":"method-b4DragDrop"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4DragOut","id":"method-b4DragOut"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4DragOver","id":"method-b4DragOver"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4EndDrag","id":"method-b4EndDrag"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4MouseDown","id":"method-b4MouseDown"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"b4StartDrag","id":"method-b4StartDrag"},{"tagname":"method","owner":"Ext.Base","meta":{"protected":true,"deprecated":{"text":"as of 4.1. Use {@link #callParent} instead."}},"name":"callOverridden","id":"method-callOverridden"},{"tagname":"method","owner":"Ext.Base","meta":{"protected":true},"name":"callParent","id":"method-callParent"},{"tagname":"method","owner":"Ext.Base","meta":{"protected":true},"name":"callSuper","id":"method-callSuper"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"clearConstraints","id":"method-clearConstraints"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"clearTicks","id":"method-clearTicks"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"clickValidator","id":"method-clickValidator"},{"tagname":"method","owner":"Ext.Base","meta":{"private":true},"name":"configClass","id":"method-configClass"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"constrainTo","id":"method-constrainTo"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"containsRecordAtOffset","id":"method-containsRecordAtOffset"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{},"name":"destroy","id":"method-destroy"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"endDrag","id":"method-endDrag"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"fireViewEvent","id":"method-fireViewEvent"},{"tagname":"method","owner":"Ext.Base","meta":{"private":true},"name":"getConfig","id":"method-getConfig"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"getDragEl","id":"method-getDragEl"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"getEl","id":"method-getEl"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"getIndicator","id":"method-getIndicator"},{"tagname":"method","owner":"Ext.Base","meta":{},"name":"getInitialConfig","id":"method-getInitialConfig"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"getPosition","id":"method-getPosition"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{},"name":"getTargetFromEvent","id":"method-getTargetFromEvent"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"getTick","id":"method-getTick"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"handleMouseDown","id":"method-handleMouseDown"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"handleOnAvailable","id":"method-handleOnAvailable"},{"tagname":"method","owner":"Ext.Base","meta":{"private":true},"name":"hasConfig","id":"method-hasConfig"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"init","id":"method-init"},{"tagname":"method","owner":"Ext.Base","meta":{"chainable":true,"protected":true},"name":"initConfig","id":"method-initConfig"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"initTarget","id":"method-initTarget"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"invalidateDrop","id":"method-invalidateDrop"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"isLocked","id":"method-isLocked"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"isValidHandleChild","id":"method-isValidHandleChild"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"lock","id":"method-lock"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{"template":true},"name":"notifyDrop","id":"method-notifyDrop"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{"template":true},"name":"notifyEnter","id":"method-notifyEnter"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"template":true},"name":"notifyOut","id":"method-notifyOut"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{"template":true},"name":"notifyOver","id":"method-notifyOver"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"onAvailable","id":"method-onAvailable"},{"tagname":"method","owner":"Ext.Base","meta":{"private":true},"name":"onConfigUpdate","id":"method-onConfigUpdate"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"template":true},"name":"onContainerDrop","id":"method-onContainerDrop"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"template":true},"name":"onContainerOver","id":"method-onContainerOver"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onDrag","id":"method-onDrag"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onDragDrop","id":"method-onDragDrop"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onDragEnter","id":"method-onDragEnter"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onDragOut","id":"method-onDragOut"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onDragOver","id":"method-onDragOver"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onInvalidDrop","id":"method-onInvalidDrop"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onMouseDown","id":"method-onMouseDown"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"onMouseUp","id":"method-onMouseUp"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"template":true},"name":"onNodeDrop","id":"method-onNodeDrop"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{},"name":"onNodeEnter","id":"method-onNodeEnter"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{"template":true},"name":"onNodeOut","id":"method-onNodeOut"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"template":true},"name":"onNodeOver","id":"method-onNodeOver"},{"tagname":"method","owner":"Ext.view.DropZone","meta":{"private":true},"name":"positionIndicator","id":"method-positionIndicator"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"removeFromGroup","id":"method-removeFromGroup"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"removeInvalidHandleClass","id":"method-removeInvalidHandleClass"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"removeInvalidHandleId","id":"method-removeInvalidHandleId"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"removeInvalidHandleType","id":"method-removeInvalidHandleType"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"resetConstraints","id":"method-resetConstraints"},{"tagname":"method","owner":"Ext.Base","meta":{"chainable":true,"private":true},"name":"setConfig","id":"method-setConfig"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setDragElId","id":"method-setDragElId"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setHandleElId","id":"method-setHandleElId"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setInitPosition","id":"method-setInitPosition"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setOuterHandleElId","id":"method-setOuterHandleElId"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"setPadding","id":"method-setPadding"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"setStartPosition","id":"method-setStartPosition"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setXConstraint","id":"method-setXConstraint"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"setXTicks","id":"method-setXTicks"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"setYConstraint","id":"method-setYConstraint"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{"private":true},"name":"setYTicks","id":"method-setYTicks"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"startDrag","id":"method-startDrag"},{"tagname":"method","owner":"Ext.Base","meta":{"protected":true},"name":"statics","id":"method-statics"},{"tagname":"method","owner":"Ext.dd.DDTarget","meta":{},"name":"toString","id":"method-toString"},{"tagname":"method","owner":"Ext.dd.DropZone","meta":{"private":true},"name":"triggerCacheRefresh","id":"method-triggerCacheRefresh"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"unlock","id":"method-unlock"},{"tagname":"method","owner":"Ext.dd.DragDrop","meta":{},"name":"unreg","id":"method-unreg"}],"event":[],"css_mixin":[]},"inheritable":null,"private":true,"component":false,"name":"Ext.view.DropZone","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.view.DropZone","mixins":[],"mixedInto":[]});