Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.tree.TreeDropZone-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.tree.TreeDropZone-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.tree.TreeDropZone-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.tree.TreeDropZone-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.tree.TreeDropZone"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8
        </div>
9
                <div class="inheritance res-block">
10
<pre class="res-block-inner"><a ext:cls="Ext.dd.DragDrop" ext:member="" href="output/Ext.dd.DragDrop.html">DragDrop</a>
11
  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DDTarget" ext:member="" href="output/Ext.dd.DDTarget.html">DDTarget</a>
12
    <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DropTarget" ext:member="" href="output/Ext.dd.DropTarget.html">DropTarget</a>
13
      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.dd.DropZone" ext:member="" href="output/Ext.dd.DropZone.html">DropZone</a>
14
        <img src="resources/elbow-end.gif"/>TreeDropZone</pre></div>
15
                <h1>Class Ext.tree.TreeDropZone</h1>
16
        <table cellspacing="0">
17
            <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
18
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/tree/TreeDropZone.js" target="_blank">TreeDropZone.js</a></td></tr>
19
            <tr><td class="label">Class:</td><td class="hd-info">TreeDropZone</td></tr>
20
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.dd.DropZone" ext:member="" href="output/Ext.dd.DropZone.html">DropZone</a></td></tr>
21
                    </table>
22
        <div class="description">
23
                    </div>
24
 
25
        <div class="hr"></div>
26
                <a id="Ext.tree.TreeDropZone-configs"></a>
27
        <h2>Config Options</h2>
28
        <table cellspacing="0" class="member-table">
29
            <tr>
30
                <th class="sig-header" colspan="2">Config Options</th>
31
                <th class="msource-header">Defined By</th>
32
            </tr>
33
                <tr class="config-row">
34
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
35
        <td class="sig">
36
        <a id="Ext.tree.TreeDropZone-allowContainerDrop"></a>
37
            <b>allowContainerDrop</b> : String            <div class="mdesc">
38
                            True if drops on the tree container (outside of a specific tree node) are allowed (defaults to false)                        </div>
39
        </td>
40
        <td class="msource">TreeDropZone</td>
41
    </tr>
42
        <tr class="config-row alt expandable">
43
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
44
        <td class="sig">
45
        <a id="Ext.tree.TreeDropZone-allowParentInsert"></a>
46
            <b>allowParentInsert</b> : Boolean            <div class="mdesc">
47
                        <div class="short">Allow inserting a dragged node between an expanded parent node and its first child that will become a sibling of the ...</div>
48
            <div class="long">
49
                Allow inserting a dragged node between an expanded parent node and its first child that will become a sibling of the parent when dropped (defaults to false)            </div>
50
                        </div>
51
        </td>
52
        <td class="msource">TreeDropZone</td>
53
    </tr>
54
        <tr class="config-row">
55
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
56
        <td class="sig">
57
        <a id="Ext.tree.TreeDropZone-appendOnly"></a>
58
            <b>appendOnly</b> : String            <div class="mdesc">
59
                            True if the tree should only allow append drops (use for trees which are sorted, defaults to false)                        </div>
60
        </td>
61
        <td class="msource">TreeDropZone</td>
62
    </tr>
63
        <tr class="config-row alt expandable">
64
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
65
        <td class="sig">
66
        <a id="Ext.tree.TreeDropZone-ddGroup"></a>
67
            <b>ddGroup</b> : String            <div class="mdesc">
68
                        <div class="short">A named drag drop group to which this object belongs. If a group is specified, then this object will only interact wi...</div>
69
            <div class="long">
70
                A named drag drop group to which this object belongs. If a group is specified, then this object will only interact with other drag drop objects in the same group (defaults to 'TreeDD').            </div>
71
                        </div>
72
        </td>
73
        <td class="msource">TreeDropZone</td>
74
    </tr>
75
        <tr class="config-row inherited">
76
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
77
        <td class="sig">
78
        <a id="Ext.tree.TreeDropZone-dropAllowed"></a>
79
            <b>dropAllowed</b> : String            <div class="mdesc">
80
                            The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").                        </div>
81
        </td>
82
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#dropAllowed" href="output/Ext.dd.DropTarget.html#dropAllowed">DropTarget</a></td>
83
    </tr>
84
        <tr class="config-row inherited alt">
85
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
86
        <td class="sig">
87
        <a id="Ext.tree.TreeDropZone-dropNotAllowed"></a>
88
            <b>dropNotAllowed</b> : String            <div class="mdesc">
89
                            The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").                        </div>
90
        </td>
91
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#dropNotAllowed" href="output/Ext.dd.DropTarget.html#dropNotAllowed">DropTarget</a></td>
92
    </tr>
93
        <tr class="config-row expandable">
94
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
95
        <td class="sig">
96
        <a id="Ext.tree.TreeDropZone-expandDelay"></a>
97
            <b>expandDelay</b> : String            <div class="mdesc">
98
                        <div class="short">The delay in milliseconds to wait before expanding a target tree node while dragging a droppable node over the target...</div>
99
            <div class="long">
100
                The delay in milliseconds to wait before expanding a target tree node while dragging a droppable node over the target (defaults to 1000)            </div>
101
                        </div>
102
        </td>
103
        <td class="msource">TreeDropZone</td>
104
    </tr>
105
        <tr class="config-row inherited alt">
106
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
107
        <td class="sig">
108
        <a id="Ext.tree.TreeDropZone-overClass"></a>
109
            <b>overClass</b> : String            <div class="mdesc">
110
                            The CSS class applied to the drop target element while the drag source is over it (defaults to "").                        </div>
111
        </td>
112
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#overClass" href="output/Ext.dd.DropTarget.html#overClass">DropTarget</a></td>
113
    </tr>
114
            </table>
115
                <a id="Ext.tree.TreeDropZone-props"></a>
116
        <h2>Public Properties</h2>
117
                <table cellspacing="0" class="member-table">
118
            <tr>
119
                <th class="sig-header" colspan="2">Property</th>
120
                <th class="msource-header">Defined By</th>
121
            </tr>
122
                <tr class="property-row inherited">
123
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
124
        <td class="sig">
125
        <a id="Ext.tree.TreeDropZone-available"></a>
126
            <b>available</b> : boolean            <div class="mdesc">
127
                            The availabe property is false until the linked dom element is accessible.                        </div>
128
        </td>
129
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#available" href="output/Ext.dd.DragDrop.html#available">DragDrop</a></td>
130
    </tr>
131
        <tr class="property-row inherited alt">
132
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
133
        <td class="sig">
134
        <a id="Ext.tree.TreeDropZone-config"></a>
135
            <b>config</b> : object            <div class="mdesc">
136
                            Configuration attributes passed into the constructor                        </div>
137
        </td>
138
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#config" href="output/Ext.dd.DragDrop.html#config">DragDrop</a></td>
139
    </tr>
140
        <tr class="property-row expandable">
141
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
142
        <td class="sig">
143
        <a id="Ext.tree.TreeDropZone-dragOverData"></a>
144
            <b>dragOverData</b> : Ext.tree.TreePanel            <div class="mdesc">
145
                        <div class="short">Arbitrary data that can be associated with this tree and will be included in the event object that gets
146
passed to any...</div>
147
            <div class="long">
148
                Arbitrary data that can be associated with this tree and will be included in the event object that gets
149
passed to any nodedragover event handler (defaults to {})            </div>
150
                        </div>
151
        </td>
152
        <td class="msource">TreeDropZone</td>
153
    </tr>
154
        <tr class="property-row inherited alt expandable">
155
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
156
        <td class="sig">
157
        <a id="Ext.tree.TreeDropZone-groups"></a>
158
            <b>groups</b> : object            <div class="mdesc">
159
                        <div class="short">The group defines a logical collection of DragDrop objects that are
160
related.  Instances only get events when interact...</div>
161
            <div class="long">
162
                The group defines a logical collection of DragDrop objects that are
163
related.  Instances only get events when interacting with other
164
DragDrop object in the same group.  This lets us define multiple
165
groups using a single DragDrop subclass if we want.            </div>
166
                        </div>
167
        </td>
168
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#groups" href="output/Ext.dd.DragDrop.html#groups">DragDrop</a></td>
169
    </tr>
170
        <tr class="property-row inherited expandable">
171
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
172
        <td class="sig">
173
        <a id="Ext.tree.TreeDropZone-hasOuterHandles"></a>
174
            <b>hasOuterHandles</b> : boolean            <div class="mdesc">
175
                        <div class="short">By default, drags can only be initiated if the mousedown occurs in the
176
region the linked element is.  This is done in...</div>
177
            <div class="long">
178
                By default, drags can only be initiated if the mousedown occurs in the
