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