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