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