fbbe9c983e90386e446e36be93b2f604e77273c9
[roojs1] / docs / symbols / Roo.menu.Adapter.json
1 {
2   "name" : "Roo.menu.Adapter",
3   "augments" : [
4     "Roo.menu.BaseItem",
5     "Roo.Component",
6     "Roo.util.Observable"
7   ],
8   "childClasses" : {
9     "Roo.menu.Adapter" : [
10       "Roo.menu.ColorItem",
11       "Roo.menu.DateItem"
12     ]
13   },
14   "tree_children" : [],
15   "tree_parent" : [],
16   "desc" : "A base utility class that adapts a non-menu component so that it can be wrapped by a menu item and added to a menu.\nIt provides basic rendering, activation management and enable/disable logic required to work in menus.",
17   "isSingleton" : false,
18   "isStatic" : false,
19   "isBuiltin" : false,
20   "isAbstract" : true,
21   "isBuilderTop" : false,
22   "memberOf" : "Adapter",
23   "example" : "",
24   "deprecated" : "",
25   "since" : "",
26   "see" : "",
27   "params" : [
28     {
29       "name" : "config",
30       "type" : "Object",
31       "desc" : "Configuration options",
32       "isOptional" : false
33     }
34   ],
35   "returns" : [],
36   "throws" : "",
37   "requires" : "",
38   "config" : [
39     {
40       "name" : "listeners",
41       "type" : "Object",
42       "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>",
43       "memberOf" : "Roo.util.Observable"
44     },
45     {
46       "name" : "hidden",
47       "type" : "Boolean",
48       "desc" : "True to prevent creation of this menu item (defaults to false)",
49       "memberOf" : "Roo.menu.BaseItem"
50     },
51     {
52       "name" : "activeClass",
53       "type" : "String",
54       "desc" : "The CSS class to use when the item becomes activated (defaults to \"x-menu-item-active\")",
55       "memberOf" : "Roo.menu.BaseItem"
56     },
57     {
58       "name" : "hideMode",
59       "type" : "String",
60       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
61       "memberOf" : "Roo.Component"
62     },
63     {
64       "name" : "handler",
65       "type" : "Function",
66       "desc" : "A function that will handle the click event of this menu item (defaults to undefined)",
67       "memberOf" : "Roo.menu.BaseItem"
68     },
69     {
70       "name" : "hideDelay",
71       "type" : "Number",
72       "desc" : "Length of time in milliseconds to wait before hiding after a click (defaults to 100)",
73       "memberOf" : "Roo.menu.BaseItem"
74     },
75     {
76       "name" : "hideOnClick",
77       "type" : "Boolean",
78       "desc" : "True to hide the containing menu after this item is clicked (defaults to true)",
79       "memberOf" : "Roo.menu.BaseItem"
80     },
81     {
82       "name" : "allowDomMove",
83       "type" : "Boolean",
84       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
85       "memberOf" : "Roo.Component"
86     },
87     {
88       "name" : "actionMode",
89       "type" : "String",
90       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
91       "memberOf" : "Roo.Component"
92     },
93     {
94       "name" : "canActivate",
95       "type" : "Boolean",
96       "desc" : "True if this item can be visually activated (defaults to false)",
97       "memberOf" : "Roo.menu.BaseItem"
98     },
99     {
100       "name" : "disableClass",
101       "type" : "String",
102       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
103       "memberOf" : "Roo.Component"
104     }
105   ],
106   "methods" : [
107     {
108       "name" : "getId",
109       "type" : "function",
110       "desc" : "Returns the id of this component.",
111       "sig" : "()\n{\n\n}",
112       "static" : false,
113       "memberOf" : "Roo.Component",
114       "isStatic" : false,
115       "isConstructor" : false,
116       "isPrivate" : false,
117       "example" : "",
118       "deprecated" : "",
119       "since" : "",
120       "see" : "",
121       "exceptions" : "",
122       "requires" : "",
123       "params" : [],
124       "returns" : [
125         {
126           "name" : "",
127           "type" : "String",
128           "desc" : ""
129         }
130       ]
131     },
132     {
133       "name" : "render",
134       "type" : "function",
135       "desc" : "If this is a lazy rendering component, render it to its container element.",
136       "sig" : "(container)",
137       "static" : false,
138       "memberOf" : "Roo.Component",
139       "isStatic" : false,
140       "isConstructor" : false,
141       "isPrivate" : false,
142       "example" : "",
143       "deprecated" : "",
144       "since" : "",
145       "see" : "",
146       "exceptions" : "",
147       "requires" : "",
148       "params" : [
149         {
150           "name" : "container",
151           "type" : "String/HTMLElement/Element",
152           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
153           "isOptional" : false
154         }
155       ],
156       "returns" : []
157     },
158     {
159       "name" : "destroy",
160       "type" : "function",
161       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
162       "sig" : "()\n{\n\n}",
163       "static" : false,
164       "memberOf" : "Roo.Component",
165       "isStatic" : false,
166       "isConstructor" : false,
167       "isPrivate" : false,
168       "example" : "",
169       "deprecated" : "",
170       "since" : "",
171       "see" : "",
172       "exceptions" : "",
173       "requires" : "",
174       "params" : [],
175       "returns" : []
176     },
177     {
178       "name" : "isVisible",
179       "type" : "function",
180       "desc" : "Returns true if this component is visible.",
181       "sig" : "()\n{\n\n}",
182       "static" : false,
183       "memberOf" : "Roo.Component",
184       "isStatic" : false,
185       "isConstructor" : false,
186       "isPrivate" : false,
187       "example" : "",
188       "deprecated" : "",
189       "since" : "",
190       "see" : "",
191       "exceptions" : "",
192       "requires" : "",
193       "params" : [],
194       "returns" : []
195     },
196     {
197       "name" : "setDisabled",
198       "type" : "function",
199       "desc" : "Convenience function for setting disabled/enabled by boolean.",
200       "sig" : "(disabled)",
201       "static" : false,
202       "memberOf" : "Roo.Component",
203       "isStatic" : false,
204       "isConstructor" : false,
205       "isPrivate" : false,
206       "example" : "",
207       "deprecated" : "",
208       "since" : "",
209       "see" : "",
210       "exceptions" : "",
211       "requires" : "",
212       "params" : [
213         {
214           "name" : "disabled",
215           "type" : "Boolean",
216           "desc" : "",
217           "isOptional" : false
218         }
219       ],
220       "returns" : []
221     },
222     {
223       "name" : "hide",
224       "type" : "function",
225       "desc" : "Hide this component.",
226       "sig" : "()\n{\n\n}",
227       "static" : false,
228       "memberOf" : "Roo.Component",
229       "isStatic" : false,
230       "isConstructor" : false,
231       "isPrivate" : false,
232       "example" : "",
233       "deprecated" : "",
234       "since" : "",
235       "see" : "",
236       "exceptions" : "",
237       "requires" : "",
238       "params" : [],
239       "returns" : [
240         {
241           "name" : "",
242           "type" : "Roo.Component",
243           "desc" : "this"
244         }
245       ]
246     },
247     {
248       "name" : "focus",
249       "type" : "function",
250       "desc" : "Try to focus this component.",
251       "sig" : "(selectText)",
252       "static" : false,
253       "memberOf" : "Roo.Component",
254       "isStatic" : false,
255       "isConstructor" : false,
256       "isPrivate" : false,
257       "example" : "",
258       "deprecated" : "",
259       "since" : "",
260       "see" : "",
261       "exceptions" : "",
262       "requires" : "",
263       "params" : [
264         {
265           "name" : "selectText",
266           "type" : "Boolean",
267           "desc" : "True to also select the text in this component (if applicable)",
268           "isOptional" : false
269         }
270       ],
271       "returns" : [
272         {
273           "name" : "",
274           "type" : "Roo.Component",
275           "desc" : "this"
276         }
277       ]
278     },
279     {
280       "name" : "show",
281       "type" : "function",
282       "desc" : "Show this component.",
283       "sig" : "()\n{\n\n}",
284       "static" : false,
285       "memberOf" : "Roo.Component",
286       "isStatic" : false,
287       "isConstructor" : false,
288       "isPrivate" : false,
289       "example" : "",
290       "deprecated" : "",
291       "since" : "",
292       "see" : "",
293       "exceptions" : "",
294       "requires" : "",
295       "params" : [],
296       "returns" : [
297         {
298           "name" : "",
299           "type" : "Roo.Component",
300           "desc" : "this"
301         }
302       ]
303     },
304     {
305       "name" : "enable",
306       "type" : "function",
307       "desc" : "Enable this component.",
308       "sig" : "()\n{\n\n}",
309       "static" : false,
310       "memberOf" : "Roo.Component",
311       "isStatic" : false,
312       "isConstructor" : false,
313       "isPrivate" : false,
314       "example" : "",
315       "deprecated" : "",
316       "since" : "",
317       "see" : "",
318       "exceptions" : "",
319       "requires" : "",
320       "params" : [],
321       "returns" : [
322         {
323           "name" : "",
324           "type" : "Roo.Component",
325           "desc" : "this"
326         }
327       ]
328     },
329     {
330       "name" : "setVisible",
331       "type" : "function",
332       "desc" : "Convenience function to hide or show this component by boolean.",
333       "sig" : "(visible)",
334       "static" : false,
335       "memberOf" : "Roo.Component",
336       "isStatic" : false,
337       "isConstructor" : false,
338       "isPrivate" : false,
339       "example" : "",
340       "deprecated" : "",
341       "since" : "",
342       "see" : "",
343       "exceptions" : "",
344       "requires" : "",
345       "params" : [
346         {
347           "name" : "visible",
348           "type" : "Boolean",
349           "desc" : "True to show, false to hide",
350           "isOptional" : false
351         }
352       ],
353       "returns" : [
354         {
355           "name" : "",
356           "type" : "Roo.Component",
357           "desc" : "this"
358         }
359       ]
360     },
361     {
362       "name" : "disable",
363       "type" : "function",
364       "desc" : "Disable this component.",
365       "sig" : "()\n{\n\n}",
366       "static" : false,
367       "memberOf" : "Roo.Component",
368       "isStatic" : false,
369       "isConstructor" : false,
370       "isPrivate" : false,
371       "example" : "",
372       "deprecated" : "",
373       "since" : "",
374       "see" : "",
375       "exceptions" : "",
376       "requires" : "",
377       "params" : [],
378       "returns" : [
379         {
380           "name" : "",
381           "type" : "Roo.Component",
382           "desc" : "this"
383         }
384       ]
385     },
386     {
387       "name" : "getEl",
388       "type" : "function",
389       "desc" : "Returns the underlying {@link Roo.Element}.",
390       "sig" : "()\n{\n\n}",
391       "static" : false,
392       "memberOf" : "Roo.Component",
393       "isStatic" : false,
394       "isConstructor" : false,
395       "isPrivate" : false,
396       "example" : "",
397       "deprecated" : "",
398       "since" : "",
399       "see" : "",
400       "exceptions" : "",
401       "requires" : "",
402       "params" : [],
403       "returns" : [
404         {
405           "name" : "",
406           "type" : "Roo.Element",
407           "desc" : "The element"
408         }
409       ]
410     },
411     {
412       "name" : "purgeListeners",
413       "type" : "function",
414       "desc" : "Removes all listeners for this object",
415       "sig" : "()\n{\n\n}",
416       "static" : false,
417       "memberOf" : "Roo.util.Observable",
418       "isStatic" : false,
419       "isConstructor" : false,
420       "isPrivate" : false,
421       "example" : "",
422       "deprecated" : "",
423       "since" : "",
424       "see" : "",
425       "exceptions" : "",
426       "requires" : "",
427       "params" : [],
428       "returns" : []
429     },
430     {
431       "name" : "on",
432       "type" : "function",
433       "desc" : "Appends an event handler to this element (shorthand for addListener)",
434       "sig" : "(eventName, handler, scope, options)",
435       "static" : false,
436       "memberOf" : "Roo.util.Observable",
437       "isStatic" : false,
438       "isConstructor" : false,
439       "isPrivate" : false,
440       "example" : "",
441       "deprecated" : "",
442       "since" : "",
443       "see" : "",
444       "exceptions" : "",
445       "requires" : "",
446       "params" : [
447         {
448           "name" : "eventName",
449           "type" : "String",
450           "desc" : "The type of event to listen for",
451           "isOptional" : false
452         },
453         {
454           "name" : "handler",
455           "type" : "Function",
456           "desc" : "The method the event invokes",
457           "isOptional" : false
458         },
459         {
460           "name" : "scope",
461           "type" : "Object",
462           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
463           "isOptional" : false
464         },
465         {
466           "name" : "options",
467           "type" : "Object",
468           "desc" : "(optional)",
469           "isOptional" : false
470         }
471       ],
472       "returns" : []
473     },
474     {
475       "name" : "un",
476       "type" : "function",
477       "desc" : "Removes a listener (shorthand for removeListener)",
478       "sig" : "(eventName, handler, scope)",
479       "static" : false,
480       "memberOf" : "Roo.util.Observable",
481       "isStatic" : false,
482       "isConstructor" : false,
483       "isPrivate" : false,
484       "example" : "",
485       "deprecated" : "",
486       "since" : "",
487       "see" : "",
488       "exceptions" : "",
489       "requires" : "",
490       "params" : [
491         {
492           "name" : "eventName",
493           "type" : "String",
494           "desc" : "The type of event to listen for",
495           "isOptional" : false
496         },
497         {
498           "name" : "handler",
499           "type" : "Function",
500           "desc" : "The handler to remove",
501           "isOptional" : false
502         },
503         {
504           "name" : "scope",
505           "type" : "Object",
506           "desc" : "(optional) The scope (this object) for the handler",
507           "isOptional" : false
508         }
509       ],
510       "returns" : []
511     },
512     {
513       "name" : "addEvents",
514       "type" : "function",
515       "desc" : "Used to define events on this Observable",
516       "sig" : "(object)",
517       "static" : false,
518       "memberOf" : "Roo.util.Observable",
519       "isStatic" : false,
520       "isConstructor" : false,
521       "isPrivate" : false,
522       "example" : "",
523       "deprecated" : "",
524       "since" : "",
525       "see" : "",
526       "exceptions" : "",
527       "requires" : "",
528       "params" : [
529         {
530           "name" : "object",
531           "type" : "Object",
532           "desc" : "The object with the events defined",
533           "isOptional" : false
534         }
535       ],
536       "returns" : []
537     },
538     {
539       "name" : "releaseCapture",
540       "type" : "function",
541       "desc" : "Removes <b>all</b> added captures from the Observable.",
542       "sig" : "(o)",
543       "static" : true,
544       "memberOf" : "Roo.util.Observable",
545       "isStatic" : true,
546       "isConstructor" : false,
547       "isPrivate" : false,
548       "example" : "",
549       "deprecated" : "",
550       "since" : "",
551       "see" : "",
552       "exceptions" : "",
553       "requires" : "",
554       "params" : [
555         {
556           "name" : "o",
557           "type" : "Observable",
558           "desc" : "The Observable to release",
559           "isOptional" : false
560         }
561       ],
562       "returns" : []
563     },
564     {
565       "name" : "removeListener",
566       "type" : "function",
567       "desc" : "Removes a listener",
568       "sig" : "(eventName, handler, scope)",
569       "static" : false,
570       "memberOf" : "Roo.util.Observable",
571       "isStatic" : false,
572       "isConstructor" : false,
573       "isPrivate" : false,
574       "example" : "",
575       "deprecated" : "",
576       "since" : "",
577       "see" : "",
578       "exceptions" : "",
579       "requires" : "",
580       "params" : [
581         {
582           "name" : "eventName",
583           "type" : "String",
584           "desc" : "The type of event to listen for",
585           "isOptional" : false
586         },
587         {
588           "name" : "handler",
589           "type" : "Function",
590           "desc" : "The handler to remove",
591           "isOptional" : false
592         },
593         {
594           "name" : "scope",
595           "type" : "Object",
596           "desc" : "(optional) The scope (this object) for the handler",
597           "isOptional" : false
598         }
599       ],
600       "returns" : []
601     },
602     {
603       "name" : "fireEvent",
604       "type" : "function",
605       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
606       "sig" : "(eventName, args)",
607       "static" : false,
608       "memberOf" : "Roo.util.Observable",
609       "isStatic" : false,
610       "isConstructor" : false,
611       "isPrivate" : false,
612       "example" : "",
613       "deprecated" : "",
614       "since" : "",
615       "see" : "",
616       "exceptions" : "",
617       "requires" : "",
618       "params" : [
619         {
620           "name" : "eventName",
621           "type" : "String",
622           "desc" : "",
623           "isOptional" : false
624         },
625         {
626           "name" : "args",
627           "type" : "Object...",
628           "desc" : "Variable number of parameters are passed to handlers",
629           "isOptional" : false
630         }
631       ],
632       "returns" : [
633         {
634           "name" : "",
635           "type" : "Boolean",
636           "desc" : "returns false if any of the handlers return false otherwise it returns true"
637         }
638       ]
639     },
640     {
641       "name" : "hasListener",
642       "type" : "function",
643       "desc" : "Checks to see if this object has any listeners for a specified event",
644       "sig" : "(eventName)",
645       "static" : false,
646       "memberOf" : "Roo.util.Observable",
647       "isStatic" : false,
648       "isConstructor" : false,
649       "isPrivate" : false,
650       "example" : "",
651       "deprecated" : "",
652       "since" : "",
653       "see" : "",
654       "exceptions" : "",
655       "requires" : "",
656       "params" : [
657         {
658           "name" : "eventName",
659           "type" : "String",
660           "desc" : "The name of the event to check for",
661           "isOptional" : false
662         }
663       ],
664       "returns" : [
665         {
666           "name" : "",
667           "type" : "Boolean",
668           "desc" : "True if the event is being listened for, else false"
669         }
670       ]
671     },
672     {
673       "name" : "capture",
674       "type" : "function",
675       "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.",
676       "sig" : "(o, fn, scope)",
677       "static" : true,
678       "memberOf" : "Roo.util.Observable",
679       "isStatic" : true,
680       "isConstructor" : false,
681       "isPrivate" : false,
682       "example" : "",
683       "deprecated" : "",
684       "since" : "",
685       "see" : "",
686       "exceptions" : "",
687       "requires" : "",
688       "params" : [
689         {
690           "name" : "o",
691           "type" : "Observable",
692           "desc" : "The Observable to capture",
693           "isOptional" : false
694         },
695         {
696           "name" : "fn",
697           "type" : "Function",
698           "desc" : "The function to call",
699           "isOptional" : false
700         },
701         {
702           "name" : "scope",
703           "type" : "Object",
704           "desc" : "(optional) The scope (this object) for the fn",
705           "isOptional" : false
706         }
707       ],
708       "returns" : []
709     },
710     {
711       "name" : "addListener",
712       "type" : "function",
713       "desc" : "Appends an event handler to this component",
714       "sig" : "(eventName, handler, scope, options)",
715       "static" : false,
716       "memberOf" : "Roo.util.Observable",
717       "isStatic" : false,
718       "isConstructor" : false,
719       "isPrivate" : false,
720       "example" : "",
721       "deprecated" : "",
722       "since" : "",
723       "see" : "",
724       "exceptions" : "",
725       "requires" : "",
726       "params" : [
727         {
728           "name" : "eventName",
729           "type" : "String",
730           "desc" : "The type of event to listen for",
731           "isOptional" : false
732         },
733         {
734           "name" : "handler",
735           "type" : "Function",
736           "desc" : "The method the event invokes",
737           "isOptional" : false
738         },
739         {
740           "name" : "scope",
741           "type" : "Object",
742           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
743           "isOptional" : false
744         },
745         {
746           "name" : "options",
747           "type" : "Object",
748           "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>",
749           "isOptional" : false
750         }
751       ],
752       "returns" : []
753     }
754   ],
755   "events" : [
756     {
757       "name" : "click",
758       "type" : "function",
759       "desc" : "Fires when this item is clicked",
760       "sig" : "function (_self, e)\n{\n\n}",
761       "memberOf" : "Roo.menu.BaseItem",
762       "example" : "",
763       "deprecated" : "",
764       "since" : "",
765       "see" : "",
766       "params" : [
767         {
768           "name" : "this",
769           "type" : "Roo.menu.BaseItem",
770           "desc" : "",
771           "isOptional" : false
772         },
773         {
774           "name" : "e",
775           "type" : "Roo.EventObject",
776           "desc" : "",
777           "isOptional" : false
778         }
779       ],
780       "returns" : []
781     },
782     {
783       "name" : "activate",
784       "type" : "function",
785       "desc" : "Fires when this item is activated",
786       "sig" : "function (_self)\n{\n\n}",
787       "memberOf" : "Roo.menu.BaseItem",
788       "example" : "",
789       "deprecated" : "",
790       "since" : "",
791       "see" : "",
792       "params" : [
793         {
794           "name" : "this",
795           "type" : "Roo.menu.BaseItem",
796           "desc" : "",
797           "isOptional" : false
798         }
799       ],
800       "returns" : []
801     },
802     {
803       "name" : "deactivate",
804       "type" : "function",
805       "desc" : "Fires when this item is deactivated",
806       "sig" : "function (_self)\n{\n\n}",
807       "memberOf" : "Roo.menu.BaseItem",
808       "example" : "",
809       "deprecated" : "",
810       "since" : "",
811       "see" : "",
812       "params" : [
813         {
814           "name" : "this",
815           "type" : "Roo.menu.BaseItem",
816           "desc" : "",
817           "isOptional" : false
818         }
819       ],
820       "returns" : []
821     },
822     {
823       "name" : "beforerender",
824       "type" : "function",
825       "desc" : "Fires before the component is rendered. Return false to stop the render.",
826       "sig" : "function (_self)\n{\n\n}",
827       "memberOf" : "Roo.Component",
828       "example" : "",
829       "deprecated" : "",
830       "since" : "",
831       "see" : "",
832       "params" : [
833         {
834           "name" : "this",
835           "type" : "Roo.Component",
836           "desc" : "",
837           "isOptional" : false
838         }
839       ],
840       "returns" : []
841     },
842     {
843       "name" : "disable",
844       "type" : "function",
845       "desc" : "Fires after the component is disabled.",
846       "sig" : "function (_self)\n{\n\n}",
847       "memberOf" : "Roo.Component",
848       "example" : "",
849       "deprecated" : "",
850       "since" : "",
851       "see" : "",
852       "params" : [
853         {
854           "name" : "this",
855           "type" : "Roo.Component",
856           "desc" : "",
857           "isOptional" : false
858         }
859       ],
860       "returns" : []
861     },
862     {
863       "name" : "render",
864       "type" : "function",
865       "desc" : "Fires after the component is rendered.",
866       "sig" : "function (_self)\n{\n\n}",
867       "memberOf" : "Roo.Component",
868       "example" : "",
869       "deprecated" : "",
870       "since" : "",
871       "see" : "",
872       "params" : [
873         {
874           "name" : "this",
875           "type" : "Roo.Component",
876           "desc" : "",
877           "isOptional" : false
878         }
879       ],
880       "returns" : []
881     },
882     {
883       "name" : "destroy",
884       "type" : "function",
885       "desc" : "Fires after the component is destroyed.",
886       "sig" : "function (_self)\n{\n\n}",
887       "memberOf" : "Roo.Component",
888       "example" : "",
889       "deprecated" : "",
890       "since" : "",
891       "see" : "",
892       "params" : [
893         {
894           "name" : "this",
895           "type" : "Roo.Component",
896           "desc" : "",
897           "isOptional" : false
898         }
899       ],
900       "returns" : []
901     },
902     {
903       "name" : "hide",
904       "type" : "function",
905       "desc" : "Fires after the component is hidden.",
906       "sig" : "function (_self)\n{\n\n}",
907       "memberOf" : "Roo.Component",
908       "example" : "",
909       "deprecated" : "",
910       "since" : "",
911       "see" : "",
912       "params" : [
913         {
914           "name" : "this",
915           "type" : "Roo.Component",
916           "desc" : "",
917           "isOptional" : false
918         }
919       ],
920       "returns" : []
921     },
922     {
923       "name" : "beforehide",
924       "type" : "function",
925       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
926       "sig" : "function (_self)\n{\n\n}",
927       "memberOf" : "Roo.Component",
928       "example" : "",
929       "deprecated" : "",
930       "since" : "",
931       "see" : "",
932       "params" : [
933         {
934           "name" : "this",
935           "type" : "Roo.Component",
936           "desc" : "",
937           "isOptional" : false
938         }
939       ],
940       "returns" : []
941     },
942     {
943       "name" : "show",
944       "type" : "function",
945       "desc" : "Fires after the component is shown.",
946       "sig" : "function (_self)\n{\n\n}",
947       "memberOf" : "Roo.Component",
948       "example" : "",
949       "deprecated" : "",
950       "since" : "",
951       "see" : "",
952       "params" : [
953         {
954           "name" : "this",
955           "type" : "Roo.Component",
956           "desc" : "",
957           "isOptional" : false
958         }
959       ],
960       "returns" : []
961     },
962     {
963       "name" : "beforeshow",
964       "type" : "function",
965       "desc" : "Fires before the component is shown.  Return false to stop the show.",
966       "sig" : "function (_self)\n{\n\n}",
967       "memberOf" : "Roo.Component",
968       "example" : "",
969       "deprecated" : "",
970       "since" : "",
971       "see" : "",
972       "params" : [
973         {
974           "name" : "this",
975           "type" : "Roo.Component",
976           "desc" : "",
977           "isOptional" : false
978         }
979       ],
980       "returns" : []
981     },
982     {
983       "name" : "enable",
984       "type" : "function",
985       "desc" : "Fires after the component is enabled.",
986       "sig" : "function (_self)\n{\n\n}",
987       "memberOf" : "Roo.Component",
988       "example" : "",
989       "deprecated" : "",
990       "since" : "",
991       "see" : "",
992       "params" : [
993         {
994           "name" : "this",
995           "type" : "Roo.Component",
996           "desc" : "",
997           "isOptional" : false
998         }
999       ],
1000       "returns" : []
1001     },
1002     {
1003       "name" : "beforedestroy",
1004       "type" : "function",
1005       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
1006       "sig" : "function (_self)\n{\n\n}",
1007       "memberOf" : "Roo.Component",
1008       "example" : "",
1009       "deprecated" : "",
1010       "since" : "",
1011       "see" : "",
1012       "params" : [
1013         {
1014           "name" : "this",
1015           "type" : "Roo.Component",
1016           "desc" : "",
1017           "isOptional" : false
1018         }
1019       ],
1020       "returns" : []
1021     }
1022   ]
1023 }