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