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