179
region the linked element is.  This is done in part to work around a
180
bug in some browsers that mis-report the mousedown if the previous
181
mouseup happened outside of the window.  This property is set to true
182
if outer handles are defined.            </div>
183
                        </div>
184
        </td>
185
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#hasOuterHandles" href="output/Ext.dd.DragDrop.html#hasOuterHandles">DragDrop</a></td>
186
    </tr>
187
        <tr class="property-row inherited alt expandable">
188
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189
        <td class="sig">
190
        <a id="Ext.tree.TreeDropZone-id"></a>
191
            <b>id</b> : String            <div class="mdesc">
192
                        <div class="short">The id of the element associated with this object.  This is what we
193
refer to as the "linked element" because the size...</div>
194
            <div class="long">
195
                The id of the element associated with this object.  This is what we
196
refer to as the "linked element" because the size and position of
197
this element is used to determine when the drag and drop objects have
198
interacted.            </div>
199
                        </div>
200
        </td>
201
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#id" href="output/Ext.dd.DragDrop.html#id">DragDrop</a></td>
202
    </tr>
203
        <tr class="property-row inherited">
204
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
205
        <td class="sig">
206
        <a id="Ext.tree.TreeDropZone-invalidHandleClasses"></a>
207
            <b>invalidHandleClasses</b> : string[]            <div class="mdesc">
208
                            An indexted array of css class names for elements that will be ignored
209
if clicked.                        </div>
210
        </td>
211
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleClasses" href="output/Ext.dd.DragDrop.html#invalidHandleClasses">DragDrop</a></td>
212
    </tr>
213
        <tr class="property-row inherited alt">
214
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
215
        <td class="sig">
216
        <a id="Ext.tree.TreeDropZone-invalidHandleIds"></a>
217
            <b>invalidHandleIds</b> : string:            <div class="mdesc">
218
                            An associative array of ids for elements that will be ignored if clicked                        </div>
219
        </td>
220
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleIds" href="output/Ext.dd.DragDrop.html#invalidHandleIds">DragDrop</a></td>
221
    </tr>
222
        <tr class="property-row inherited">
223
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
224
        <td class="sig">
225
        <a id="Ext.tree.TreeDropZone-invalidHandleTypes"></a>
226
            <b>invalidHandleTypes</b> : string:            <div class="mdesc">
227
                            An associative array of HTML tags that will be ignored if clicked.                        </div>
228
        </td>
229
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#invalidHandleTypes" href="output/Ext.dd.DragDrop.html#invalidHandleTypes">DragDrop</a></td>
230
    </tr>
231
        <tr class="property-row inherited alt">
232
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
233
        <td class="sig">
234
        <a id="Ext.tree.TreeDropZone-isTarget"></a>
235
            <b>isTarget</b> : boolean            <div class="mdesc">
236
                            By default, all insances can be a drop target.  This can be disabled by
237
setting isTarget to false.                        </div>
238
        </td>
239
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isTarget" href="output/Ext.dd.DragDrop.html#isTarget">DragDrop</a></td>
240
    </tr>
241
        <tr class="property-row inherited expandable">
242
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
243
        <td class="sig">
244
        <a id="Ext.tree.TreeDropZone-maintainOffset"></a>
245
            <b>maintainOffset</b> : boolean            <div class="mdesc">
246
                        <div class="short">Maintain offsets when we resetconstraints.  Set to true when you want
247
the position of the element relative to its par...</div>
248
            <div class="long">
249
                Maintain offsets when we resetconstraints.  Set to true when you want
250
the position of the element relative to its parent to stay the same
251
when the page changes            </div>
252
                        </div>
253
        </td>
254
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#maintainOffset" href="output/Ext.dd.DragDrop.html#maintainOffset">DragDrop</a></td>
255
    </tr>
256
        <tr class="property-row inherited alt">
257
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
258
        <td class="sig">
259
        <a id="Ext.tree.TreeDropZone-padding"></a>
260
            <b>padding</b> : int[]            <div class="mdesc">
261
                            The padding configured for this drag and drop object for calculating
262
the drop zone intersection with this object.                        </div>
263
        </td>
264
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#padding" href="output/Ext.dd.DragDrop.html#padding">DragDrop</a></td>
265
    </tr>
266
        <tr class="property-row inherited expandable">
267
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
268
        <td class="sig">
269
        <a id="Ext.tree.TreeDropZone-primaryButtonOnly"></a>
270
            <b>primaryButtonOnly</b> : boolean            <div class="mdesc">
271
                        <div class="short">By default the drag and drop instance will only respond to the primary
