Ext.dd.DragDropMgr.html
38.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
<div class="body-wrap">
<div class="top-tools">
<a class="inner-link" href="#Ext.dd.DragDropMgr-props"><img src="../resources/images/default/s_wev8.gif" class="item-icon icon-prop">Properties</a>
<a class="inner-link" href="#Ext.dd.DragDropMgr-methods"><img src="../resources/images/default/s_wev8.gif" class="item-icon icon-method">Methods</a>
<a class="inner-link" href="#Ext.dd.DragDropMgr-events"><img src="../resources/images/default/s_wev8.gif" class="item-icon icon-event">Events</a>
<a class="bookmark" href="../docs/?class=Ext.dd.DragDropMgr"><img src="../resources/images/default/s_wev8.gif" class="item-icon icon-fav">Direct Link</a>
</div>
<h1>Class Ext.dd.DragDropMgr</h1>
<table cellspacing="0">
<tr><td class="label">Package:</td><td class="hd-info">Ext.dd</td></tr>
<tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/dd/DDCore_wev8.js" target="_blank">DDCore_wev8.js</a></td></tr>
<tr><td class="label">Class:</td><td class="hd-info">DragDropMgr</td></tr>
<tr><td class="label">Extends:</td><td class="hd-info">Object</td></tr>
</table>
<div class="description">
DragDropMgr is a singleton that tracks the element interaction for
all DragDrop items in the window. Generally, you will not call
this class directly, but it does have helper methods that could
be useful in your DragDrop implementations.<br><br><i>This class is a singleton and cannot be created directly.</i> </div>
<div class="hr"></div>
<a id="Ext.dd.DragDropMgr-props"></a>
<h2>Public Properties</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Property</th>
<th class="msource-header">Defined By</th>
</tr>
<tr class="property-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-INTERSECT"></a>
<b>INTERSECT</b> : int <div class="mdesc">
<div class="short"><static> In intersect mode, drag and drop interaction is defined by the
overlap of two or more drag and drop ob...</div>
<div class="long">
<static> In intersect mode, drag and drop interaction is defined by the
overlap of two or more drag and drop objects. </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-POINT"></a>
<b>POINT</b> : int <div class="mdesc">
<static> In point mode, drag and drop interaction is defined by the
location of the cursor during the drag/drop </div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-clickPixelThresh"></a>
<b>clickPixelThresh</b> : int <div class="mdesc">
<div class="short"><static> The number of pixels that the mouse needs to move after the
mousedown before the drag is initiated. D...</div>
<div class="long">
<static> The number of pixels that the mouse needs to move after the
mousedown before the drag is initiated. Default=3; </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-clickTimeThresh"></a>
<b>clickTimeThresh</b> : int <div class="mdesc">
<div class="short"><static> The number of milliseconds after the mousedown event to initiate the
drag if we don't get a mouseup ev...</div>
<div class="long">
<static> The number of milliseconds after the mousedown event to initiate the
drag if we don't get a mouseup event. Default=1000 </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-css"></a>
<b>css</b> : Object <div class="mdesc">
A reference to the style property </div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-el"></a>
<b>el</b> : Object <div class="mdesc">
The element </div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-id"></a>
<b>id</b> : Object <div class="mdesc">
The element id </div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-mode"></a>
<b>mode</b> : int <div class="mdesc">
<static> The current drag and drop mode. Default: POINT </div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-preventDefault"></a>
<b>preventDefault</b> : boolean <div class="mdesc">
<div class="short"><static> Flag to determine if we should prevent the default behavior of the
events we define. By default this i...</div>
<div class="long">
<static> Flag to determine if we should prevent the default behavior of the
events we define. By default this is true, but this can be set to
false if you need the default behavior (not recommended) </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-stopPropagation"></a>
<b>stopPropagation</b> : boolean <div class="mdesc">
<div class="short"><static> Flag to determine if we should stop the propagation of the events
we generate. This is true by default...</div>
<div class="long">
<static> Flag to determine if we should stop the propagation of the events
we generate. This is true by default but you may want to set it to
false if the html element contains other features that require the
mouse click. </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="property-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-useCache"></a>
<b>useCache</b> : boolean <div class="mdesc">
<div class="short"><static> Set useCache to false if you want to force object the lookup of each
drag and drop linked element cons...</div>
<div class="long">
<static> Set useCache to false if you want to force object the lookup of each
drag and drop linked element constantly during a drag. </div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
</table>
<a id="Ext.dd.DragDropMgr-methods"></a>
<h2>Public Methods</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Method</th>
<th class="msource-header">Defined By</th>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getBestMatch"></a>
<b>getBestMatch</b>( <code>DragDrop[] dds</code> ) : DragDrop <div class="mdesc">
<div class="short"><static> Helper function for getting the best match from the list of drag
and drop objects returned by the drag...</div>
<div class="long">
<static> Helper function for getting the best match from the list of drag
and drop objects returned by the drag and drop events when we are
in INTERSECT mode. It returns either the first object that the
cursor is over, or the object that has the greatest overlap with
the dragged element. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>dds</code> : DragDrop[]<div class="sub-desc">The array of drag and drop objects
targeted</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>DragDrop</code><div class="sub-desc">The best single match</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getCss"></a>
<b>getCss</b>( <code>String id</code> ) : Object <div class="mdesc">
<div class="short"><b>Deprecated.</b> <static> Returns the style property for the DOM element (i.e.,
document.getElById(id).style)</div>
<div class="long">
<b>Deprecated.</b> <static> Returns the style property for the DOM element (i.e.,
document.getElById(id).style) <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>id</code> : String<div class="sub-desc">the id of the elment to get</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Object</code><div class="sub-desc">The style property of the element</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getDDById"></a>
<b>getDDById</b>( <code>String id</code> ) : DragDrop <div class="mdesc">
<div class="short"><static> Returns the DragDrop instance for a given id</div>
<div class="long">
<static> Returns the DragDrop instance for a given id <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>id</code> : String<div class="sub-desc">the id of the DragDrop object</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>DragDrop</code><div class="sub-desc">the drag drop object, null if it is not found</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getElement"></a>
<b>getElement</b>( <code>String id</code> ) : Object <div class="mdesc">
<div class="short"><b>Deprecated.</b> <static> Returns the actual DOM element</div>
<div class="long">
<b>Deprecated.</b> <static> Returns the actual DOM element <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>id</code> : String<div class="sub-desc">the id of the elment to get</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Object</code><div class="sub-desc">The element</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getLocation"></a>
<b>getLocation</b>( <code>DragDrop oDD</code> ) : Ext.lib.Region <div class="mdesc">
<div class="short"><static> Returns a Region object containing the drag and drop element's position
and size, including the paddin...</div>
<div class="long">
<static> Returns a Region object containing the drag and drop element's position
and size, including the padding configured for it <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>oDD</code> : DragDrop<div class="sub-desc">the drag and drop object to get the
location for</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>Ext.lib.Region</code><div class="sub-desc">a Region object representing the total area the element occupies, including any padding the instance is configured for.</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getPosX"></a>
<b>getPosX</b>( <code>el the</code> ) : int <div class="mdesc">
<div class="short"><b>Deprecated.</b> <static> Returns the X position of an html element</div>
<div class="long">
<b>Deprecated.</b> <static> Returns the X position of an html element <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : el<div class="sub-desc">element for which to get the position</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>int</code><div class="sub-desc">the X coordinate @for DragDropMgr</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getPosY"></a>
<b>getPosY</b>( <code>el the</code> ) : int <div class="mdesc">
<div class="short"><b>Deprecated.</b> <static> Returns the Y position of an html element</div>
<div class="long">
<b>Deprecated.</b> <static> Returns the Y position of an html element <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : el<div class="sub-desc">element for which to get the position</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>int</code><div class="sub-desc">the Y coordinate</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getRelated"></a>
<b>getRelated</b>( <code>DragDrop p_oDD</code>, <code>boolean bTargetsOnly</code> ) : DragDrop[] <div class="mdesc">
<div class="short"><static> Returns the drag and drop instances that are in all groups the
passed in instance belongs to.</div>
<div class="long">
<static> Returns the drag and drop instances that are in all groups the
passed in instance belongs to. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>p_oDD</code> : DragDrop<div class="sub-desc">the obj to get related data for</div></li><li><code>bTargetsOnly</code> : boolean<div class="sub-desc">if true, only return targetable objs</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>DragDrop[]</code><div class="sub-desc">the related instances</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getScrollLeft"></a>
<b>getScrollLeft</b>() : int <div class="mdesc">
<div class="short"><static> Gets the scrollLeft</div>
<div class="long">
<static> Gets the scrollLeft <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>int</code><div class="sub-desc">the document's scrollTop</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getScrollTop"></a>
<b>getScrollTop</b>() : int <div class="mdesc">
<div class="short"><static> Gets the scrollTop</div>
<div class="long">
<static> Gets the scrollTop <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>int</code><div class="sub-desc">the document's scrollTop</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-getStyle"></a>
<b>getStyle</b>( <code>HTMLElement el</code>, <code>string styleProp</code> ) : string <div class="mdesc">
<div class="short"><b>Deprecated.</b> <static> Returns the specified element style property</div>
<div class="long">
<b>Deprecated.</b> <static> Returns the specified element style property <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>el</code> : HTMLElement<div class="sub-desc">the element</div></li><li><code>styleProp</code> : string<div class="sub-desc">the style property</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>string</code><div class="sub-desc">The value of the style property</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-handleWasClicked"></a>
<b>handleWasClicked</b>( <code>node the</code> ) : void <div class="mdesc">
<div class="short"><static> Recursively searches the immediate parent and all child nodes for
the handle element in order to deter...</div>
<div class="long">
<static> Recursively searches the immediate parent and all child nodes for
the handle element in order to determine wheter or not it was
clicked. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : node<div class="sub-desc">html element to inspect</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-isDragDrop"></a>
<b>isDragDrop</b>( <code>String id</code> ) : boolean <div class="mdesc">
<div class="short"><static> Utility function to determine if a given element has been
registered as a drag drop item.</div>
<div class="long">
<static> Utility function to determine if a given element has been
registered as a drag drop item. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>id</code> : String<div class="sub-desc">the element id to check</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">true if this element is a DragDrop item, false otherwise</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-isHandle"></a>
<b>isHandle</b>( <code>String id</code> ) : boolean <div class="mdesc">
<div class="short"><static> Utility function to determine if a given element has been
registered as a drag drop handle for the giv...</div>
<div class="long">
<static> Utility function to determine if a given element has been
registered as a drag drop handle for the given Drag Drop object. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>id</code> : String<div class="sub-desc">the element id to check</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">true if this element is a DragDrop handle, false otherwise</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-isLegalTarget"></a>
<b>isLegalTarget</b>( <code>DragDrop the</code>, <code>DragDrop the</code> ) : boolean <div class="mdesc">
<div class="short"><static> Returns true if the specified dd target is a legal target for
the specifice drag obj</div>
<div class="long">
<static> Returns true if the specified dd target is a legal target for
the specifice drag obj <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : DragDrop<div class="sub-desc">drag obj</div></li><li><code>the</code> : DragDrop<div class="sub-desc">target</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">true if the target is a legal target for the dd obj</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-isLocked"></a>
<b>isLocked</b>() : boolean <div class="mdesc">
<div class="short"><static> Is drag and drop locked?</div>
<div class="long">
<static> Is drag and drop locked? <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">True if drag and drop is locked, false otherwise.</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-isTypeOfDD"></a>
<b>isTypeOfDD</b>( <code>Object the</code> ) : boolean <div class="mdesc">
<div class="short"><static> My goal is to be able to transparently determine if an object is
typeof DragDrop, and the exact subcla...</div>
<div class="long">
<static> My goal is to be able to transparently determine if an object is
typeof DragDrop, and the exact subclass of DragDrop. typeof
returns "object", oDD.constructor.toString() always returns
"DragDrop" and not the name of the subclass. So for now it just
evaluates a well-known variable in DragDrop. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : Object<div class="sub-desc">object to evaluate</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">true if typeof oDD = DragDrop</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-lock"></a>
<b>lock</b>() : void <div class="mdesc">
<div class="short"><static> Lock all drag and drop functionality</div>
<div class="long">
<static> Lock all drag and drop functionality <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-moveToEl"></a>
<b>moveToEl</b>( <code>HTMLElement moveEl</code>, <code>HTMLElement targetEl</code> ) : void <div class="mdesc">
<div class="short"><static> Sets the x/y position of an element to the location of the
target element.</div>
<div class="long">
<static> Sets the x/y position of an element to the location of the
target element. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>moveEl</code> : HTMLElement<div class="sub-desc">The element to move</div></li><li><code>targetEl</code> : HTMLElement<div class="sub-desc">The position reference element</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-numericSort"></a>
<b>numericSort</b>() : void <div class="mdesc">
<div class="short"><static> Numeric array sort function</div>
<div class="long">
<static> Numeric array sort function <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-refreshCache"></a>
<b>refreshCache</b>( <code>Object groups</code> ) : void <div class="mdesc">
<div class="short"><static> Refreshes the cache of the top-left and bottom-right points of the
drag and drop objects in the specif...</div>
<div class="long">
<static> Refreshes the cache of the top-left and bottom-right points of the
drag and drop objects in the specified group(s). This is in the
format that is stored in the drag and drop instance, so typical
usage is:
<code>
Ext.dd.DragDropMgr.refreshCache(ddinstance.groups);
</code>
Alternatively:
<code>
Ext.dd.DragDropMgr.refreshCache({group1:true, group2:true});
</code>
@TODO this really should be an indexed array. Alternatively this
method could accept both. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>groups</code> : Object<div class="sub-desc">an associative array of groups to refresh</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-regDragDrop"></a>
<b>regDragDrop</b>( <code>DragDrop oDD</code>, <code>String sGroup</code> ) : void <div class="mdesc">
<div class="short"><static> Each DragDrop instance must be registered with the DragDropMgr.
This is executed in DragDrop.init()</div>
<div class="long">
<static> Each DragDrop instance must be registered with the DragDropMgr.
This is executed in DragDrop.init() <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>oDD</code> : DragDrop<div class="sub-desc">the DragDrop object to register</div></li><li><code>sGroup</code> : String<div class="sub-desc">the name of the group this element belongs to</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-regHandle"></a>
<b>regHandle</b>( <code>String sDDId</code>, <code>String sHandleId</code> ) : void <div class="mdesc">
<div class="short"><static> Each DragDrop handle element must be registered. This is done
automatically when executing DragDrop.s...</div>
<div class="long">
<static> Each DragDrop handle element must be registered. This is done
automatically when executing DragDrop.setHandleElId() <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>sDDId</code> : String<div class="sub-desc">the DragDrop id this element is a handle for</div></li><li><code>sHandleId</code> : String<div class="sub-desc">the id of the element that is the drag
handle</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-startDrag"></a>
<b>startDrag</b>( <code>x {int}</code>, <code>y {int}</code> ) : void <div class="mdesc">
<div class="short"><static> Fired when either the drag pixel threshol or the mousedown hold
time threshold has been met.</div>
<div class="long">
<static> Fired when either the drag pixel threshol or the mousedown hold
time threshold has been met. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>{int}</code> : x<div class="sub-desc">the X position of the original mousedown</div></li><li><code>{int}</code> : y<div class="sub-desc">the Y position of the original mousedown</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-stopEvent"></a>
<b>stopEvent</b>( <code>Event e</code> ) : void <div class="mdesc">
<div class="short"><static> Utility to stop event propagation and event default, if these
features are turned on.</div>
<div class="long">
<static> Utility to stop event propagation and event default, if these
features are turned on. <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>e</code> : Event<div class="sub-desc">the event as returned by this.getEvent()</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-swapNode"></a>
<b>swapNode</b>( <code>n1 the</code>, <code>n2 the</code> ) : void <div class="mdesc">
<div class="short"><static> Swap two nodes. In IE, we use the native method, for others we
emulate the IE behavior</div>
<div class="long">
<static> Swap two nodes. In IE, we use the native method, for others we
emulate the IE behavior <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>the</code> : n1<div class="sub-desc">first node to swap</div></li><li><code>the</code> : n2<div class="sub-desc">other node to swap</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-unlock"></a>
<b>unlock</b>() : void <div class="mdesc">
<div class="short"><static> Unlock all drag and drop functionality</div>
<div class="long">
<static> Unlock all drag and drop functionality <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li>None.</li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>void</code></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
<tr class="method-row alt expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.dd.DragDropMgr-verifyEl"></a>
<b>verifyEl</b>( <code>HTMLElement el</code> ) : boolean <div class="mdesc">
<div class="short"><static> This checks to make sure an element exists and is in the DOM. The
main purpose is to handle cases whe...</div>
<div class="long">
<static> This checks to make sure an element exists and is in the DOM. The
main purpose is to handle cases where innerHTML is used to remove
drag and drop objects from the DOM. IE provides an 'unspecified
error' when trying to access the offsetParent of such an element <div class="mdetail-params">
<strong>Parameters:</strong>
<ul><li><code>el</code> : HTMLElement<div class="sub-desc">the element to check</div></li> </ul>
<strong>Returns:</strong>
<ul>
<li><code>boolean</code><div class="sub-desc">true if the element looks usable</div></li>
</ul>
</div>
</div>
</div>
</td>
<td class="msource">DragDropMgr</td>
</tr>
</table>
<a id="Ext.dd.DragDropMgr-events"></a>
<h2>Public Events</h2>
<div class="no-members">This class has no public events.</div>
</div>