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