Fix #6640 - Inspection Schedule (partial fix)
[roojs1] / docs / symbols / Roo.dd.DropZone.json
1 {
2   "name" : "Roo.dd.DropZone",
3   "augments" : [
4     "Roo.dd.DropTarget",
5     "Roo.dd.DDTarget",
6     "Roo.dd.DragDrop",
7     "Roo.util.Observable"
8   ],
9   "desc" : "This class provides a container DD instance that proxies for multiple child node targets.<br />\nBy default, this class requires that child nodes accepting drop are registered with {@link Roo.dd.Registry}.",
10   "isSingleton" : false,
11   "isStatic" : false,
12   "isBuiltin" : false,
13   "memberOf" : "DropZone",
14   "example" : "",
15   "deprecated" : "",
16   "since" : "",
17   "see" : "",
18   "params" : [
19     {
20       "name" : "el",
21       "type" : "String/HTMLElement/Element",
22       "desc" : "The container element",
23       "isOptional" : false
24     },
25     {
26       "name" : "config",
27       "type" : "Object",
28       "desc" : "",
29       "isOptional" : false
30     }
31   ],
32   "returns" : [],
33   "config" : [
34     {
35       "name" : "listeners",
36       "type" : "Object",
37       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
38       "memberOf" : "Roo.util.Observable",
39       "optvals" : []
40     },
41     {
42       "name" : "dropNotAllowed",
43       "type" : "String",
44       "desc" : "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").",
45       "memberOf" : "Roo.dd.DropTarget",
46       "optvals" : []
47     },
48     {
49       "name" : "valid",
50       "type" : "boolean|String",
51       "desc" : "true/false or string (ok-add/ok-sub/ok/nodrop)\nif the drop point is valid for over/enter..",
52       "memberOf" : "Roo.dd.DropTarget",
53       "optvals" : []
54     },
55     {
56       "name" : "success",
57       "type" : "boolean",
58       "desc" : "set this after drop listener..",
59       "memberOf" : "Roo.dd.DropTarget",
60       "optvals" : []
61     },
62     {
63       "name" : "dropAllowed",
64       "type" : "String",
65       "desc" : "The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").",
66       "memberOf" : "Roo.dd.DropTarget",
67       "optvals" : []
68     },
69     {
70       "name" : "overClass",
71       "type" : "String",
72       "desc" : "The CSS class applied to the drop target element while the drag source is over it (defaults to \"\").",
73       "memberOf" : "Roo.dd.DropTarget",
74       "optvals" : []
75     },
76     {
77       "name" : "ddGroup",
78       "type" : "String",
79       "desc" : "The drag drop group to handle drop events for",
80       "memberOf" : "Roo.dd.DropTarget",
81       "optvals" : []
82     }
83   ],
84   "methods" : [
85     {
86       "name" : "onNodeEnter",
87       "desc" : "Called internally when the DropZone determines that a {@link Roo.dd.DragSource} has entered a drop node\nthat it has registered.  This method has no default implementation and should be overridden to provide\nnode-specific processing if necessary.",
88       "isStatic" : false,
89       "isConstructor" : false,
90       "isPrivate" : false,
91       "memberOf" : "Roo.dd.DropZone",
92       "example" : "",
93       "deprecated" : "",
94       "since" : "",
95       "see" : "",
96       "params" : [
97         {
98           "name" : "nodeData",
99           "type" : "Object",
100           "desc" : "The custom data associated with the drop node (this is the same value returned from \n{@link #getTargetFromEvent} for this node)",
101           "isOptional" : false
102         },
103         {
104           "name" : "source",
105           "type" : "Roo.dd.DragSource",
106           "desc" : "The drag source that was dragged over this drop zone",
107           "isOptional" : false
108         },
109         {
110           "name" : "e",
111           "type" : "Event",
112           "desc" : "The event",
113           "isOptional" : false
114         },
115         {
116           "name" : "data",
117           "type" : "Object",
118           "desc" : "An object containing arbitrary data supplied by the drag source",
119           "isOptional" : false
120         }
121       ],
122       "returns" : []
123     },
124     {
125       "name" : "onContainerDrop",
126       "desc" : "Called internally when the DropZone determines that a {@link Roo.dd.DragSource} has been dropped on it,\nbut not on any of its registered drop nodes.  The default implementation returns false, so it should be\noverridden to provide the appropriate processing of the drop event if you need the drop zone itself to\nbe able to accept drops.  It should return true when valid so that the drag source's repair action does not run.",
127       "isStatic" : false,
128       "isConstructor" : false,
129       "isPrivate" : false,
130       "memberOf" : "Roo.dd.DropZone",
131       "example" : "",
132       "deprecated" : "",
133       "since" : "",
134       "see" : "",
135       "params" : [
136         {
137           "name" : "source",
138           "type" : "Roo.dd.DragSource",
139           "desc" : "The drag source that was dragged over this drop zone",
140           "isOptional" : false
141         },
142         {
143           "name" : "e",
144           "type" : "Event",
145           "desc" : "The event",
146           "isOptional" : false
147         },
148         {
149           "name" : "data",
150           "type" : "Object",
151           "desc" : "An object containing arbitrary data supplied by the drag source",
152           "isOptional" : false
153         }
154       ],
155       "returns" : [
156         {
157           "name" : "",
158           "type" : "Boolean",
159           "desc" : "True if the drop was valid, else false"
160         }
161       ]
162     },
163     {
164       "name" : "notifyOver",
165       "desc" : "The function a {@link Roo.dd.DragSource} calls continuously while it is being dragged over the drop zone.\nThis method will be called on every mouse movement while the drag source is over the drop zone.\nIt will call {@link #onNodeOver} while the drag source is over a registered node, and will also automatically\ndelegate to the appropriate node-specific methods as necessary when the drag source enters and exits\nregistered nodes ({@link #onNodeEnter}, {@link #onNodeOut}). If the drag source is not currently over a\nregistered node, it will call {@link #onContainerOver}.",
166       "isStatic" : false,
167       "isConstructor" : false,
168       "isPrivate" : false,
169       "memberOf" : "Roo.dd.DropZone",
170       "example" : "",
171       "deprecated" : "",
172       "since" : "",
173       "see" : "",
174       "params" : [
175         {
176           "name" : "source",
177           "type" : "Roo.dd.DragSource",
178           "desc" : "The drag source that was dragged over this drop zone",
179           "isOptional" : false
180         },
181         {
182           "name" : "e",
183           "type" : "Event",
184           "desc" : "The event",
185           "isOptional" : false
186         },
187         {
188           "name" : "data",
189           "type" : "Object",
190           "desc" : "An object containing arbitrary data supplied by the drag source",
191           "isOptional" : false
192         }
193       ],
194       "returns" : [
195         {
196           "name" : "",
197           "type" : "String",
198           "desc" : "status The CSS class that communicates the drop status back to the source so that the\nunderlying {@link Roo.dd.StatusProxy} can be updated"
199         }
200       ]
201     },
202     {
203       "name" : "onNodeDrop",
204       "desc" : "Called internally when the DropZone determines that a {@link Roo.dd.DragSource} has been dropped onto\nthe drop node.  The default implementation returns false, so it should be overridden to provide the\nappropriate processing of the drop event and return true so that the drag source's repair action does not run.",
205       "isStatic" : false,
206       "isConstructor" : false,
207       "isPrivate" : false,
208       "memberOf" : "Roo.dd.DropZone",
209       "example" : "",
210       "deprecated" : "",
211       "since" : "",
212       "see" : "",
213       "params" : [
214         {
215           "name" : "nodeData",
216           "type" : "Object",
217           "desc" : "The custom data associated with the drop node (this is the same value returned from\n{@link #getTargetFromEvent} for this node)",
218           "isOptional" : false
219         },
220         {
221           "name" : "source",
222           "type" : "Roo.dd.DragSource",
223           "desc" : "The drag source that was dragged over this drop zone",
224           "isOptional" : false
225         },
226         {
227           "name" : "e",
228           "type" : "Event",
229           "desc" : "The event",
230           "isOptional" : false
231         },
232         {
233           "name" : "data",
234           "type" : "Object",
235           "desc" : "An object containing arbitrary data supplied by the drag source",
236           "isOptional" : false
237         }
238       ],
239       "returns" : [
240         {
241           "name" : "",
242           "type" : "Boolean",
243           "desc" : "True if the drop was valid, else false"
244         }
245       ]
246     },
247     {
248       "name" : "notifyOut",
249       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop zone that the source has been dragged\nout of the zone without dropping.  If the drag source is currently over a registered node, the notification\nwill be delegated to {@link #onNodeOut} for node-specific handling, otherwise it will be ignored.",
250       "isStatic" : false,
251       "isConstructor" : false,
252       "isPrivate" : false,
253       "memberOf" : "Roo.dd.DropZone",
254       "example" : "",
255       "deprecated" : "",
256       "since" : "",
257       "see" : "",
258       "params" : [
259         {
260           "name" : "source",
261           "type" : "Roo.dd.DragSource",
262           "desc" : "The drag source that was dragged over this drop target",
263           "isOptional" : false
264         },
265         {
266           "name" : "e",
267           "type" : "Event",
268           "desc" : "The event",
269           "isOptional" : false
270         },
271         {
272           "name" : "data",
273           "type" : "Object",
274           "desc" : "An object containing arbitrary data supplied by the drag zone",
275           "isOptional" : false
276         }
277       ],
278       "returns" : []
279     },
280     {
281       "name" : "notifyEnter",
282       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop zone that the source is now over\nthe zone.  The default implementation returns this.dropNotAllowed and expects that only registered drop\nnodes can process drag drop operations, so if you need the drop zone itself to be able to process drops\nyou should override this method and provide a custom implementation.",
283       "isStatic" : false,
284       "isConstructor" : false,
285       "isPrivate" : false,
286       "memberOf" : "Roo.dd.DropZone",
287       "example" : "",
288       "deprecated" : "",
289       "since" : "",
290       "see" : "",
291       "params" : [
292         {
293           "name" : "source",
294           "type" : "Roo.dd.DragSource",
295           "desc" : "The drag source that was dragged over this drop zone",
296           "isOptional" : false
297         },
298         {
299           "name" : "e",
300           "type" : "Event",
301           "desc" : "The event",
302           "isOptional" : false
303         },
304         {
305           "name" : "data",
306           "type" : "Object",
307           "desc" : "An object containing arbitrary data supplied by the drag source",
308           "isOptional" : false
309         }
310       ],
311       "returns" : [
312         {
313           "name" : "",
314           "type" : "String",
315           "desc" : "status The CSS class that communicates the drop status back to the source so that the\nunderlying {@link Roo.dd.StatusProxy} can be updated"
316         }
317       ]
318     },
319     {
320       "name" : "notifyDrop",
321       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop zone that the dragged item has\nbeen dropped on it.  The drag zone will look up the target node based on the event passed in, and if there\nis a node registered for that event, it will delegate to {@link #onNodeDrop} for node-specific handling,\notherwise it will call {@link #onContainerDrop}.",
322       "isStatic" : false,
323       "isConstructor" : false,
324       "isPrivate" : false,
325       "memberOf" : "Roo.dd.DropZone",
326       "example" : "",
327       "deprecated" : "",
328       "since" : "",
329       "see" : "",
330       "params" : [
331         {
332           "name" : "source",
333           "type" : "Roo.dd.DragSource",
334           "desc" : "The drag source that was dragged over this drop zone",
335           "isOptional" : false
336         },
337         {
338           "name" : "e",
339           "type" : "Event",
340           "desc" : "The event",
341           "isOptional" : false
342         },
343         {
344           "name" : "data",
345           "type" : "Object",
346           "desc" : "An object containing arbitrary data supplied by the drag source",
347           "isOptional" : false
348         }
349       ],
350       "returns" : [
351         {
352           "name" : "",
353           "type" : "Boolean",
354           "desc" : "True if the drop was valid, else false"
355         }
356       ]
357     },
358     {
359       "name" : "onNodeOut",
360       "desc" : "Called internally when the DropZone determines that a {@link Roo.dd.DragSource} has been dragged out of\nthe drop node without dropping.  This method has no default implementation and should be overridden to provide\nnode-specific processing if necessary.",
361       "isStatic" : false,
362       "isConstructor" : false,
363       "isPrivate" : false,
364       "memberOf" : "Roo.dd.DropZone",
365       "example" : "",
366       "deprecated" : "",
367       "since" : "",
368       "see" : "",
369       "params" : [
370         {
371           "name" : "nodeData",
372           "type" : "Object",
373           "desc" : "The custom data associated with the drop node (this is the same value returned from\n{@link #getTargetFromEvent} for this node)",
374           "isOptional" : false
375         },
376         {
377           "name" : "source",
378           "type" : "Roo.dd.DragSource",
379           "desc" : "The drag source that was dragged over this drop zone",
380           "isOptional" : false
381         },
382         {
383           "name" : "e",
384           "type" : "Event",
385           "desc" : "The event",
386           "isOptional" : false
387         },
388         {
389           "name" : "data",
390           "type" : "Object",
391           "desc" : "An object containing arbitrary data supplied by the drag source",
392           "isOptional" : false
393         }
394       ],
395       "returns" : []
396     },
397     {
398       "name" : "onContainerOver",
399       "desc" : "Called internally while the DropZone determines that a {@link Roo.dd.DragSource} is being dragged over it,\nbut not over any of its registered drop nodes.  The default implementation returns this.dropNotAllowed, so\nit should be overridden to provide the proper feedback if necessary.",
400       "isStatic" : false,
401       "isConstructor" : false,
402       "isPrivate" : false,
403       "memberOf" : "Roo.dd.DropZone",
404       "example" : "",
405       "deprecated" : "",
406       "since" : "",
407       "see" : "",
408       "params" : [
409         {
410           "name" : "source",
411           "type" : "Roo.dd.DragSource",
412           "desc" : "The drag source that was dragged over this drop zone",
413           "isOptional" : false
414         },
415         {
416           "name" : "e",
417           "type" : "Event",
418           "desc" : "The event",
419           "isOptional" : false
420         },
421         {
422           "name" : "data",
423           "type" : "Object",
424           "desc" : "An object containing arbitrary data supplied by the drag source",
425           "isOptional" : false
426         }
427       ],
428       "returns" : [
429         {
430           "name" : "",
431           "type" : "String",
432           "desc" : "status The CSS class that communicates the drop status back to the source so that the\nunderlying {@link Roo.dd.StatusProxy} can be updated"
433         }
434       ]
435     },
436     {
437       "name" : "getTargetFromEvent",
438       "desc" : "Returns a custom data object associated with the DOM node that is the target of the event.  By default\nthis looks up the event target in the {@link Roo.dd.Registry}, although you can override this method to\nprovide your own custom lookup.",
439       "isStatic" : false,
440       "isConstructor" : false,
441       "isPrivate" : false,
442       "memberOf" : "Roo.dd.DropZone",
443       "example" : "",
444       "deprecated" : "",
445       "since" : "",
446       "see" : "",
447       "params" : [
448         {
449           "name" : "e",
450           "type" : "Event",
451           "desc" : "The event",
452           "isOptional" : false
453         }
454       ],
455       "returns" : [
456         {
457           "name" : "",
458           "type" : "Object",
459           "desc" : "data The custom data"
460         }
461       ]
462     },
463     {
464       "name" : "onNodeOver",
465       "desc" : "Called internally while the DropZone determines that a {@link Roo.dd.DragSource} is over a drop node\nthat it has registered.  The default implementation returns this.dropNotAllowed, so it should be\noverridden to provide the proper feedback.",
466       "isStatic" : false,
467       "isConstructor" : false,
468       "isPrivate" : false,
469       "memberOf" : "Roo.dd.DropZone",
470       "example" : "",
471       "deprecated" : "",
472       "since" : "",
473       "see" : "",
474       "params" : [
475         {
476           "name" : "nodeData",
477           "type" : "Object",
478           "desc" : "The custom data associated with the drop node (this is the same value returned from\n{@link #getTargetFromEvent} for this node)",
479           "isOptional" : false
480         },
481         {
482           "name" : "source",
483           "type" : "Roo.dd.DragSource",
484           "desc" : "The drag source that was dragged over this drop zone",
485           "isOptional" : false
486         },
487         {
488           "name" : "e",
489           "type" : "Event",
490           "desc" : "The event",
491           "isOptional" : false
492         },
493         {
494           "name" : "data",
495           "type" : "Object",
496           "desc" : "An object containing arbitrary data supplied by the drag source",
497           "isOptional" : false
498         }
499       ],
500       "returns" : [
501         {
502           "name" : "",
503           "type" : "String",
504           "desc" : "status The CSS class that communicates the drop status back to the source so that the\nunderlying {@link Roo.dd.StatusProxy} can be updated"
505         }
506       ]
507     },
508     {
509       "name" : "setHandleElId",
510       "desc" : "Allows you to specify a child of the linked element that should be\nused to initiate the drag operation.  An example of this would be if\nyou have a content div with text and links.  Clicking anywhere in the\ncontent area would normally start the drag operation.  Use this method\nto specify that an element inside of the content div is the element\nthat starts the drag operation.",
511       "isStatic" : false,
512       "isConstructor" : false,
513       "isPrivate" : false,
514       "memberOf" : "Roo.dd.DragDrop",
515       "example" : "",
516       "deprecated" : "",
517       "since" : "",
518       "see" : "",
519       "params" : [
520         {
521           "name" : "id",
522           "type" : "",
523           "desc" : "{string} the id of the element that will be used to\ninitiate the drag.",
524           "isOptional" : false
525         }
526       ],
527       "returns" : []
528     },
529     {
530       "name" : "init",
531       "desc" : "Sets up the DragDrop object.  Must be called in the constructor of any\nRoo.dd.DragDrop subclass",
532       "isStatic" : false,
533       "isConstructor" : false,
534       "isPrivate" : false,
535       "memberOf" : "Roo.dd.DragDrop",
536       "example" : "",
537       "deprecated" : "",
538       "since" : "",
539       "see" : "",
540       "params" : [
541         {
542           "name" : "id",
543           "type" : "",
544           "desc" : "the id of the linked element",
545           "isOptional" : false
546         },
547         {
548           "name" : "sGroup",
549           "type" : "String",
550           "desc" : "the group of related items",
551           "isOptional" : false
552         },
553         {
554           "name" : "config",
555           "type" : "object",
556           "desc" : "configuration attributes",
557           "isOptional" : false
558         }
559       ],
560       "returns" : []
561     },
562     {
563       "name" : "removeInvalidHandleType",
564       "desc" : "Unsets an excluded tag name set by addInvalidHandleType",
565       "isStatic" : false,
566       "isConstructor" : false,
567       "isPrivate" : false,
568       "memberOf" : "Roo.dd.DragDrop",
569       "example" : "",
570       "deprecated" : "",
571       "since" : "",
572       "see" : "",
573       "params" : [
574         {
575           "name" : "tagName",
576           "type" : "string",
577           "desc" : "the type of element to unexclude",
578           "isOptional" : false
579         }
580       ],
581       "returns" : []
582     },
583     {
584       "name" : "unreg",
585       "desc" : "Remove all drag and drop hooks for this element",
586       "isStatic" : false,
587       "isConstructor" : false,
588       "isPrivate" : false,
589       "memberOf" : "Roo.dd.DragDrop",
590       "example" : "",
591       "deprecated" : "",
592       "since" : "",
593       "see" : "",
594       "params" : [],
595       "returns" : []
596     },
597     {
598       "name" : "addInvalidHandleType",
599       "desc" : "Allows you to specify a tag name that should not start a drag operation\nwhen clicked.  This is designed to facilitate embedding links within a\ndrag handle that do something other than start the drag.",
600       "isStatic" : false,
601       "isConstructor" : false,
602       "isPrivate" : false,
603       "memberOf" : "Roo.dd.DragDrop",
604       "example" : "",
605       "deprecated" : "",
606       "since" : "",
607       "see" : "",
608       "params" : [
609         {
610           "name" : "tagName",
611           "type" : "string",
612           "desc" : "the type of element to exclude",
613           "isOptional" : false
614         }
615       ],
616       "returns" : []
617     },
618     {
619       "name" : "onDragDrop",
620       "desc" : "Abstract method called when this item is dropped on another DragDrop\nobj",
621       "isStatic" : false,
622       "isConstructor" : false,
623       "isPrivate" : false,
624       "memberOf" : "Roo.dd.DragDrop",
625       "example" : "",
626       "deprecated" : "",
627       "since" : "",
628       "see" : "",
629       "params" : [
630         {
631           "name" : "e",
632           "type" : "Event",
633           "desc" : "the mouseup event",
634           "isOptional" : false
635         },
636         {
637           "name" : "id",
638           "type" : "String|DragDrop[]",
639           "desc" : "In POINT mode, the element\nid this was dropped on.  In INTERSECT mode, an array of dd items this\nwas dropped on.",
640           "isOptional" : false
641         }
642       ],
643       "returns" : []
644     },
645     {
646       "name" : "removeInvalidHandleId",
647       "desc" : "Unsets an invalid handle id",
648       "isStatic" : false,
649       "isConstructor" : false,
650       "isPrivate" : false,
651       "memberOf" : "Roo.dd.DragDrop",
652       "example" : "",
653       "deprecated" : "",
654       "since" : "",
655       "see" : "",
656       "params" : [
657         {
658           "name" : "id",
659           "type" : "string",
660           "desc" : "the id of the element to re-enable",
661           "isOptional" : false
662         }
663       ],
664       "returns" : []
665     },
666     {
667       "name" : "onAvailable",
668       "desc" : "Override the onAvailable method to do what is needed after the initial\nposition was determined.",
669       "isStatic" : false,
670       "isConstructor" : false,
671       "isPrivate" : false,
672       "memberOf" : "Roo.dd.DragDrop",
673       "example" : "",
674       "deprecated" : "",
675       "since" : "",
676       "see" : "",
677       "params" : [],
678       "returns" : []
679     },
680     {
681       "name" : "setOuterHandleElId",
682       "desc" : "Allows you to set an element outside of the linked element as a drag\nhandle",
683       "isStatic" : false,
684       "isConstructor" : false,
685       "isPrivate" : false,
686       "memberOf" : "Roo.dd.DragDrop",
687       "example" : "",
688       "deprecated" : "",
689       "since" : "",
690       "see" : "",
691       "params" : [
692         {
693           "name" : "id",
694           "type" : "",
695           "desc" : "the id of the element that will be used to initiate the drag",
696           "isOptional" : false
697         }
698       ],
699       "returns" : []
700     },
701     {
702       "name" : "onMouseUp",
703       "desc" : "Event handler that fires when a drag/drop obj gets a mouseup",
704       "isStatic" : false,
705       "isConstructor" : false,
706       "isPrivate" : false,
707       "memberOf" : "Roo.dd.DragDrop",
708       "example" : "",
709       "deprecated" : "",
710       "since" : "",
711       "see" : "",
712       "params" : [
713         {
714           "name" : "e",
715           "type" : "Event",
716           "desc" : "the mouseup event",
717           "isOptional" : false
718         }
719       ],
720       "returns" : []
721     },
722     {
723       "name" : "getDragEl",
724       "desc" : "Returns a reference to the actual element to drag.  By default this is\nthe same as the html element, but it can be assigned to another\nelement. An example of this can be found in Roo.dd.DDProxy",
725       "isStatic" : false,
726       "isConstructor" : false,
727       "isPrivate" : false,
728       "memberOf" : "Roo.dd.DragDrop",
729       "example" : "",
730       "deprecated" : "",
731       "since" : "",
732       "see" : "",
733       "params" : [],
734       "returns" : [
735         {
736           "name" : "",
737           "type" : "HTMLElement",
738           "desc" : "the html element"
739         }
740       ]
741     },
742     {
743       "name" : "setYConstraint",
744       "desc" : "By default, the element can be dragged any place on the screen.  Set\nthis to limit the vertical travel of the element.  Pass in 0,0 for the\nparameters if you want to lock the drag to the x axis.",
745       "isStatic" : false,
746       "isConstructor" : false,
747       "isPrivate" : false,
748       "memberOf" : "Roo.dd.DragDrop",
749       "example" : "",
750       "deprecated" : "",
751       "since" : "",
752       "see" : "",
753       "params" : [
754         {
755           "name" : "iUp",
756           "type" : "int",
757           "desc" : "the number of pixels the element can move up",
758           "isOptional" : false
759         },
760         {
761           "name" : "iDown",
762           "type" : "int",
763           "desc" : "the number of pixels the element can move down",
764           "isOptional" : false
765         },
766         {
767           "name" : "iTickSize",
768           "type" : "int",
769           "desc" : "optional parameter for specifying that the\nelement should move iTickSize pixels at a time.",
770           "isOptional" : false
771         }
772       ],
773       "returns" : []
774     },
775     {
776       "name" : "clearConstraints",
777       "desc" : "Clears any constraints applied to this instance.  Also clears ticks\nsince they can't exist independent of a constraint at this time.",
778       "isStatic" : false,
779       "isConstructor" : false,
780       "isPrivate" : false,
781       "memberOf" : "Roo.dd.DragDrop",
782       "example" : "",
783       "deprecated" : "",
784       "since" : "",
785       "see" : "",
786       "params" : [],
787       "returns" : []
788     },
789     {
790       "name" : "onInvalidDrop",
791       "desc" : "Abstract method called when this item is dropped on an area with no\ndrop target",
792       "isStatic" : false,
793       "isConstructor" : false,
794       "isPrivate" : false,
795       "memberOf" : "Roo.dd.DragDrop",
796       "example" : "",
797       "deprecated" : "",
798       "since" : "",
799       "see" : "",
800       "params" : [
801         {
802           "name" : "e",
803           "type" : "Event",
804           "desc" : "the mouseup event",
805           "isOptional" : false
806         }
807       ],
808       "returns" : []
809     },
810     {
811       "name" : "addInvalidHandleId",
812       "desc" : "Lets you to specify an element id for a child of a drag handle\nthat should not initiate a drag",
813       "isStatic" : false,
814       "isConstructor" : false,
815       "isPrivate" : false,
816       "memberOf" : "Roo.dd.DragDrop",
817       "example" : "",
818       "deprecated" : "",
819       "since" : "",
820       "see" : "",
821       "params" : [
822         {
823           "name" : "id",
824           "type" : "string",
825           "desc" : "the element id of the element you wish to ignore",
826           "isOptional" : false
827         }
828       ],
829       "returns" : []
830     },
831     {
832       "name" : "removeInvalidHandleClass",
833       "desc" : "Unsets an invalid css class",
834       "isStatic" : false,
835       "isConstructor" : false,
836       "isPrivate" : false,
837       "memberOf" : "Roo.dd.DragDrop",
838       "example" : "",
839       "deprecated" : "",
840       "since" : "",
841       "see" : "",
842       "params" : [
843         {
844           "name" : "cssClass",
845           "type" : "string",
846           "desc" : "the class of the element(s) you wish to\nre-enable",
847           "isOptional" : false
848         }
849       ],
850       "returns" : []
851     },
852     {
853       "name" : "onDragOut",
854       "desc" : "Abstract method called when we are no longer hovering over an element",
855       "isStatic" : false,
856       "isConstructor" : false,
857       "isPrivate" : false,
858       "memberOf" : "Roo.dd.DragDrop",
859       "example" : "",
860       "deprecated" : "",
861       "since" : "",
862       "see" : "",
863       "params" : [
864         {
865           "name" : "e",
866           "type" : "Event",
867           "desc" : "the mousemove event",
868           "isOptional" : false
869         },
870         {
871           "name" : "id",
872           "type" : "String|DragDrop[]",
873           "desc" : "In POINT mode, the element\nid this was hovering over.  In INTERSECT mode, an array of dd items\nthat the mouse is no longer over.",
874           "isOptional" : false
875         }
876       ],
877       "returns" : []
878     },
879     {
880       "name" : "setDragElId",
881       "desc" : "Allows you to specify that an element other than the linked element\nwill be moved with the cursor during a drag",
882       "isStatic" : false,
883       "isConstructor" : false,
884       "isPrivate" : false,
885       "memberOf" : "Roo.dd.DragDrop",
886       "example" : "",
887       "deprecated" : "",
888       "since" : "",
889       "see" : "",
890       "params" : [
891         {
892           "name" : "id",
893           "type" : "",
894           "desc" : "{string} the id of the element that will be used to initiate the drag",
895           "isOptional" : false
896         }
897       ],
898       "returns" : []
899     },
900     {
901       "name" : "endDrag",
902       "desc" : "Fired when we are done dragging the object",
903       "isStatic" : false,
904       "isConstructor" : false,
905       "isPrivate" : false,
906       "memberOf" : "Roo.dd.DragDrop",
907       "example" : "",
908       "deprecated" : "",
909       "since" : "",
910       "see" : "",
911       "params" : [
912         {
913           "name" : "e",
914           "type" : "Event",
915           "desc" : "the mouseup event",
916           "isOptional" : false
917         }
918       ],
919       "returns" : []
920     },
921     {
922       "name" : "getEl",
923       "desc" : "Returns a reference to the linked element",
924       "isStatic" : false,
925       "isConstructor" : false,
926       "isPrivate" : false,
927       "memberOf" : "Roo.dd.DragDrop",
928       "example" : "",
929       "deprecated" : "",
930       "since" : "",
931       "see" : "",
932       "params" : [],
933       "returns" : [
934         {
935           "name" : "",
936           "type" : "HTMLElement",
937           "desc" : "the html element"
938         }
939       ]
940     },
941     {
942       "name" : "onDrag",
943       "desc" : "Abstract method called during the onMouseMove event while dragging an\nobject.",
944       "isStatic" : false,
945       "isConstructor" : false,
946       "isPrivate" : false,
947       "memberOf" : "Roo.dd.DragDrop",
948       "example" : "",
949       "deprecated" : "",
950       "since" : "",
951       "see" : "",
952       "params" : [
953         {
954           "name" : "e",
955           "type" : "Event",
956           "desc" : "the mousemove event",
957           "isOptional" : false
958         }
959       ],
960       "returns" : []
961     },
962     {
963       "name" : "onDragEnter",
964       "desc" : "Abstract method called when this element fist begins hovering over\nanother DragDrop obj",
965       "isStatic" : false,
966       "isConstructor" : false,
967       "isPrivate" : false,
968       "memberOf" : "Roo.dd.DragDrop",
969       "example" : "",
970       "deprecated" : "",
971       "since" : "",
972       "see" : "",
973       "params" : [
974         {
975           "name" : "e",
976           "type" : "Event",
977           "desc" : "the mousemove event",
978           "isOptional" : false
979         },
980         {
981           "name" : "id",
982           "type" : "String|DragDrop[]",
983           "desc" : "In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of one or more\ndragdrop items being hovered over.",
984           "isOptional" : false
985         }
986       ],
987       "returns" : []
988     },
989     {
990       "name" : "lock",
991       "desc" : "Lock this instance",
992       "isStatic" : false,
993       "isConstructor" : false,
994       "isPrivate" : false,
995       "memberOf" : "Roo.dd.DragDrop",
996       "example" : "",
997       "deprecated" : "",
998       "since" : "",
999       "see" : "",
1000       "params" : [],
1001       "returns" : []
1002     },
1003     {
1004       "name" : "onMouseDown",
1005       "desc" : "Event handler that fires when a drag/drop obj gets a mousedown",
1006       "isStatic" : false,
1007       "isConstructor" : false,
1008       "isPrivate" : false,
1009       "memberOf" : "Roo.dd.DragDrop",
1010       "example" : "",
1011       "deprecated" : "",
1012       "since" : "",
1013       "see" : "",
1014       "params" : [
1015         {
1016           "name" : "e",
1017           "type" : "Event",
1018           "desc" : "the mousedown event",
1019           "isOptional" : false
1020         }
1021       ],
1022       "returns" : []
1023     },
1024     {
1025       "name" : "applyConfig",
1026       "desc" : "Applies the configuration parameters that were passed into the constructor.\nThis is supposed to happen at each level through the inheritance chain.  So\na DDProxy implentation will execute apply config on DDProxy, DD, and\nDragDrop in order to get all of the parameters that are available in\neach object.",
1027       "isStatic" : false,
1028       "isConstructor" : false,
1029       "isPrivate" : false,
1030       "memberOf" : "Roo.dd.DragDrop",
1031       "example" : "",
1032       "deprecated" : "",
1033       "since" : "",
1034       "see" : "",
1035       "params" : [],
1036       "returns" : []
1037     },
1038     {
1039       "name" : "unlock",
1040       "desc" : "Unlock this instace",
1041       "isStatic" : false,
1042       "isConstructor" : false,
1043       "isPrivate" : false,
1044       "memberOf" : "Roo.dd.DragDrop",
1045       "example" : "",
1046       "deprecated" : "",
1047       "since" : "",
1048       "see" : "",
1049       "params" : [],
1050       "returns" : []
1051     },
1052     {
1053       "name" : "isTarget",
1054       "desc" : "By default, all insances can be a drop target.  This can be disabled by\nsetting isTarget to false.",
1055       "isStatic" : false,
1056       "isConstructor" : false,
1057       "isPrivate" : false,
1058       "memberOf" : "Roo.dd.DragDrop",
1059       "example" : "",
1060       "deprecated" : "",
1061       "since" : "",
1062       "see" : "",
1063       "params" : [],
1064       "returns" : []
1065     },
1066     {
1067       "name" : "setInitPosition",
1068       "desc" : "Stores the initial placement of the linked element.",
1069       "isStatic" : false,
1070       "isConstructor" : false,
1071       "isPrivate" : false,
1072       "memberOf" : "Roo.dd.DragDrop",
1073       "example" : "",
1074       "deprecated" : "",
1075       "since" : "",
1076       "see" : "",
1077       "params" : [
1078         {
1079           "name" : "diffX",
1080           "type" : "int",
1081           "desc" : "the X offset, default 0",
1082           "isOptional" : false
1083         },
1084         {
1085           "name" : "diffY",
1086           "type" : "int",
1087           "desc" : "the Y offset, default 0",
1088           "isOptional" : false
1089         }
1090       ],
1091       "returns" : []
1092     },
1093     {
1094       "name" : "initTarget",
1095       "desc" : "Initializes Targeting functionality only... the object does not\nget a mousedown handler.",
1096       "isStatic" : false,
1097       "isConstructor" : false,
1098       "isPrivate" : false,
1099       "memberOf" : "Roo.dd.DragDrop",
1100       "example" : "",
1101       "deprecated" : "",
1102       "since" : "",
1103       "see" : "",
1104       "params" : [
1105         {
1106           "name" : "id",
1107           "type" : "",
1108           "desc" : "the id of the linked element",
1109           "isOptional" : false
1110         },
1111         {
1112           "name" : "sGroup",
1113           "type" : "String",
1114           "desc" : "the group of related items",
1115           "isOptional" : false
1116         },
1117         {
1118           "name" : "config",
1119           "type" : "object",
1120           "desc" : "configuration attributes",
1121           "isOptional" : false
1122         }
1123       ],
1124       "returns" : []
1125     },
1126     {
1127       "name" : "addToGroup",
1128       "desc" : "Add this instance to a group of related drag/drop objects.  All\ninstances belong to at least one group, and can belong to as many\ngroups as needed.",
1129       "isStatic" : false,
1130       "isConstructor" : false,
1131       "isPrivate" : false,
1132       "memberOf" : "Roo.dd.DragDrop",
1133       "example" : "",
1134       "deprecated" : "",
1135       "since" : "",
1136       "see" : "",
1137       "params" : [
1138         {
1139           "name" : "sGroup",
1140           "type" : "",
1141           "desc" : "{string} the name of the group",
1142           "isOptional" : false
1143         }
1144       ],
1145       "returns" : []
1146     },
1147     {
1148       "name" : "onDragOver",
1149       "desc" : "Abstract method called when this element is hovering over another\nDragDrop obj",
1150       "isStatic" : false,
1151       "isConstructor" : false,
1152       "isPrivate" : false,
1153       "memberOf" : "Roo.dd.DragDrop",
1154       "example" : "",
1155       "deprecated" : "",
1156       "since" : "",
1157       "see" : "",
1158       "params" : [
1159         {
1160           "name" : "e",
1161           "type" : "Event",
1162           "desc" : "the mousemove event",
1163           "isOptional" : false
1164         },
1165         {
1166           "name" : "id",
1167           "type" : "String|DragDrop[]",
1168           "desc" : "In POINT mode, the element\nid this is hovering over.  In INTERSECT mode, an array of dd items\nbeing hovered over.",
1169           "isOptional" : false
1170         }
1171       ],
1172       "returns" : []
1173     },
1174     {
1175       "name" : "toString",
1176       "desc" : "toString method",
1177       "isStatic" : false,
1178       "isConstructor" : false,
1179       "isPrivate" : false,
1180       "memberOf" : "Roo.dd.DragDrop",
1181       "example" : "",
1182       "deprecated" : "",
1183       "since" : "",
1184       "see" : "",
1185       "params" : [],
1186       "returns" : [
1187         {
1188           "name" : "",
1189           "type" : "string",
1190           "desc" : "string representation of the dd obj"
1191         }
1192       ]
1193     },
1194     {
1195       "name" : "setPadding",
1196       "desc" : "Configures the padding for the target zone in px.  Effectively expands\n(or reduces) the virtual object size for targeting calculations.\nSupports css-style shorthand; if only one parameter is passed, all sides\nwill have that padding, and if only two are passed, the top and bottom\nwill have the first param, the left and right the second.",
1197       "isStatic" : false,
1198       "isConstructor" : false,
1199       "isPrivate" : false,
1200       "memberOf" : "Roo.dd.DragDrop",
1201       "example" : "",
1202       "deprecated" : "",
1203       "since" : "",
1204       "see" : "",
1205       "params" : [
1206         {
1207           "name" : "iTop",
1208           "type" : "int",
1209           "desc" : "Top pad",
1210           "isOptional" : false
1211         },
1212         {
1213           "name" : "iRight",
1214           "type" : "int",
1215           "desc" : "Right pad",
1216           "isOptional" : false
1217         },
1218         {
1219           "name" : "iBot",
1220           "type" : "int",
1221           "desc" : "Bot pad",
1222           "isOptional" : false
1223         },
1224         {
1225           "name" : "iLeft",
1226           "type" : "int",
1227           "desc" : "Left pad",
1228           "isOptional" : false
1229         }
1230       ],
1231       "returns" : []
1232     },
1233     {
1234       "name" : "removeFromGroup",
1235       "desc" : "Remove's this instance from the supplied interaction group",
1236       "isStatic" : false,
1237       "isConstructor" : false,
1238       "isPrivate" : false,
1239       "memberOf" : "Roo.dd.DragDrop",
1240       "example" : "",
1241       "deprecated" : "",
1242       "since" : "",
1243       "see" : "",
1244       "params" : [
1245         {
1246           "name" : "sGroup",
1247           "type" : "string",
1248           "desc" : "The group to drop",
1249           "isOptional" : false
1250         }
1251       ],
1252       "returns" : []
1253     },
1254     {
1255       "name" : "addInvalidHandleClass",
1256       "desc" : "Lets you specify a css class of elements that will not initiate a drag",
1257       "isStatic" : false,
1258       "isConstructor" : false,
1259       "isPrivate" : false,
1260       "memberOf" : "Roo.dd.DragDrop",
1261       "example" : "",
1262       "deprecated" : "",
1263       "since" : "",
1264       "see" : "",
1265       "params" : [
1266         {
1267           "name" : "cssClass",
1268           "type" : "string",
1269           "desc" : "the class of the elements you wish to ignore",
1270           "isOptional" : false
1271         }
1272       ],
1273       "returns" : []
1274     },
1275     {
1276       "name" : "startDrag",
1277       "desc" : "Abstract method called after a drag/drop object is clicked\nand the drag or mousedown time thresholds have beeen met.",
1278       "isStatic" : false,
1279       "isConstructor" : false,
1280       "isPrivate" : false,
1281       "memberOf" : "Roo.dd.DragDrop",
1282       "example" : "",
1283       "deprecated" : "",
1284       "since" : "",
1285       "see" : "",
1286       "params" : [
1287         {
1288           "name" : "X",
1289           "type" : "int",
1290           "desc" : "click location",
1291           "isOptional" : false
1292         },
1293         {
1294           "name" : "Y",
1295           "type" : "int",
1296           "desc" : "click location",
1297           "isOptional" : false
1298         }
1299       ],
1300       "returns" : []
1301     },
1302     {
1303       "name" : "padding",
1304       "desc" : "The padding configured for this drag and drop object for calculating\nthe drop zone intersection with this object.",
1305       "isStatic" : false,
1306       "isConstructor" : false,
1307       "isPrivate" : false,
1308       "memberOf" : "Roo.dd.DragDrop",
1309       "example" : "",
1310       "deprecated" : "",
1311       "since" : "",
1312       "see" : "",
1313       "params" : [],
1314       "returns" : []
1315     },
1316     {
1317       "name" : "resetConstraints",
1318       "desc" : "resetConstraints must be called if you manually reposition a dd element.",
1319       "isStatic" : false,
1320       "isConstructor" : false,
1321       "isPrivate" : false,
1322       "memberOf" : "Roo.dd.DragDrop",
1323       "example" : "",
1324       "deprecated" : "",
1325       "since" : "",
1326       "see" : "",
1327       "params" : [
1328         {
1329           "name" : "maintainOffset",
1330           "type" : "boolean",
1331           "desc" : "",
1332           "isOptional" : false
1333         }
1334       ],
1335       "returns" : []
1336     },
1337     {
1338       "name" : "clearTicks",
1339       "desc" : "Clears any tick interval defined for this instance",
1340       "isStatic" : false,
1341       "isConstructor" : false,
1342       "isPrivate" : false,
1343       "memberOf" : "Roo.dd.DragDrop",
1344       "example" : "",
1345       "deprecated" : "",
1346       "since" : "",
1347       "see" : "",
1348       "params" : [],
1349       "returns" : []
1350     },
1351     {
1352       "name" : "isLocked",
1353       "desc" : "Returns true if this instance is locked, or the drag drop mgr is locked\n(meaning that all drag/drop is disabled on the page.)",
1354       "isStatic" : false,
1355       "isConstructor" : false,
1356       "isPrivate" : false,
1357       "memberOf" : "Roo.dd.DragDrop",
1358       "example" : "",
1359       "deprecated" : "",
1360       "since" : "",
1361       "see" : "",
1362       "params" : [],
1363       "returns" : [
1364         {
1365           "name" : "",
1366           "type" : "boolean",
1367           "desc" : "true if this obj or all drag/drop is locked, else\nfalse"
1368         }
1369       ]
1370     },
1371     {
1372       "name" : "setXConstraint",
1373       "desc" : "By default, the element can be dragged any place on the screen.  Use\nthis method to limit the horizontal travel of the element.  Pass in\n0,0 for the parameters if you want to lock the drag to the y axis.",
1374       "isStatic" : false,
1375       "isConstructor" : false,
1376       "isPrivate" : false,
1377       "memberOf" : "Roo.dd.DragDrop",
1378       "example" : "",
1379       "deprecated" : "",
1380       "since" : "",
1381       "see" : "",
1382       "params" : [
1383         {
1384           "name" : "iLeft",
1385           "type" : "int",
1386           "desc" : "the number of pixels the element can move to the left",
1387           "isOptional" : false
1388         },
1389         {
1390           "name" : "iRight",
1391           "type" : "int",
1392           "desc" : "the number of pixels the element can move to the\nright",
1393           "isOptional" : false
1394         },
1395         {
1396           "name" : "iTickSize",
1397           "type" : "int",
1398           "desc" : "optional parameter for specifying that the\nelement\nshould move iTickSize pixels at a time.",
1399           "isOptional" : false
1400         }
1401       ],
1402       "returns" : []
1403     },
1404     {
1405       "name" : "isValidHandleChild",
1406       "desc" : "Checks the tag exclusion list to see if this click should be ignored",
1407       "isStatic" : false,
1408       "isConstructor" : false,
1409       "isPrivate" : false,
1410       "memberOf" : "Roo.dd.DragDrop",
1411       "example" : "",
1412       "deprecated" : "",
1413       "since" : "",
1414       "see" : "",
1415       "params" : [
1416         {
1417           "name" : "node",
1418           "type" : "HTMLElement",
1419           "desc" : "the HTMLElement to evaluate",
1420           "isOptional" : false
1421         }
1422       ],
1423       "returns" : [
1424         {
1425           "name" : "",
1426           "type" : "boolean",
1427           "desc" : "true if this is a valid tag type, false if not"
1428         }
1429       ]
1430     },
1431     {
1432       "name" : "purgeListeners",
1433       "desc" : "Removes all listeners for this object",
1434       "isStatic" : false,
1435       "isConstructor" : false,
1436       "isPrivate" : false,
1437       "memberOf" : "Roo.util.Observable",
1438       "example" : "",
1439       "deprecated" : "",
1440       "since" : "",
1441       "see" : "",
1442       "params" : [],
1443       "returns" : []
1444     },
1445     {
1446       "name" : "on",
1447       "desc" : "Appends an event handler to this element (shorthand for addListener)",
1448       "isStatic" : false,
1449       "isConstructor" : false,
1450       "isPrivate" : false,
1451       "memberOf" : "Roo.util.Observable",
1452       "example" : "",
1453       "deprecated" : "",
1454       "since" : "",
1455       "see" : "",
1456       "params" : [
1457         {
1458           "name" : "eventName",
1459           "type" : "String",
1460           "desc" : "The type of event to listen for",
1461           "isOptional" : false
1462         },
1463         {
1464           "name" : "handler",
1465           "type" : "Function",
1466           "desc" : "The method the event invokes",
1467           "isOptional" : false
1468         },
1469         {
1470           "name" : "scope",
1471           "type" : "Object",
1472           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1473           "isOptional" : false
1474         },
1475         {
1476           "name" : "options",
1477           "type" : "Object",
1478           "desc" : "(optional)",
1479           "isOptional" : false
1480         }
1481       ],
1482       "returns" : []
1483     },
1484     {
1485       "name" : "un",
1486       "desc" : "Removes a listener (shorthand for removeListener)",
1487       "isStatic" : false,
1488       "isConstructor" : false,
1489       "isPrivate" : false,
1490       "memberOf" : "Roo.util.Observable",
1491       "example" : "",
1492       "deprecated" : "",
1493       "since" : "",
1494       "see" : "",
1495       "params" : [
1496         {
1497           "name" : "eventName",
1498           "type" : "String",
1499           "desc" : "The type of event to listen for",
1500           "isOptional" : false
1501         },
1502         {
1503           "name" : "handler",
1504           "type" : "Function",
1505           "desc" : "The handler to remove",
1506           "isOptional" : false
1507         },
1508         {
1509           "name" : "scope",
1510           "type" : "Object",
1511           "desc" : "(optional) The scope (this object) for the handler",
1512           "isOptional" : false
1513         }
1514       ],
1515       "returns" : []
1516     },
1517     {
1518       "name" : "addEvents",
1519       "desc" : "Used to define events on this Observable",
1520       "isStatic" : false,
1521       "isConstructor" : false,
1522       "isPrivate" : false,
1523       "memberOf" : "Roo.util.Observable",
1524       "example" : "",
1525       "deprecated" : "",
1526       "since" : "",
1527       "see" : "",
1528       "params" : [
1529         {
1530           "name" : "object",
1531           "type" : "Object",
1532           "desc" : "The object with the events defined",
1533           "isOptional" : false
1534         }
1535       ],
1536       "returns" : []
1537     },
1538     {
1539       "name" : "releaseCapture",
1540       "desc" : "Removes <b>all</b> added captures from the Observable.",
1541       "isStatic" : true,
1542       "isConstructor" : false,
1543       "isPrivate" : false,
1544       "memberOf" : "Roo.util.Observable",
1545       "example" : "",
1546       "deprecated" : "",
1547       "since" : "",
1548       "see" : "",
1549       "params" : [
1550         {
1551           "name" : "o",
1552           "type" : "Observable",
1553           "desc" : "The Observable to release",
1554           "isOptional" : false
1555         }
1556       ],
1557       "returns" : []
1558     },
1559     {
1560       "name" : "removeListener",
1561       "desc" : "Removes a listener",
1562       "isStatic" : false,
1563       "isConstructor" : false,
1564       "isPrivate" : false,
1565       "memberOf" : "Roo.util.Observable",
1566       "example" : "",
1567       "deprecated" : "",
1568       "since" : "",
1569       "see" : "",
1570       "params" : [
1571         {
1572           "name" : "eventName",
1573           "type" : "String",
1574           "desc" : "The type of event to listen for",
1575           "isOptional" : false
1576         },
1577         {
1578           "name" : "handler",
1579           "type" : "Function",
1580           "desc" : "The handler to remove",
1581           "isOptional" : false
1582         },
1583         {
1584           "name" : "scope",
1585           "type" : "Object",
1586           "desc" : "(optional) The scope (this object) for the handler",
1587           "isOptional" : false
1588         }
1589       ],
1590       "returns" : []
1591     },
1592     {
1593       "name" : "fireEvent",
1594       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
1595       "isStatic" : false,
1596       "isConstructor" : false,
1597       "isPrivate" : false,
1598       "memberOf" : "Roo.util.Observable",
1599       "example" : "",
1600       "deprecated" : "",
1601       "since" : "",
1602       "see" : "",
1603       "params" : [
1604         {
1605           "name" : "eventName",
1606           "type" : "String",
1607           "desc" : "",
1608           "isOptional" : false
1609         },
1610         {
1611           "name" : "args",
1612           "type" : "Object...",
1613           "desc" : "Variable number of parameters are passed to handlers",
1614           "isOptional" : false
1615         }
1616       ],
1617       "returns" : [
1618         {
1619           "name" : "",
1620           "type" : "Boolean",
1621           "desc" : "returns false if any of the handlers return false otherwise it returns true"
1622         }
1623       ]
1624     },
1625     {
1626       "name" : "hasListener",
1627       "desc" : "Checks to see if this object has any listeners for a specified event",
1628       "isStatic" : false,
1629       "isConstructor" : false,
1630       "isPrivate" : false,
1631       "memberOf" : "Roo.util.Observable",
1632       "example" : "",
1633       "deprecated" : "",
1634       "since" : "",
1635       "see" : "",
1636       "params" : [
1637         {
1638           "name" : "eventName",
1639           "type" : "String",
1640           "desc" : "The name of the event to check for",
1641           "isOptional" : false
1642         }
1643       ],
1644       "returns" : [
1645         {
1646           "name" : "",
1647           "type" : "Boolean",
1648           "desc" : "True if the event is being listened for, else false"
1649         }
1650       ]
1651     },
1652     {
1653       "name" : "capture",
1654       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
1655       "isStatic" : true,
1656       "isConstructor" : false,
1657       "isPrivate" : false,
1658       "memberOf" : "Roo.util.Observable",
1659       "example" : "",
1660       "deprecated" : "",
1661       "since" : "",
1662       "see" : "",
1663       "params" : [
1664         {
1665           "name" : "o",
1666           "type" : "Observable",
1667           "desc" : "The Observable to capture",
1668           "isOptional" : false
1669         },
1670         {
1671           "name" : "fn",
1672           "type" : "Function",
1673           "desc" : "The function to call",
1674           "isOptional" : false
1675         },
1676         {
1677           "name" : "scope",
1678           "type" : "Object",
1679           "desc" : "(optional) The scope (this object) for the fn",
1680           "isOptional" : false
1681         }
1682       ],
1683       "returns" : []
1684     },
1685     {
1686       "name" : "addListener",
1687       "desc" : "Appends an event handler to this component",
1688       "isStatic" : false,
1689       "isConstructor" : false,
1690       "isPrivate" : false,
1691       "memberOf" : "Roo.util.Observable",
1692       "example" : "",
1693       "deprecated" : "",
1694       "since" : "",
1695       "see" : "",
1696       "params" : [
1697         {
1698           "name" : "eventName",
1699           "type" : "String",
1700           "desc" : "The type of event to listen for",
1701           "isOptional" : false
1702         },
1703         {
1704           "name" : "handler",
1705           "type" : "Function",
1706           "desc" : "The method the event invokes",
1707           "isOptional" : false
1708         },
1709         {
1710           "name" : "scope",
1711           "type" : "Object",
1712           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
1713           "isOptional" : false
1714         },
1715         {
1716           "name" : "options",
1717           "type" : "Object",
1718           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
1719           "isOptional" : false
1720         }
1721       ],
1722       "returns" : []
1723     }
1724   ],
1725   "events" : [
1726     {
1727       "name" : "out",
1728       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source has been dragged\nout of the target without dropping.  This default implementation simply removes the CSS class specified by\noverClass (if any) from the drop element.",
1729       "memberOf" : "Roo.dd.DropTarget",
1730       "example" : "",
1731       "deprecated" : "",
1732       "since" : "",
1733       "see" : "",
1734       "params" : [
1735         {
1736           "name" : "source",
1737           "type" : "Roo.dd.DragSource",
1738           "desc" : "The drag source that was dragged over this drop target",
1739           "isOptional" : false
1740         },
1741         {
1742           "name" : "e",
1743           "type" : "Event",
1744           "desc" : "The event",
1745           "isOptional" : false
1746         },
1747         {
1748           "name" : "data",
1749           "type" : "Object",
1750           "desc" : "An object containing arbitrary data supplied by the drag source",
1751           "isOptional" : false
1752         }
1753       ],
1754       "returns" : []
1755     },
1756     {
1757       "name" : "over",
1758       "desc" : "The function a {@link Roo.dd.DragSource} calls continuously while it is being dragged over the target.\nThis method will be called on every mouse movement while the drag source is over the drop target.\nThis default implementation simply returns the dropAllowed config value.\n\nIMPORTANT : it should set  this.valid to true|false",
1759       "memberOf" : "Roo.dd.DropTarget",
1760       "example" : "",
1761       "deprecated" : "",
1762       "since" : "",
1763       "see" : "",
1764       "params" : [
1765         {
1766           "name" : "source",
1767           "type" : "Roo.dd.DragSource",
1768           "desc" : "The drag source that was dragged over this drop target",
1769           "isOptional" : false
1770         },
1771         {
1772           "name" : "e",
1773           "type" : "Event",
1774           "desc" : "The event",
1775           "isOptional" : false
1776         },
1777         {
1778           "name" : "data",
1779           "type" : "Object",
1780           "desc" : "An object containing arbitrary data supplied by the drag source",
1781           "isOptional" : false
1782         }
1783       ],
1784       "returns" : []
1785     },
1786     {
1787       "name" : "enter",
1788       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source is now over the\ntarget.  This default implementation adds the CSS class specified by overClass (if any) to the drop element\nand returns the dropAllowed config value.  This method should be overridden if drop validation is required.\n\nIMPORTANT : it should set  this.valid to true|false",
1789       "memberOf" : "Roo.dd.DropTarget",
1790       "example" : "",
1791       "deprecated" : "",
1792       "since" : "",
1793       "see" : "",
1794       "params" : [
1795         {
1796           "name" : "source",
1797           "type" : "Roo.dd.DragSource",
1798           "desc" : "The drag source that was dragged over this drop target",
1799           "isOptional" : false
1800         },
1801         {
1802           "name" : "e",
1803           "type" : "Event",
1804           "desc" : "The event",
1805           "isOptional" : false
1806         },
1807         {
1808           "name" : "data",
1809           "type" : "Object",
1810           "desc" : "An object containing arbitrary data supplied by the drag source",
1811           "isOptional" : false
1812         }
1813       ],
1814       "returns" : []
1815     },
1816     {
1817       "name" : "drop",
1818       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the dragged item has\nbeen dropped on it.  This method has no default implementation and returns false, so you must provide an\nimplementation that does something to process the drop event and returns true so that the drag source's\nrepair action does not run.\n\nIMPORTANT : it should set this.success",
1819       "memberOf" : "Roo.dd.DropTarget",
1820       "example" : "",
1821       "deprecated" : "",
1822       "since" : "",
1823       "see" : "",
1824       "params" : [
1825         {
1826           "name" : "source",
1827           "type" : "Roo.dd.DragSource",
1828           "desc" : "The drag source that was dragged over this drop target",
1829           "isOptional" : false
1830         },
1831         {
1832           "name" : "e",
1833           "type" : "Event",
1834           "desc" : "The event",
1835           "isOptional" : false
1836         },
1837         {
1838           "name" : "data",
1839           "type" : "Object",
1840           "desc" : "An object containing arbitrary data supplied by the drag source",
1841           "isOptional" : false
1842         }
1843       ],
1844       "returns" : []
1845     }
1846   ]
1847 }