272
button click (left button for a right-handed m...</div>
273
            <div class="long">
274
                By default the drag and drop instance will only respond to the primary
275
button click (left button for a right-handed mouse).  Set to true to
276
allow drag and drop to start with any mouse click that is propogated
277
by the browser            </div>
278
                        </div>
279
        </td>
280
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#primaryButtonOnly" href="output/Ext.dd.DragDrop.html#primaryButtonOnly">DragDrop</a></td>
281
    </tr>
282
        <tr class="property-row alt">
283
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
284
        <td class="sig">
285
        <a id="Ext.tree.TreeDropZone-tree"></a>
286
            <b>tree</b> : Ext.tree.TreePanel            <div class="mdesc">
287
                            The TreePanel for this drop zone                        </div>
288
        </td>
289
        <td class="msource">TreeDropZone</td>
290
    </tr>
291
        <tr class="property-row inherited expandable">
292
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
293
        <td class="sig">
294
        <a id="Ext.tree.TreeDropZone-xTicks"></a>
295
            <b>xTicks</b> : int[]            <div class="mdesc">
296
                        <div class="short">Array of pixel locations the element will snap to if we specified a
297
horizontal graduation/interval.  This array is ge...</div>
298
            <div class="long">
299
                Array of pixel locations the element will snap to if we specified a
300
horizontal graduation/interval.  This array is generated automatically
301
when you define a tick interval.            </div>
302
                        </div>
303
        </td>
304
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#xTicks" href="output/Ext.dd.DragDrop.html#xTicks">DragDrop</a></td>
305
    </tr>
306
        <tr class="property-row inherited alt expandable">
307
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
308
        <td class="sig">
309
        <a id="Ext.tree.TreeDropZone-yTicks"></a>
310
            <b>yTicks</b> : int[]            <div class="mdesc">
311
                        <div class="short">Array of pixel locations the element will snap to if we specified a
312
vertical graduation/interval.  This array is gene...</div>
313
            <div class="long">
314
                Array of pixel locations the element will snap to if we specified a
315
vertical graduation/interval.  This array is generated automatically
316
when you define a tick interval.            </div>
317
                        </div>
318
        </td>
319
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#yTicks" href="output/Ext.dd.DragDrop.html#yTicks">DragDrop</a></td>
320
    </tr>
321
            </table>
322
                <a id="Ext.tree.TreeDropZone-methods"></a>
323
        <h2>Public Methods</h2>
324
                <table cellspacing="0" class="member-table">
325
            <tr>
326
                <th class="sig-header" colspan="2">Method</th>
327
                <th class="msource-header">Defined By</th>
328
            </tr>
329
                <tr class="method-row expandable">
330
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
331
        <td class="sig">
332
        <a id="Ext.tree.TreeDropZone-TreeDropZone"></a>
333
            <b>TreeDropZone</b>(&nbsp;<code>String/HTMLElement/Element tree</code>, <code>Object config</code>&nbsp;)            <div class="mdesc">
334
                        <div class="short"></div>
335
            <div class="long">
336
                    <div class="mdetail-params">
337
        <strong>Parameters:</strong>
338
        <ul><li><code>tree</code> : String/HTMLElement/Element<div class="sub-desc">The <a ext:cls="Ext.tree.TreePanel" href="output/Ext.tree.TreePanel.html">Ext.tree.TreePanel</a> for which to enable dropping</div></li><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>
339
        <strong>Returns:</strong>
340
        <ul>
341
            <li><code></code></li>
342
        </ul>
343
    </div>
344
                </div>
345
                        </div>
346
        </td>
347
        <td class="msource">TreeDropZone</td>
348
    </tr>
349
        <tr class="method-row inherited alt expandable">
350
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
351
        <td class="sig">
352
        <a id="Ext.tree.TreeDropZone-addInvalidHandleClass"></a>
353
            <b>addInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">
354
                        <div class="short">Lets you specify a css class of elements that will not initiate a drag</div>
355
            <div class="long">
356
                Lets you specify a css class of elements that will not initiate a drag    <div class="mdetail-params">
357
        <strong>Parameters:</strong>
358
        <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the elements you wish to ignore</div></li>        </ul>
359
        <strong>Returns:</strong>
360
        <ul>
361
            <li><code>void</code></li>
362
        </ul>
363
    </div>
364
                </div>
365
                        </div>
366
        </td>
367
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleClass" href="output/Ext.dd.DragDrop.html#addInvalidHandleClass">DragDrop</a></td>
368
    </tr>
369
        <tr class="method-row inherited expandable">
370
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
371
        <td class="sig">
372
        <a id="Ext.tree.TreeDropZone-addInvalidHandleId"></a>
373
            <b>addInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">
374
                        <div class="short">Lets you to specify an element id for a child of a drag handle
375
that should not initiate a drag</div>
376
            <div class="long">
377
                Lets you to specify an element id for a child of a drag handle
378
that should not initiate a drag    <div class="mdetail-params">
379
        <strong>Parameters:</strong>
380
        <ul><li><code>id</code> : string<div class="sub-desc">the element id of the element you wish to ignore</div></li>        </ul>
381
        <strong>Returns:</strong>
382
        <ul>
383
            <li><code>void</code></li>
384
        </ul>
385
    </div>
386
                </div>
387
                        </div>
388
        </td>
389
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleId" href="output/Ext.dd.DragDrop.html#addInvalidHandleId">DragDrop</a></td>
390
    </tr>
391
        <tr class="method-row inherited alt expandable">
392
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
393
        <td class="sig">
394
        <a id="Ext.tree.TreeDropZone-addInvalidHandleType"></a>
395
            <b>addInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">
396
                        <div class="short">Allows you to specify a tag name that should not start a drag operation
397
when clicked.  This is designed to facilitate...</div>
398
            <div class="long">
399
                Allows you to specify a tag name that should not start a drag operation
400
when clicked.  This is designed to facilitate embedding links within a
401
drag handle that do something other than start the drag.    <div class="mdetail-params">
402
        <strong>Parameters:</strong>
403
        <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to exclude</div></li>        </ul>
404
        <strong>Returns:</strong>
405
        <ul>
406
            <li><code>void</code></li>
407
        </ul>
408
    </div>
409
                </div>
410
                        </div>
411
        </td>
412
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addInvalidHandleType" href="output/Ext.dd.DragDrop.html#addInvalidHandleType">DragDrop</a></td>
413
    </tr>
414
        <tr class="method-row inherited expandable">
415
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
416
        <td class="sig">
417
        <a id="Ext.tree.TreeDropZone-addToGroup"></a>
418
            <b>addToGroup</b>(&nbsp;<code>sGroup {string}</code>&nbsp;) : void            <div class="mdesc">
419
                        <div class="short">Add this instance to a group of related drag/drop objects.  All
420
instances belong to at least one group, and can belon...</div>
421
            <div class="long">
422
                Add this instance to a group of related drag/drop objects.  All
423
instances belong to at least one group, and can belong to as many
424
groups as needed.    <div class="mdetail-params">
425
        <strong>Parameters:</strong>
426
        <ul><li><code>{string}</code> : sGroup<div class="sub-desc">the name of the group</div></li>        </ul>
427
        <strong>Returns:</strong>
428
        <ul>
429
            <li><code>void</code></li>
430
        </ul>
431
    </div>
432
                </div>
433
                        </div>
434
        </td>
435
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#addToGroup" href="output/Ext.dd.DragDrop.html#addToGroup">DragDrop</a></td>
436
    </tr>
437
        <tr class="method-row inherited alt expandable">
438
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
439
        <td class="sig">
440
        <a id="Ext.tree.TreeDropZone-applyConfig"></a>
441
            <b>applyConfig</b>() : void            <div class="mdesc">
442
                        <div class="short">Applies the configuration parameters that were passed into the constructor.
443
This is supposed to happen at each level ...</div>
444
            <div class="long">
445
                Applies the configuration parameters that were passed into the constructor.
446
This is supposed to happen at each level through the inheritance chain.  So
447
a DDProxy implentation will execute apply config on DDProxy, DD, and
448
DragDrop in order to get all of the parameters that are available in
449
each object.    <div class="mdetail-params">
450
        <strong>Parameters:</strong>
451
        <ul><li>None.</li>        </ul>
452
        <strong>Returns:</strong>
453
        <ul>
454
            <li><code>void</code></li>
455
        </ul>
456
    </div>
457
                </div>
458
                        </div>
459
        </td>
460
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#applyConfig" href="output/Ext.dd.DragDrop.html#applyConfig">DragDrop</a></td>
461
    </tr>
462
        <tr class="method-row inherited expandable">
463
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
464
        <td class="sig">
465
        <a id="Ext.tree.TreeDropZone-clearConstraints"></a>
466
            <b>clearConstraints</b>() : void            <div class="mdesc">
467
                        <div class="short">Clears any constraints applied to this instance.  Also clears ticks
468
since they can't exist independent of a constrain...</div>
469
            <div class="long">
470
                Clears any constraints applied to this instance.  Also clears ticks
471
since they can't exist independent of a constraint at this time.    <div class="mdetail-params">
472
        <strong>Parameters:</strong>
473
        <ul><li>None.</li>        </ul>
474
        <strong>Returns:</strong>
475
        <ul>
476
            <li><code>void</code></li>
477
        </ul>
478
    </div>
479
                </div>
480
                        </div>
481
        </td>
482
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearConstraints" href="output/Ext.dd.DragDrop.html#clearConstraints">DragDrop</a></td>
483
    </tr>
484
        <tr class="method-row inherited alt expandable">
485
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
486
        <td class="sig">
487
        <a id="Ext.tree.TreeDropZone-clearTicks"></a>
488
            <b>clearTicks</b>() : void            <div class="mdesc">
489
                        <div class="short">Clears any tick interval defined for this instance</div>
490
            <div class="long">
491
                Clears any tick interval defined for this instance    <div class="mdetail-params">
492
        <strong>Parameters:</strong>
493
        <ul><li>None.</li>        </ul>
494
        <strong>Returns:</strong>
495
        <ul>
496
            <li><code>void</code></li>
497
        </ul>
498
    </div>
499
                </div>
500
                        </div>
501
        </td>
502
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#clearTicks" href="output/Ext.dd.DragDrop.html#clearTicks">DragDrop</a></td>
503
    </tr>
504
        <tr class="method-row inherited expandable">
505
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
506
        <td class="sig">
507
        <a id="Ext.tree.TreeDropZone-endDrag"></a>
508
            <b>endDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
509
                        <div class="short">Fired when we are done dragging the object</div>
510
            <div class="long">
511
                Fired when we are done dragging the object    <div class="mdetail-params">
512
        <strong>Parameters:</strong>
513
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
514
        <strong>Returns:</strong>
515
        <ul>
516
            <li><code>void</code></li>
517
        </ul>
518
    </div>
519
                </div>
520
                        </div>
521
        </td>
522
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#endDrag" href="output/Ext.dd.DragDrop.html#endDrag">DragDrop</a></td>
523
    </tr>
524
        <tr class="method-row inherited alt expandable">
525
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
526
        <td class="sig">
527
        <a id="Ext.tree.TreeDropZone-getDragEl"></a>
528
            <b>getDragEl</b>() : HTMLElement            <div class="mdesc">
529
                        <div class="short">Returns a reference to the actual element to drag.  By default this is
530
the same as the html element, but it can be as...</div>
531
            <div class="long">
532
                Returns a reference to the actual element to drag.  By default this is
533
the same as the html element, but it can be assigned to another
534
element. An example of this can be found in Ext.dd.DDProxy    <div class="mdetail-params">
535
        <strong>Parameters:</strong>
536
        <ul><li>None.</li>        </ul>
537
        <strong>Returns:</strong>
538
        <ul>
539
            <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>
540
        </ul>
541
    </div>
542
                </div>
543
                        </div>
544
        </td>
545
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getDragEl" href="output/Ext.dd.DragDrop.html#getDragEl">DragDrop</a></td>
546
    </tr>
547
        <tr class="method-row inherited expandable">
548
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
549
        <td class="sig">
550
        <a id="Ext.tree.TreeDropZone-getEl"></a>
551
            <b>getEl</b>() : HTMLElement            <div class="mdesc">
552
                        <div class="short">Returns a reference to the linked element</div>
553
            <div class="long">
554
                Returns a reference to the linked element    <div class="mdetail-params">
555
        <strong>Parameters:</strong>
556
        <ul><li>None.</li>        </ul>
557
        <strong>Returns:</strong>
558
        <ul>
559
            <li><code>HTMLElement</code><div class="sub-desc">the html element</div></li>
560
        </ul>
561
    </div>
562
                </div>
563
                        </div>
564
        </td>
565
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#getEl" href="output/Ext.dd.DragDrop.html#getEl">DragDrop</a></td>
566
    </tr>
567
        <tr class="method-row inherited alt expandable">
568
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
569
        <td class="sig">
570
        <a id="Ext.tree.TreeDropZone-getTargetFromEvent"></a>
571
            <b>getTargetFromEvent</b>(&nbsp;<code>Event e</code>&nbsp;) : Object            <div class="mdesc">
572
                        <div class="short">Returns a custom data object associated with the DOM node that is the target of the event.  By default
573
this looks up ...</div>
574
            <div class="long">
575
                Returns a custom data object associated with the DOM node that is the target of the event.  By default
576
this looks up the event target in the <a ext:cls="Ext.dd.Registry" href="output/Ext.dd.Registry.html">Ext.dd.Registry</a>, although you can override this method to
577
provide your own custom lookup.    <div class="mdetail-params">
578
        <strong>Parameters:</strong>
579
        <ul><li><code>e</code> : Event<div class="sub-desc">The event</div></li>        </ul>
580
        <strong>Returns:</strong>
581
        <ul>
582
            <li><code>Object</code><div class="sub-desc">data The custom data</div></li>
583
        </ul>
584
    </div>
585
                </div>
586
                        </div>
587
        </td>
588
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">DropZone</a></td>
589
    </tr>
590
        <tr class="method-row inherited expandable">
591
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
592
        <td class="sig">
593
        <a id="Ext.tree.TreeDropZone-init"></a>
594
            <b>init</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">
595
                        <div class="short">Sets up the DragDrop object.  Must be called in the constructor of any
596
Ext.dd.DragDrop subclass</div>
597
            <div class="long">
598
                Sets up the DragDrop object.  Must be called in the constructor of any
599
Ext.dd.DragDrop subclass    <div class="mdetail-params">
600
        <strong>Parameters:</strong>
601
        <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>
602
        <strong>Returns:</strong>
603
        <ul>
604
            <li><code>void</code></li>
605
        </ul>
606
    </div>
607
                </div>
608
                        </div>
609
        </td>
610
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#init" href="output/Ext.dd.DragDrop.html#init">DragDrop</a></td>
611
    </tr>
612
        <tr class="method-row inherited alt expandable">
613
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
614
        <td class="sig">
615
        <a id="Ext.tree.TreeDropZone-initTarget"></a>
616
            <b>initTarget</b>(&nbsp;<code>id the</code>, <code>String sGroup</code>, <code>object config</code>&nbsp;) : void            <div class="mdesc">
617
                        <div class="short">Initializes Targeting functionality only... the object does not
618
get a mousedown handler.</div>
619
            <div class="long">
620
                Initializes Targeting functionality only... the object does not
621
get a mousedown handler.    <div class="mdetail-params">
622
        <strong>Parameters:</strong>
623
        <ul><li><code>the</code> : id<div class="sub-desc">id of the linked element</div></li><li><code>sGroup</code> : String<div class="sub-desc">the group of related items</div></li><li><code>config</code> : object<div class="sub-desc">configuration attributes</div></li>        </ul>
624
        <strong>Returns:</strong>
625
        <ul>
626
            <li><code>void</code></li>
627
        </ul>
628
    </div>
629
                </div>
630
                        </div>
631
        </td>
632
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#initTarget" href="output/Ext.dd.DragDrop.html#initTarget">DragDrop</a></td>
633
    </tr>
634
        <tr class="method-row inherited expandable">
635
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
636
        <td class="sig">
637
        <a id="Ext.tree.TreeDropZone-isLocked"></a>
638
            <b>isLocked</b>() : boolean            <div class="mdesc">
639
                        <div class="short">Returns true if this instance is locked, or the drag drop mgr is locked
640
(meaning that all drag/drop is disabled on th...</div>
641
            <div class="long">
642
                Returns true if this instance is locked, or the drag drop mgr is locked
643
(meaning that all drag/drop is disabled on the page.)    <div class="mdetail-params">
644
        <strong>Parameters:</strong>
645
        <ul><li>None.</li>        </ul>
646
        <strong>Returns:</strong>
647
        <ul>
648
            <li><code>boolean</code><div class="sub-desc">true if this obj or all drag/drop is locked, else false</div></li>
649
        </ul>
650
    </div>
651
                </div>
652
                        </div>
653
        </td>
654
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isLocked" href="output/Ext.dd.DragDrop.html#isLocked">DragDrop</a></td>
655
    </tr>
656
        <tr class="method-row inherited alt expandable">
657
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
658
        <td class="sig">
659
        <a id="Ext.tree.TreeDropZone-isValidHandleChild"></a>
660
            <b>isValidHandleChild</b>(&nbsp;<code>HTMLElement node</code>&nbsp;) : boolean            <div class="mdesc">
661
                        <div class="short">Checks the tag exclusion list to see if this click should be ignored</div>
662
            <div class="long">
663
                Checks the tag exclusion list to see if this click should be ignored    <div class="mdetail-params">
664
        <strong>Parameters:</strong>
665
        <ul><li><code>node</code> : HTMLElement<div class="sub-desc">the HTMLElement to evaluate</div></li>        </ul>
666
        <strong>Returns:</strong>
667
        <ul>
668
            <li><code>boolean</code><div class="sub-desc">true if this is a valid tag type, false if not</div></li>
669
        </ul>
670
    </div>
671
                </div>
672
                        </div>
673
        </td>
674
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#isValidHandleChild" href="output/Ext.dd.DragDrop.html#isValidHandleChild">DragDrop</a></td>
675
    </tr>
676
        <tr class="method-row inherited expandable">
677
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
678
        <td class="sig">
679
        <a id="Ext.tree.TreeDropZone-lock"></a>
680
            <b>lock</b>() : void            <div class="mdesc">
681
                        <div class="short">Lock this instance</div>
682
            <div class="long">
683
                Lock this instance    <div class="mdetail-params">
684
        <strong>Parameters:</strong>
685
        <ul><li>None.</li>        </ul>
686
        <strong>Returns:</strong>
687
        <ul>
688
            <li><code>void</code></li>
689
        </ul>
690
    </div>
691
                </div>
692
                        </div>
693
        </td>
694
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#lock" href="output/Ext.dd.DragDrop.html#lock">DragDrop</a></td>
695
    </tr>
696
        <tr class="method-row inherited alt expandable">
697
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
698
        <td class="sig">
699
        <a id="Ext.tree.TreeDropZone-notifyDrop"></a>
700
            <b>notifyDrop</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">
701
                        <div class="short">The function a Ext.dd.DragSource calls once to notify this drop target that the dragged item has
702
been dropped on it. ...</div>
703
            <div class="long">
704
                The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop target that the dragged item has
705
been dropped on it.  This method has no default implementation and returns false, so you must provide an
706
implementation that does something to process the drop event and returns true so that the drag source's
707
repair action does not run.    <div class="mdetail-params">
708
        <strong>Parameters:</strong>
709
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
710
        <strong>Returns:</strong>
711
        <ul>
712
            <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>
713
        </ul>
714
    </div>
715
                </div>
716
                        </div>
717
        </td>
718
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#notifyDrop" href="output/Ext.dd.DropTarget.html#notifyDrop">DropTarget</a></td>
719
    </tr>
720
        <tr class="method-row inherited expandable">
721
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
722
        <td class="sig">
723
        <a id="Ext.tree.TreeDropZone-notifyEnter"></a>
724
            <b>notifyEnter</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">
725
                        <div class="short">The function a Ext.dd.DragSource calls once to notify this drop target that the source is now over the
726
target.  This ...</div>
727
            <div class="long">
728
                The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop target that the source is now over the
729
target.  This default implementation adds the CSS class specified by overClass (if any) to the drop element
730
and returns the dropAllowed config value.  This method should be overridden if drop validation is required.    <div class="mdetail-params">
731
        <strong>Parameters:</strong>
732
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
733
        <strong>Returns:</strong>
734
        <ul>
735
            <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>
736
        </ul>
737
    </div>
738
                </div>
739
                        </div>
740
        </td>
741
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#notifyEnter" href="output/Ext.dd.DropTarget.html#notifyEnter">DropTarget</a></td>
742
    </tr>
743
        <tr class="method-row inherited alt expandable">
744
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
745
        <td class="sig">
746
        <a id="Ext.tree.TreeDropZone-notifyOut"></a>
747
            <b>notifyOut</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">
748
                        <div class="short">The function a Ext.dd.DragSource calls once to notify this drop target that the source has been dragged
749
out of the ta...</div>
750
            <div class="long">
751
                The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls once to notify this drop target that the source has been dragged
752
out of the target without dropping.  This default implementation simply removes the CSS class specified by
753
overClass (if any) from the drop element.    <div class="mdetail-params">
754
        <strong>Parameters:</strong>
755
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
756
        <strong>Returns:</strong>
757
        <ul>
758
            <li><code>void</code></li>
759
        </ul>
760
    </div>
761
                </div>
762
                        </div>
763
        </td>
764
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#notifyOut" href="output/Ext.dd.DropTarget.html#notifyOut">DropTarget</a></td>
765
    </tr>
766
        <tr class="method-row inherited expandable">
767
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
768
        <td class="sig">
769
        <a id="Ext.tree.TreeDropZone-notifyOver"></a>
770
            <b>notifyOver</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">
771
                        <div class="short">The function a Ext.dd.DragSource calls continuously while it is being dragged over the target.
772
This method will be ca...</div>
773
            <div class="long">
774
                The function a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> calls continuously while it is being dragged over the target.
775
This method will be called on every mouse movement while the drag source is over the drop target.
776
This default implementation simply returns the dropAllowed config value.    <div class="mdetail-params">
777
        <strong>Parameters:</strong>
778
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop target</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
779
        <strong>Returns:</strong>
780
        <ul>
781
            <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>
782
        </ul>
783
    </div>
784
                </div>
785
                        </div>
786
        </td>
787
        <td class="msource"><a ext:cls="Ext.dd.DropTarget" ext:member="#notifyOver" href="output/Ext.dd.DropTarget.html#notifyOver">DropTarget</a></td>
788
    </tr>
789
        <tr class="method-row inherited alt expandable">
790
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
791
        <td class="sig">
792
        <a id="Ext.tree.TreeDropZone-onAvailable"></a>
793
            <b>onAvailable</b>() : void            <div class="mdesc">
794
                        <div class="short">Override the onAvailable method to do what is needed after the initial
795
position was determined.</div>
796
            <div class="long">
797
                Override the onAvailable method to do what is needed after the initial
798
position was determined.    <div class="mdetail-params">
799
        <strong>Parameters:</strong>
800
        <ul><li>None.</li>        </ul>
801
        <strong>Returns:</strong>
802
        <ul>
803
            <li><code>void</code></li>
804
        </ul>
805
    </div>
806
                </div>
807
                        </div>
808
        </td>
809
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onAvailable" href="output/Ext.dd.DragDrop.html#onAvailable">DragDrop</a></td>
810
    </tr>
811
        <tr class="method-row inherited expandable">
812
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
813
        <td class="sig">
814
        <a id="Ext.tree.TreeDropZone-onContainerDrop"></a>
815
            <b>onContainerDrop</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">
816
                        <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dropped on it,
817
but not on any of its...</div>
818
            <div class="long">
819
                Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dropped on it,
820
but not on any of its registered drop nodes.  The default implementation returns false, so it should be
821
overridden to provide the appropriate processing of the drop event if you need the drop zone itself to
822
be able to accept drops.  It should return true when valid so that the drag source's repair action does not run.    <div class="mdetail-params">
823
        <strong>Parameters:</strong>
824
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
825
        <strong>Returns:</strong>
826
        <ul>
827
            <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>
828
        </ul>
829
    </div>
830
                </div>
831
                        </div>
832
        </td>
833
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onContainerDrop" href="output/Ext.dd.DropZone.html#onContainerDrop">DropZone</a></td>
834
    </tr>
835
        <tr class="method-row inherited alt expandable">
836
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
837
        <td class="sig">
838
        <a id="Ext.tree.TreeDropZone-onContainerOver"></a>
839
            <b>onContainerOver</b>(&nbsp;<code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">
840
                        <div class="short">Called internally while the DropZone determines that a Ext.dd.DragSource is being dragged over it,
841
but not over any o...</div>
842
            <div class="long">
843
                Called internally while the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> is being dragged over it,
844
but not over any of its registered drop nodes.  The default implementation returns this.dropNotAllowed, so
845
it should be overridden to provide the proper feedback if necessary.    <div class="mdetail-params">
846
        <strong>Parameters:</strong>
847
        <ul><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
848
        <strong>Returns:</strong>
849
        <ul>
850
            <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>
851
        </ul>
852
    </div>
853
                </div>
854
                        </div>
855
        </td>
856
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onContainerOver" href="output/Ext.dd.DropZone.html#onContainerOver">DropZone</a></td>
857
    </tr>
858
        <tr class="method-row inherited expandable">
859
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
860
        <td class="sig">
861
        <a id="Ext.tree.TreeDropZone-onDrag"></a>
862
            <b>onDrag</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
863
                        <div class="short">Abstract method called during the onMouseMove event while dragging an
864
object.</div>
865
            <div class="long">
866
                Abstract method called during the onMouseMove event while dragging an
867
object.    <div class="mdetail-params">
868
        <strong>Parameters:</strong>
869
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li>        </ul>
870
        <strong>Returns:</strong>
871
        <ul>
872
            <li><code>void</code></li>
873
        </ul>
874
    </div>
875
                </div>
876
                        </div>
877
        </td>
878
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDrag" href="output/Ext.dd.DragDrop.html#onDrag">DragDrop</a></td>
879
    </tr>
880
        <tr class="method-row inherited alt expandable">
881
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
882
        <td class="sig">
883
        <a id="Ext.tree.TreeDropZone-onDragDrop"></a>
884
            <b>onDragDrop</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
885
                        <div class="short">Abstract method called when this item is dropped on another DragDrop
886
obj</div>
887
            <div class="long">
888
                Abstract method called when this item is dropped on another DragDrop
889
obj    <div class="mdetail-params">
890
        <strong>Parameters:</strong>
891
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
892
id this was dropped on. In INTERSECT mode, an array of dd items this
893
was dropped on.</div></li>        </ul>
894
        <strong>Returns:</strong>
895
        <ul>
896
            <li><code>void</code></li>
897
        </ul>
898
    </div>
899
                </div>
900
                        </div>
901
        </td>
902
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragDrop" href="output/Ext.dd.DragDrop.html#onDragDrop">DragDrop</a></td>
903
    </tr>
904
        <tr class="method-row inherited expandable">
905
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
906
        <td class="sig">
907
        <a id="Ext.tree.TreeDropZone-onDragEnter"></a>
908
            <b>onDragEnter</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
909
                        <div class="short">Abstract method called when this element fist begins hovering over
910
another DragDrop obj</div>
911
            <div class="long">
912
                Abstract method called when this element fist begins hovering over
913
another DragDrop obj    <div class="mdetail-params">
914
        <strong>Parameters:</strong>
915
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
916
id this is hovering over. In INTERSECT mode, an array of one or more
917
dragdrop items being hovered over.</div></li>        </ul>
918
        <strong>Returns:</strong>
919
        <ul>
920
            <li><code>void</code></li>
921
        </ul>
922
    </div>
923
                </div>
924
                        </div>
925
        </td>
926
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragEnter" href="output/Ext.dd.DragDrop.html#onDragEnter">DragDrop</a></td>
927
    </tr>
928
        <tr class="method-row inherited alt expandable">
929
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
930
        <td class="sig">
931
        <a id="Ext.tree.TreeDropZone-onDragOut"></a>
932
            <b>onDragOut</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
933
                        <div class="short">Abstract method called when we are no longer hovering over an element</div>
934
            <div class="long">
935
                Abstract method called when we are no longer hovering over an element    <div class="mdetail-params">
936
        <strong>Parameters:</strong>
937
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
938
id this was hovering over. In INTERSECT mode, an array of dd items
939
that the mouse is no longer over.</div></li>        </ul>
940
        <strong>Returns:</strong>
941
        <ul>
942
            <li><code>void</code></li>
943
        </ul>
944
    </div>
945
                </div>
946
                        </div>
947
        </td>
948
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOut" href="output/Ext.dd.DragDrop.html#onDragOut">DragDrop</a></td>
949
    </tr>
950
        <tr class="method-row inherited expandable">
951
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
952
        <td class="sig">
953
        <a id="Ext.tree.TreeDropZone-onDragOver"></a>
954
            <b>onDragOver</b>(&nbsp;<code>Event e</code>, <code>String|DragDrop[] id</code>&nbsp;) : void            <div class="mdesc">
955
                        <div class="short">Abstract method called when this element is hovering over another
956
DragDrop obj</div>
957
            <div class="long">
958
                Abstract method called when this element is hovering over another
959
DragDrop obj    <div class="mdetail-params">
960
        <strong>Parameters:</strong>
961
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousemove event</div></li><li><code>id</code> : String|DragDrop[]<div class="sub-desc">In POINT mode, the element
962
id this is hovering over. In INTERSECT mode, an array of dd items
963
being hovered over.</div></li>        </ul>
964
        <strong>Returns:</strong>
965
        <ul>
966
            <li><code>void</code></li>
967
        </ul>
968
    </div>
969
                </div>
970
                        </div>
971
        </td>
972
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onDragOver" href="output/Ext.dd.DragDrop.html#onDragOver">DragDrop</a></td>
973
    </tr>
974
        <tr class="method-row inherited alt expandable">
975
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
976
        <td class="sig">
977
        <a id="Ext.tree.TreeDropZone-onInvalidDrop"></a>
978
            <b>onInvalidDrop</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
979
                        <div class="short">Abstract method called when this item is dropped on an area with no
980
drop target</div>
981
            <div class="long">
982
                Abstract method called when this item is dropped on an area with no
983
drop target    <div class="mdetail-params">
984
        <strong>Parameters:</strong>
985
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
986
        <strong>Returns:</strong>
987
        <ul>
988
            <li><code>void</code></li>
989
        </ul>
990
    </div>
991
                </div>
992
                        </div>
993
        </td>
994
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onInvalidDrop" href="output/Ext.dd.DragDrop.html#onInvalidDrop">DragDrop</a></td>
995
    </tr>
996
        <tr class="method-row inherited expandable">
997
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
998
        <td class="sig">
999
        <a id="Ext.tree.TreeDropZone-onMouseDown"></a>
1000
            <b>onMouseDown</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1001
                        <div class="short">Event handler that fires when a drag/drop obj gets a mousedown</div>
1002
            <div class="long">
1003
                Event handler that fires when a drag/drop obj gets a mousedown    <div class="mdetail-params">
1004
        <strong>Parameters:</strong>
1005
        <ul><li><code>e</code> : Event<div class="sub-desc">the mousedown event</div></li>        </ul>
1006
        <strong>Returns:</strong>
1007
        <ul>
1008
            <li><code>void</code></li>
1009
        </ul>
1010
    </div>
1011
                </div>
1012
                        </div>
1013
        </td>
1014
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseDown" href="output/Ext.dd.DragDrop.html#onMouseDown">DragDrop</a></td>
1015
    </tr>
1016
        <tr class="method-row inherited alt expandable">
1017
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1018
        <td class="sig">
1019
        <a id="Ext.tree.TreeDropZone-onMouseUp"></a>
1020
            <b>onMouseUp</b>(&nbsp;<code>Event e</code>&nbsp;) : void            <div class="mdesc">
1021
                        <div class="short">Event handler that fires when a drag/drop obj gets a mouseup</div>
1022
            <div class="long">
1023
                Event handler that fires when a drag/drop obj gets a mouseup    <div class="mdetail-params">
1024
        <strong>Parameters:</strong>
1025
        <ul><li><code>e</code> : Event<div class="sub-desc">the mouseup event</div></li>        </ul>
1026
        <strong>Returns:</strong>
1027
        <ul>
1028
            <li><code>void</code></li>
1029
        </ul>
1030
    </div>
1031
                </div>
1032
                        </div>
1033
        </td>
1034
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#onMouseUp" href="output/Ext.dd.DragDrop.html#onMouseUp">DragDrop</a></td>
1035
    </tr>
1036
        <tr class="method-row inherited expandable">
1037
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1038
        <td class="sig">
1039
        <a id="Ext.tree.TreeDropZone-onNodeDrop"></a>
1040
            <b>onNodeDrop</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : Boolean            <div class="mdesc">
1041
                        <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dropped onto
1042
the drop node.  The def...</div>
1043
            <div class="long">
1044
                Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dropped onto
1045
the drop node.  The default implementation returns false, so it should be overridden to provide the
1046
appropriate processing of the drop event and return true so that the drag source's repair action does not run.    <div class="mdetail-params">
1047
        <strong>Parameters:</strong>
1048
        <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1049
<a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
1050
        <strong>Returns:</strong>
1051
        <ul>
1052
            <li><code>Boolean</code><div class="sub-desc">True if the drop was valid, else false</div></li>
1053
        </ul>
1054
    </div>
1055
                </div>
1056
                        </div>
1057
        </td>
1058
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onNodeDrop" href="output/Ext.dd.DropZone.html#onNodeDrop">DropZone</a></td>
1059
    </tr>
1060
        <tr class="method-row inherited alt expandable">
1061
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1062
        <td class="sig">
1063
        <a id="Ext.tree.TreeDropZone-onNodeEnter"></a>
1064
            <b>onNodeEnter</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">
1065
                        <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has entered a drop node
1066
that it has registere...</div>
1067
            <div class="long">
1068
                Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has entered a drop node
1069
that it has registered.  This method has no default implementation and should be overridden to provide
1070
node-specific processing if necessary.    <div class="mdetail-params">
1071
        <strong>Parameters:</strong>
1072
        <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1073
<a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
1074
        <strong>Returns:</strong>
1075
        <ul>
1076
            <li><code>void</code></li>
1077
        </ul>
1078
    </div>
1079
                </div>
1080
                        </div>
1081
        </td>
1082
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onNodeEnter" href="output/Ext.dd.DropZone.html#onNodeEnter">DropZone</a></td>
1083
    </tr>
1084
        <tr class="method-row inherited expandable">
1085
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1086
        <td class="sig">
1087
        <a id="Ext.tree.TreeDropZone-onNodeOut"></a>
1088
            <b>onNodeOut</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : void            <div class="mdesc">
1089
                        <div class="short">Called internally when the DropZone determines that a Ext.dd.DragSource has been dragged out of
1090
the drop node without...</div>
1091
            <div class="long">
1092
                Called internally when the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> has been dragged out of
1093
the drop node without dropping.  This method has no default implementation and should be overridden to provide
1094
node-specific processing if necessary.    <div class="mdetail-params">
1095
        <strong>Parameters:</strong>
1096
        <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1097
<a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
1098
        <strong>Returns:</strong>
1099
        <ul>
1100
            <li><code>void</code></li>
1101
        </ul>
1102
    </div>
1103
                </div>
1104
                        </div>
1105
        </td>
1106
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onNodeOut" href="output/Ext.dd.DropZone.html#onNodeOut">DropZone</a></td>
1107
    </tr>
1108
        <tr class="method-row inherited alt expandable">
1109
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1110
        <td class="sig">
1111
        <a id="Ext.tree.TreeDropZone-onNodeOver"></a>
1112
            <b>onNodeOver</b>(&nbsp;<code>Object nodeData</code>, <code>Ext.dd.DragSource source</code>, <code>Event e</code>, <code>Object data</code>&nbsp;) : String            <div class="mdesc">
1113
                        <div class="short">Called internally while the DropZone determines that a Ext.dd.DragSource is over a drop node
1114
that it has registered. ...</div>
1115
            <div class="long">
1116
                Called internally while the DropZone determines that a <a ext:cls="Ext.dd.DragSource" href="output/Ext.dd.DragSource.html">Ext.dd.DragSource</a> is over a drop node
1117
that it has registered.  The default implementation returns this.dropNotAllowed, so it should be
1118
overridden to provide the proper feedback.    <div class="mdetail-params">
1119
        <strong>Parameters:</strong>
1120
        <ul><li><code>nodeData</code> : Object<div class="sub-desc">The custom data associated with the drop node (this is the same value returned from
1121
<a ext:cls="Ext.dd.DropZone" ext:member="getTargetFromEvent" href="output/Ext.dd.DropZone.html#getTargetFromEvent">getTargetFromEvent</a> for this node)</div></li><li><code>source</code> : Ext.dd.DragSource<div class="sub-desc">The drag source that was dragged over this drop zone</div></li><li><code>e</code> : Event<div class="sub-desc">The event</div></li><li><code>data</code> : Object<div class="sub-desc">An object containing arbitrary data supplied by the drag source</div></li>        </ul>
1122
        <strong>Returns:</strong>
1123
        <ul>
1124
            <li><code>String</code><div class="sub-desc">status The CSS class that communicates the drop status back to the source so that the underlying {@link Ext.dd.StatusProxy} can be updated</div></li>
1125
        </ul>
1126
    </div>
1127
                </div>
1128
                        </div>
1129
        </td>
1130
        <td class="msource"><a ext:cls="Ext.dd.DropZone" ext:member="#onNodeOver" href="output/Ext.dd.DropZone.html#onNodeOver">DropZone</a></td>
1131
    </tr>
1132
        <tr class="method-row inherited expandable">
1133
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1134
        <td class="sig">
1135
        <a id="Ext.tree.TreeDropZone-removeFromGroup"></a>
1136
            <b>removeFromGroup</b>(&nbsp;<code>string sGroup</code>&nbsp;) : void            <div class="mdesc">
1137
                        <div class="short">Remove's this instance from the supplied interaction group</div>
1138
            <div class="long">
1139
                Remove's this instance from the supplied interaction group    <div class="mdetail-params">
1140
        <strong>Parameters:</strong>
1141
        <ul><li><code>sGroup</code> : string<div class="sub-desc">The group to drop</div></li>        </ul>
1142
        <strong>Returns:</strong>
1143
        <ul>
1144
            <li><code>void</code></li>
1145
        </ul>
1146
    </div>
1147
                </div>
1148
                        </div>
1149
        </td>
1150
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeFromGroup" href="output/Ext.dd.DragDrop.html#removeFromGroup">DragDrop</a></td>
1151
    </tr>
1152
        <tr class="method-row inherited alt expandable">
1153
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1154
        <td class="sig">
1155
        <a id="Ext.tree.TreeDropZone-removeInvalidHandleClass"></a>
1156
            <b>removeInvalidHandleClass</b>(&nbsp;<code>string cssClass</code>&nbsp;) : void            <div class="mdesc">
1157
                        <div class="short">Unsets an invalid css class</div>
1158
            <div class="long">
1159
                Unsets an invalid css class    <div class="mdetail-params">
1160
        <strong>Parameters:</strong>
1161
        <ul><li><code>cssClass</code> : string<div class="sub-desc">the class of the element(s) you wish to
1162
re-enable</div></li>        </ul>
1163
        <strong>Returns:</strong>
1164
        <ul>
1165
            <li><code>void</code></li>
1166
        </ul>
1167
    </div>
1168
                </div>
1169
                        </div>
1170
        </td>
1171
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleClass" href="output/Ext.dd.DragDrop.html#removeInvalidHandleClass">DragDrop</a></td>
1172
    </tr>
1173
        <tr class="method-row inherited expandable">
1174
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1175
        <td class="sig">
1176
        <a id="Ext.tree.TreeDropZone-removeInvalidHandleId"></a>
1177
            <b>removeInvalidHandleId</b>(&nbsp;<code>string id</code>&nbsp;) : void            <div class="mdesc">
1178
                        <div class="short">Unsets an invalid handle id</div>
1179
            <div class="long">
1180
                Unsets an invalid handle id    <div class="mdetail-params">
1181
        <strong>Parameters:</strong>
1182
        <ul><li><code>id</code> : string<div class="sub-desc">the id of the element to re-enable</div></li>        </ul>
1183
        <strong>Returns:</strong>
1184
        <ul>
1185
            <li><code>void</code></li>
1186
        </ul>
1187
    </div>
1188
                </div>
1189
                        </div>
1190
        </td>
1191
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleId" href="output/Ext.dd.DragDrop.html#removeInvalidHandleId">DragDrop</a></td>
1192
    </tr>
1193
        <tr class="method-row inherited alt expandable">
1194
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1195
        <td class="sig">
1196
        <a id="Ext.tree.TreeDropZone-removeInvalidHandleType"></a>
1197
            <b>removeInvalidHandleType</b>(&nbsp;<code>string tagName</code>&nbsp;) : void            <div class="mdesc">
1198
                        <div class="short">Unsets an excluded tag name set by addInvalidHandleType</div>
1199
            <div class="long">
1200
                Unsets an excluded tag name set by addInvalidHandleType    <div class="mdetail-params">
1201
        <strong>Parameters:</strong>
1202
        <ul><li><code>tagName</code> : string<div class="sub-desc">the type of element to unexclude</div></li>        </ul>
1203
        <strong>Returns:</strong>
1204
        <ul>
1205
            <li><code>void</code></li>
1206
        </ul>
1207
    </div>
1208
                </div>
1209
                        </div>
1210
        </td>
1211
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#removeInvalidHandleType" href="output/Ext.dd.DragDrop.html#removeInvalidHandleType">DragDrop</a></td>
1212
    </tr>
1213
        <tr class="method-row inherited expandable">
1214
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1215
        <td class="sig">
1216
        <a id="Ext.tree.TreeDropZone-resetConstraints"></a>
1217
            <b>resetConstraints</b>(&nbsp;<code>boolean maintainOffset</code>&nbsp;) : void            <div class="mdesc">
1218
                        <div class="short">resetConstraints must be called if you manually reposition a dd element.</div>
1219
            <div class="long">
1220
                resetConstraints must be called if you manually reposition a dd element.    <div class="mdetail-params">
1221
        <strong>Parameters:</strong>
1222
        <ul><li><code>maintainOffset</code> : boolean<div class="sub-desc"></div></li>        </ul>
1223
        <strong>Returns:</strong>
1224
        <ul>
1225
            <li><code>void</code></li>
1226
        </ul>
1227
    </div>
1228
                </div>
1229
                        </div>
1230
        </td>
1231
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#resetConstraints" href="output/Ext.dd.DragDrop.html#resetConstraints">DragDrop</a></td>
1232
    </tr>
1233
        <tr class="method-row inherited alt expandable">
1234
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1235
        <td class="sig">
1236
        <a id="Ext.tree.TreeDropZone-setDragElId"></a>
1237
            <b>setDragElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">
1238
                        <div class="short">Allows you to specify that an element other than the linked element
1239
will be moved with the cursor during a drag</div>
1240
            <div class="long">
1241
                Allows you to specify that an element other than the linked element
1242
will be moved with the cursor during a drag    <div class="mdetail-params">
1243
        <strong>Parameters:</strong>
1244
        <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to initiate the drag</div></li>        </ul>
1245
        <strong>Returns:</strong>
1246
        <ul>
1247
            <li><code>void</code></li>
1248
        </ul>
1249
    </div>
1250
                </div>
1251
                        </div>
1252
        </td>
1253
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setDragElId" href="output/Ext.dd.DragDrop.html#setDragElId">DragDrop</a></td>
1254
    </tr>
1255
        <tr class="method-row inherited expandable">
1256
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1257
        <td class="sig">
1258
        <a id="Ext.tree.TreeDropZone-setHandleElId"></a>
1259
            <b>setHandleElId</b>(&nbsp;<code>id {string}</code>&nbsp;) : void            <div class="mdesc">
1260
                        <div class="short">Allows you to specify a child of the linked element that should be
1261
used to initiate the drag operation.  An example o...</div>
1262
            <div class="long">
1263
                Allows you to specify a child of the linked element that should be
1264
used to initiate the drag operation.  An example of this would be if
1265
you have a content div with text and links.  Clicking anywhere in the
1266
content area would normally start the drag operation.  Use this method
1267
to specify that an element inside of the content div is the element
1268
that starts the drag operation.    <div class="mdetail-params">
1269
        <strong>Parameters:</strong>
1270
        <ul><li><code>{string}</code> : id<div class="sub-desc">the id of the element that will be used to
1271
initiate the drag.</div></li>        </ul>
1272
        <strong>Returns:</strong>
1273
        <ul>
1274
            <li><code>void</code></li>
1275
        </ul>
1276
    </div>
1277
                </div>
1278
                        </div>
1279
        </td>
1280
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setHandleElId" href="output/Ext.dd.DragDrop.html#setHandleElId">DragDrop</a></td>
1281
    </tr>
1282
        <tr class="method-row inherited alt expandable">
1283
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1284
        <td class="sig">
1285
        <a id="Ext.tree.TreeDropZone-setInitialPosition"></a>
1286
            <b>setInitialPosition</b>(&nbsp;<code>int diffX</code>, <code>int diffY</code>&nbsp;) : void            <div class="mdesc">
1287
                        <div class="short">Stores the initial placement of the linked element.</div>
1288
            <div class="long">
1289
                Stores the initial placement of the linked element.    <div class="mdetail-params">
1290
        <strong>Parameters:</strong>
1291
        <ul><li><code>diffX</code> : int<div class="sub-desc">the X offset, default 0</div></li><li><code>diffY</code> : int<div class="sub-desc">the Y offset, default 0</div></li>        </ul>
1292
        <strong>Returns:</strong>
1293
        <ul>
1294
            <li><code>void</code></li>
1295
        </ul>
1296
    </div>
1297
                </div>
1298
                        </div>
1299
        </td>
1300
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setInitialPosition" href="output/Ext.dd.DragDrop.html#setInitialPosition">DragDrop</a></td>
1301
    </tr>
1302
        <tr class="method-row inherited expandable">
1303
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1304
        <td class="sig">
1305
        <a id="Ext.tree.TreeDropZone-setOuterHandleElId"></a>
1306
            <b>setOuterHandleElId</b>(&nbsp;<code>id the</code>&nbsp;) : void            <div class="mdesc">
1307
                        <div class="short">Allows you to set an element outside of the linked element as a drag
1308
handle</div>
1309
            <div class="long">
1310
                Allows you to set an element outside of the linked element as a drag
1311
handle    <div class="mdetail-params">
1312
        <strong>Parameters:</strong>
1313
        <ul><li><code>the</code> : id<div class="sub-desc">id of the element that will be used to initiate the drag</div></li>        </ul>
1314
        <strong>Returns:</strong>
1315
        <ul>
1316
            <li><code>void</code></li>
1317
        </ul>
1318
    </div>
1319
                </div>
1320
                        </div>
1321
        </td>
1322
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setOuterHandleElId" href="output/Ext.dd.DragDrop.html#setOuterHandleElId">DragDrop</a></td>
1323
    </tr>
1324
        <tr class="method-row inherited alt expandable">
1325
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1326
        <td class="sig">
1327
        <a id="Ext.tree.TreeDropZone-setPadding"></a>
1328
            <b>setPadding</b>(&nbsp;<code>int iTop</code>, <code>int iRight</code>, <code>int iBot</code>, <code>int iLeft</code>&nbsp;) : void            <div class="mdesc">
1329
                        <div class="short">Configures the padding for the target zone in px.  Effectively expands
1330
(or reduces) the virtual object size for targe...</div>
1331
            <div class="long">
1332
                Configures the padding for the target zone in px.  Effectively expands
1333
(or reduces) the virtual object size for targeting calculations.
1334
Supports css-style shorthand; if only one parameter is passed, all sides
1335
will have that padding, and if only two are passed, the top and bottom
1336
will have the first param, the left and right the second.    <div class="mdetail-params">
1337
        <strong>Parameters:</strong>
1338
        <ul><li><code>iTop</code> : int<div class="sub-desc">Top pad</div></li><li><code>iRight</code> : int<div class="sub-desc">Right pad</div></li><li><code>iBot</code> : int<div class="sub-desc">Bot pad</div></li><li><code>iLeft</code> : int<div class="sub-desc">Left pad</div></li>        </ul>
1339
        <strong>Returns:</strong>
1340
        <ul>
1341
            <li><code>void</code></li>
1342
        </ul>
1343
    </div>
1344
                </div>
1345
                        </div>
1346
        </td>
1347
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setPadding" href="output/Ext.dd.DragDrop.html#setPadding">DragDrop</a></td>
1348
    </tr>
1349
        <tr class="method-row inherited expandable">
1350
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1351
        <td class="sig">
1352
        <a id="Ext.tree.TreeDropZone-setXConstraint"></a>
1353
            <b>setXConstraint</b>(&nbsp;<code>int iLeft</code>, <code>int iRight</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">
1354
                        <div class="short">By default, the element can be dragged any place on the screen.  Use
1355
this method to limit the horizontal travel of th...</div>
1356
            <div class="long">
1357
                By default, the element can be dragged any place on the screen.  Use
1358
this method to limit the horizontal travel of the element.  Pass in
1359
0,0 for the parameters if you want to lock the drag to the y axis.    <div class="mdetail-params">
1360
        <strong>Parameters:</strong>
1361
        <ul><li><code>iLeft</code> : int<div class="sub-desc">the number of pixels the element can move to the left</div></li><li><code>iRight</code> : int<div class="sub-desc">the number of pixels the element can move to the
1362
right</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1363
element
1364
should move iTickSize pixels at a time.</div></li>        </ul>
1365
        <strong>Returns:</strong>
1366
        <ul>
1367
            <li><code>void</code></li>
1368
        </ul>
1369
    </div>
1370
                </div>
1371
                        </div>
1372
        </td>
1373
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setXConstraint" href="output/Ext.dd.DragDrop.html#setXConstraint">DragDrop</a></td>
1374
    </tr>
1375
        <tr class="method-row inherited alt expandable">
1376
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1377
        <td class="sig">
1378
        <a id="Ext.tree.TreeDropZone-setYConstraint"></a>
1379
            <b>setYConstraint</b>(&nbsp;<code>int iUp</code>, <code>int iDown</code>, <code>int iTickSize</code>&nbsp;) : void            <div class="mdesc">
1380
                        <div class="short">By default, the element can be dragged any place on the screen.  Set
1381
this to limit the vertical travel of the element...</div>
1382
            <div class="long">
1383
                By default, the element can be dragged any place on the screen.  Set
1384
this to limit the vertical travel of the element.  Pass in 0,0 for the
1385
parameters if you want to lock the drag to the x axis.    <div class="mdetail-params">
1386
        <strong>Parameters:</strong>
1387
        <ul><li><code>iUp</code> : int<div class="sub-desc">the number of pixels the element can move up</div></li><li><code>iDown</code> : int<div class="sub-desc">the number of pixels the element can move down</div></li><li><code>iTickSize</code> : int<div class="sub-desc">optional parameter for specifying that the
1388
element should move iTickSize pixels at a time.</div></li>        </ul>
1389
        <strong>Returns:</strong>
1390
        <ul>
1391
            <li><code>void</code></li>
1392
        </ul>
1393
    </div>
1394
                </div>
1395
                        </div>
1396
        </td>
1397
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#setYConstraint" href="output/Ext.dd.DragDrop.html#setYConstraint">DragDrop</a></td>
1398
    </tr>
1399
        <tr class="method-row inherited expandable">
1400
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1401
        <td class="sig">
1402
        <a id="Ext.tree.TreeDropZone-startDrag"></a>
1403
            <b>startDrag</b>(&nbsp;<code>int X</code>, <code>int Y</code>&nbsp;) : void            <div class="mdesc">
1404
                        <div class="short">Abstract method called after a drag/drop object is clicked
1405
and the drag or mousedown time thresholds have beeen met.</div>
1406
            <div class="long">
1407
                Abstract method called after a drag/drop object is clicked
1408
and the drag or mousedown time thresholds have beeen met.    <div class="mdetail-params">
1409
        <strong>Parameters:</strong>
1410
        <ul><li><code>X</code> : int<div class="sub-desc">click location</div></li><li><code>Y</code> : int<div class="sub-desc">click location</div></li>        </ul>
1411
        <strong>Returns:</strong>
1412
        <ul>
1413
            <li><code>void</code></li>
1414
        </ul>
1415
    </div>
1416
                </div>
1417
                        </div>
1418
        </td>
1419
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#startDrag" href="output/Ext.dd.DragDrop.html#startDrag">DragDrop</a></td>
1420
    </tr>
1421
        <tr class="method-row inherited alt expandable">
1422
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1423
        <td class="sig">
1424
        <a id="Ext.tree.TreeDropZone-toString"></a>
1425
            <b>toString</b>() : string            <div class="mdesc">
1426
                        <div class="short">toString method</div>
1427
            <div class="long">
1428
                toString method    <div class="mdetail-params">
1429
        <strong>Parameters:</strong>
1430
        <ul><li>None.</li>        </ul>
1431
        <strong>Returns:</strong>
1432
        <ul>
1433
            <li><code>string</code><div class="sub-desc">string representation of the dd obj</div></li>
1434
        </ul>
1435
    </div>
1436
                </div>
1437
                        </div>
1438
        </td>
1439
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#toString" href="output/Ext.dd.DragDrop.html#toString">DragDrop</a></td>
1440
    </tr>
1441
        <tr class="method-row inherited expandable">
1442
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1443
        <td class="sig">
1444
        <a id="Ext.tree.TreeDropZone-unlock"></a>
1445
            <b>unlock</b>() : void            <div class="mdesc">
1446
                        <div class="short">Unlock this instace</div>
1447
            <div class="long">
1448
                Unlock this instace    <div class="mdetail-params">
1449
        <strong>Parameters:</strong>
1450
        <ul><li>None.</li>        </ul>
1451
        <strong>Returns:</strong>
1452
        <ul>
1453
            <li><code>void</code></li>
1454
        </ul>
1455
    </div>
1456
                </div>
1457
                        </div>
1458
        </td>
1459
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unlock" href="output/Ext.dd.DragDrop.html#unlock">DragDrop</a></td>
1460
    </tr>
1461
        <tr class="method-row inherited alt expandable">
1462
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1463
        <td class="sig">
1464
        <a id="Ext.tree.TreeDropZone-unreg"></a>
1465
            <b>unreg</b>() : void            <div class="mdesc">
1466
                        <div class="short">Remove all drag and drop hooks for this element</div>
1467
            <div class="long">
1468
                Remove all drag and drop hooks for this element    <div class="mdetail-params">
1469
        <strong>Parameters:</strong>
1470
        <ul><li>None.</li>        </ul>
1471
        <strong>Returns:</strong>
1472
        <ul>
1473
            <li><code>void</code></li>
1474
        </ul>
1475
    </div>
1476
                </div>
1477
                        </div>
1478
        </td>
1479
        <td class="msource"><a ext:cls="Ext.dd.DragDrop" ext:member="#unreg" href="output/Ext.dd.DragDrop.html#unreg">DragDrop</a></td>
1480
    </tr>
1481
            </table>
1482
                <a id="Ext.tree.TreeDropZone-events"></a>
1483
        <h2>Public Events</h2>
1484
        <div class="no-members">This class has no public events.</div>
1485
        </div>