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