docs
[roojs1] / docs / symbols / Roo.XComponent.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6         <head>
7                 <meta http-equiv="content-type" content="text/html; charset=undefined" />
8                 <meta name="generator" content="JsDoc Toolkit" />
9                 
10                 
11                 <title>JsDoc Reference - Roo.XComponent</title>
12                 
13                 
14         <link rel="stylesheet" type="text/css" href="../../css/roojs.css" />            
15         <link rel="stylesheet" type="text/css" href="../default.css" />
16         
17         
18         <script type="text/javascript" src="../page.js">
19         
20         </script>
21          
22                 
23         </head>
24
25         <body onload="RooDocsPage.onload();">
26          
27         
28 <div class="body-wrap">
29
30     <!-- ============================== links to methods. ================================= --> 
31
32     <div class="top-tools">
33     <!--
34         <a class="inner-link" href="#Roo.XComponent-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.XComponent-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.XComponent-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.XComponent-configs"><img src="resources/s.gif" class="item-icon icon-config">Config Options</a>
38         <a class="bookmark" href="NEED_TO_CREATE_DIRECT_LINK_HREF"><img src="resources/s.gif" class="item-icon icon-fav">Direct Link</a>
39         -->
40     </div>
41
42     
43 <!-- ============================== inheritance Block. ================================= -->    
44         
45                 <div class="inheritance res-block">
46                    <pre class="res-block-inner"><a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
47 <img src="../../images/default/s.gif" height="1"  width="20"/><img class="elbow" src="../../images/default/tree/elbow-end.gif"/>Roo.XComponent 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.XComponent
58                         </h1>
59                         
60     <table cellspacing="0" class="class-summary-table">
61         
62                 <tr><td class="label">Package:</td><td class="hd-info">Roo</td></tr>
63         
64         <tr><td class="label">Defined In:</td><td class="hd-info">
65                         
66                                         <a href="./src/Roo_XComponent.js.html">Roo/XComponent.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">XComponent</td></tr>
70         
71         
72         
73         
74                 <tr><td class="label">Extends:</td><td class="hd-info">
75                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
76         
77                 </td></tr>    
78         
79         
80     </table>
81
82     
83 <!-- ============================== class summary ========================== -->                        
84     <div class="description">
85         A delayed Element creator...<br/>Or a way to group chunks of interface together.<br/><br/>Mypart.xyx = new Roo.XComponent({<br/><br/>    parent : 'Mypart.xyz', // empty == document.element.!!<br/>    order : '001',<br/>    name : 'xxxx'<br/>    region : 'xxxx'<br/>    disabled : function() {} <br/>     <br/>    tree : function() { // return an tree of xtype declared components<br/>        var MODULE = this;<br/>        return <br/>        {<br/>            xtype : 'NestedLayoutPanel',<br/>            // technicall<br/>        }<br/>     ]<br/>})<br/><br/><br/>It can be used to build a big heiracy, with parent etc.<br/>or you can just use this to render a single compoent to a dom element<br/>MYPART.render(Roo.Element | String(id) | dom_element )
86     </div>
87
88         
89 <!-- ============================== Class comment block... ========================== -->                                       
90
91 <div class="comments">
92         <b>Class Comments / Notes</B> =>  
93         <u onclick="parent.CommentDialog.showCommentId = 'Roo.XComponent';">[Add Your comment/notes about this class]</u>
94         <br/>
95         <iframe frameborder="0"  id="comments-Roo" style="border: none;width:100%;" 
96                 src="/blog.php/GtkDjsComments/Roo.XComponent.html"></iframe>
97 </div>
98         
99
100                 
101 <!-- ============================== config options ========================== -->                                               
102                  
103     
104     
105                 
106     <div class="hr"></div>
107     <a id="Roo.XComponent-configs"></a>
108                 
109     
110      
111     
112         
113       <table cellspacing="0" class="member-table">   
114       <caption>Config Options (Usually are also Properties)</caption>
115     
116         
117         <tr>
118             <th class="sig-header" colspan="2">Options</th>
119             
120             <th class="msource-header">Defined By</th>
121         </tr>
122         
123         
124         
125         
126         
127                 <tr class="config-row expandable config-row-alt0 notInherited">
128                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
129                     <td class="sig">
130
131                         <a id="Roo.XComponent-cfg-disabled" name=".disabled"></a>
132                         <div class="fixedFont">
133                                 <b  class="itemname">disabled</b> : <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a>|boolean
134                                 
135                                 
136                         </div>
137                   
138                         <div class="mdesc">
139                             <div class="short">If this module is disabled by some rule, return true from the funtion</div> 
140                         </div>
141                         
142                         <div class="mdesc">
143                             <div class="long">If this module is disabled by some rule, return true from the funtion</div> 
144                         </div>
145                         
146                         
147
148                     </td>
149                     <td class="msource">
150                         
151                         Roo.XComponent
152                                 
153                     </td>
154                 </tr>
155         
156         
157                 <tr class="config-row expandable config-row-alt1 notInherited">
158                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
159                     <td class="sig">
160
161                         <a id="Roo.XComponent-cfg-items" name=".items"></a>
162                         <div class="fixedFont">
163                                 <b  class="itemname">items</b> : <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
164                                 
165                                 
166                         </div>
167                   
168                         <div class="mdesc">
169                             <div class="short">A single item array - the first element is the root of the tree.</div> 
170                         </div>
171                         
172                         <div class="mdesc">
173                             <div class="long">A single item array - the first element is the root of the tree..<br/>It's done this way to stay compatible with the Xtype system...</div> 
174                         </div>
175                         
176                         
177
178                     </td>
179                     <td class="msource">
180                         
181                         Roo.XComponent
182                                 
183                     </td>
184                 </tr>
185         
186         
187                 <tr class="config-row expandable config-row-alt0">
188                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189                     <td class="sig">
190
191                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
192                         <div class="fixedFont">
193                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
194                                 
195                                 
196                         </div>
197                   
198                         <div class="mdesc">
199                             <div class="short">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           .</div> 
200                         </div>
201                         
202                         <div class="mdesc">
203                             <div class="long">list of events and functions to call for this object, <br/>For example :<br/><pre><code><br/>    listeners :  { <br/>       'click' : function(e) {<br/>           ..... <br/>        } ,<br/>        .... <br/>    } <br/>  </code></pre></div> 
204                         </div>
205                         
206                         
207
208                     </td>
209                     <td class="msource">
210                         
211                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
212                                 
213                     </td>
214                 </tr>
215         
216         
217                 <tr class="config-row expandable config-row-alt1 notInherited">
218                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
219                     <td class="sig">
220
221                         <a id="Roo.XComponent-cfg-name" name=".name"></a>
222                         <div class="fixedFont">
223                                 <b  class="itemname">name</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
224                                 
225                                 
226                         </div>
227                   
228                         <div class="mdesc">
229                             <div class="short">String to display while loading.</div> 
230                         </div>
231                         
232                         <div class="mdesc">
233                             <div class="long">String to display while loading.</div> 
234                         </div>
235                         
236                         
237
238                     </td>
239                     <td class="msource">
240                         
241                         Roo.XComponent
242                                 
243                     </td>
244                 </tr>
245         
246         
247                 <tr class="config-row expandable config-row-alt0 notInherited">
248                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
249                     <td class="sig">
250
251                         <a id="Roo.XComponent-cfg-order" name=".order"></a>
252                         <div class="fixedFont">
253                                 <b  class="itemname">order</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
254                                 
255                                 
256                         </div>
257                   
258                         <div class="mdesc">
259                             <div class="short">Used to set the order in which elements are created (usefull for multiple tabs)</div> 
260                         </div>
261                         
262                         <div class="mdesc">
263                             <div class="long">Used to set the order in which elements are created (usefull for multiple tabs)</div> 
264                         </div>
265                         
266                         
267
268                     </td>
269                     <td class="msource">
270                         
271                         Roo.XComponent
272                                 
273                     </td>
274                 </tr>
275         
276         
277                 <tr class="config-row expandable config-row-alt1 notInherited">
278                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
279                     <td class="sig">
280
281                         <a id="Roo.XComponent-cfg-parent" name=".parent"></a>
282                         <div class="fixedFont">
283                                 <b  class="itemname">parent</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
284                                 
285                                 
286                         </div>
287                   
288                         <div class="mdesc">
289                             <div class="short">Name of parent element which it get xtype added to.</div> 
290                         </div>
291                         
292                         <div class="mdesc">
293                             <div class="long">Name of parent element which it get xtype added to..</div> 
294                         </div>
295                         
296                         
297
298                     </td>
299                     <td class="msource">
300                         
301                         Roo.XComponent
302                                 
303                     </td>
304                 </tr>
305         
306         
307                 <tr class="config-row expandable config-row-alt0 notInherited">
308                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
309                     <td class="sig">
310
311                         <a id="Roo.XComponent-cfg-region" name=".region"></a>
312                         <div class="fixedFont">
313                                 <b  class="itemname">region</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
314                                 
315                                 
316                         </div>
317                   
318                         <div class="mdesc">
319                             <div class="short">Region to render component to (defaults to center)</div> 
320                         </div>
321                         
322                         <div class="mdesc">
323                             <div class="long">Region to render component to (defaults to center)</div> 
324                         </div>
325                         
326                         
327
328                     </td>
329                     <td class="msource">
330                         
331                         Roo.XComponent
332                                 
333                     </td>
334                 </tr>
335         
336         
337     </table>
338                 
339   
340   
341   
342   
343   
344   
345   
346   
347   <!-- ============================== public properties ==================== -->        
348   
349   
350   
351     <a id="Roo.XComponent-props"></a>      
352     
353     
354
355     
356      
357     
358         
359       <table cellspacing="0" class="member-table">   
360       <caption>Public Properties </caption>
361         <tr>
362             <th class="sig-header" colspan="2">Property</th>
363             <th class="sig-header">Description</th>
364             <th class="msource-header">Defined By</th>
365         </tr>
366         
367       
368                     
369           
370                  
371          
372         
373         
374           <tr class="property-row config-row-alt0 notInherited">
375             <td class="micon">
376                 <a class="exi" href="#expand">&nbsp;</a>
377             </td>
378             <td class="sig">
379                <a id="Roo.XComponent-prop-buildCompleted" name=".buildCompleted"></a>
380                <div class="fixedFont">
381                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">buildCompleted</b> :
382                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>
383                      </div>
384             </td>
385             <td class="sig">
386                 <div class="mdesc">
387
388
389                    <div class="short">
390                         True when the builder has completed building the interface.
391                    
392                    
393                    
394                    </div> 
395                     
396                     <div class="long">
397                     
398                         True when the builder has completed building the interface.                        
399                  
400                 </div>
401                 </div>
402             </td>
403             
404             <td class="msource">  
405             Roo.XComponent
406             </td>             
407                 
408           </tr>
409                  
410          
411         
412         
413           <tr class="property-row config-row-alt1 notInherited">
414             <td class="micon">
415                 <a class="exi" href="#expand">&nbsp;</a>
416             </td>
417             <td class="sig">
418                <a id="Roo.XComponent-prop-elmodules" name=".elmodules"></a>
419                <div class="fixedFont">
420                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">elmodules</b> :
421                      <span type="etype">of Roo.XComponent</span>
422                      </div>
423             </td>
424             <td class="sig">
425                 <div class="mdesc">
426
427
428                    <div class="short">
429                         array of modules to be created by which use <b>ID</b>
430                    
431                    
432                    
433                    </div> 
434                     
435                     <div class="long">
436                     
437                         array of modules to be created by which use <b>ID</b>                        
438                  
439                 </div>
440                 </div>
441             </td>
442             
443             <td class="msource">  
444             Roo.XComponent
445             </td>             
446                 
447           </tr>
448                  
449          
450         
451         
452           <tr class="property-row config-row-alt0 notInherited">
453             <td class="micon">
454                 <a class="exi" href="#expand">&nbsp;</a>
455             </td>
456             <td class="sig">
457                <a id="Roo.XComponent-prop-event" name=".event"></a>
458                <div class="fixedFont">
459                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">event</b> :
460                      <span type="etype"></span>
461                      </div>
462             </td>
463             <td class="sig">
464                 <div class="mdesc">
465
466
467                    <div class="short">
468                         Event Object.
469                    
470                    
471                    
472                    </div> 
473                     
474                     <div class="long">
475                     
476                         Event Object.                        
477                  
478                 </div>
479                 </div>
480             </td>
481             
482             <td class="msource">  
483             Roo.XComponent
484             </td>             
485                 
486           </tr>
487                  
488          
489         
490         
491           <tr class="property-row config-row-alt1 notInherited">
492             <td class="micon">
493                 <a class="exi" href="#expand">&nbsp;</a>
494             </td>
495             <td class="sig">
496                <a id="Roo.XComponent-prop-hideProgress" name=".hideProgress"></a>
497                <div class="fixedFont">
498                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">hideProgress</b> :
499                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>
500                      </div>
501             </td>
502             <td class="sig">
503                 <div class="mdesc">
504
505
506                    <div class="short">
507                         true to disable the building progress bar.
508                    
509                    
510                    
511                    </div> 
512                     
513                     <div class="long">
514                     
515                         true to disable the building progress bar.. usefull on single page renders.                        
516                  
517                 </div>
518                 </div>
519             </td>
520             
521             <td class="msource">  
522             Roo.XComponent
523             </td>             
524                 
525           </tr>
526                  
527          
528         
529         
530           <tr class="property-row config-row-alt0 notInherited">
531             <td class="micon">
532                 <a class="exi" href="#expand">&nbsp;</a>
533             </td>
534             <td class="sig">
535                <a id="Roo.XComponent-prop-modules" name=".modules"></a>
536                <div class="fixedFont">
537                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">modules</b> :
538                      <span type="etype">of Roo.XComponent</span>
539                      </div>
540             </td>
541             <td class="sig">
542                 <div class="mdesc">
543
544
545                    <div class="short">
546                         array of modules to be created by registration system.
547                    
548                    
549                    
550                    </div> 
551                     
552                     <div class="long">
553                     
554                         array of modules to be created by registration system.                        
555                  
556                 </div>
557                 </div>
558             </td>
559             
560             <td class="msource">  
561             Roo.XComponent
562             </td>             
563                 
564           </tr>
565                  
566          
567         
568         
569           <tr class="property-row config-row-alt1 notInherited">
570             <td class="micon">
571                 <a class="exi" href="#expand">&nbsp;</a>
572             </td>
573             <td class="sig">
574                <a id="Roo.XComponent-prop-on" name=".on"></a>
575                <div class="fixedFont">
576                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">on</b> :
577                      <span type="etype"></span>
578                      </div>
579             </td>
580             <td class="sig">
581                 <div class="mdesc">
582
583
584                    <div class="short">
585                         wrapper for event.on - aliased later.
586                    
587                    
588                    
589                    </div> 
590                     
591                     <div class="long">
592                     
593                         wrapper for event.on - aliased later..  <br/>Typically use to register a event handler for register:<br/><br/>eg. Roo.XComponent.on('register', function(comp) { comp.disable = true } );                        
594                  
595                 </div>
596                 </div>
597             </td>
598             
599             <td class="msource">  
600             Roo.XComponent
601             </td>             
602                 
603           </tr>
604                  
605          
606         
607         
608           <tr class="property-row config-row-alt0 notInherited">
609             <td class="micon">
610                 <a class="exi" href="#expand">&nbsp;</a>
611             </td>
612             <td class="sig">
613                <a id="Roo.XComponent-prop-topModule" name=".topModule"></a>
614                <div class="fixedFont">
615                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">topModule</b> :
616                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>
617                      </div>
618             </td>
619             <td class="sig">
620                 <div class="mdesc">
621
622
623                    <div class="short">
624                         the upper most module - uses document.element as it's constructor.
625                    
626                    
627                    
628                    </div> 
629                     
630                     <div class="long">
631                     
632                         the upper most module - uses document.element as it's constructor.                        
633                  
634                 </div>
635                 </div>
636             </td>
637             
638             <td class="msource">  
639             Roo.XComponent
640             </td>             
641                 
642           </tr>
643         
644         
645          
646         
647       
648         <!-- TODO: implement this alt row.  also notice non-linked "Defined by" when property is a part of this class.     
649         <tr class="property-row alt">
650              
651         -->
652
653     </table>
654   
655     
656   <!-- ============================== methods summary / details ======================== -->
657   
658   
659   <a id="Roo.XComponent-methods"></a>
660         <!-- constructor?? -->
661         
662         <!-- static's first 
663         
664         
665         -->
666         
667         <!-- then dynamics first -->
668         
669   
670   
671     
672     
673     
674       <table cellspacing="0" class="member-table">
675       <caption>Public Methods</caption>
676         <tr>
677             <th class="sig-header" colspan="2">Method</th>            
678             <th class="msource-header">Defined By</th>
679
680         </tr>
681         
682         
683         
684          
685         
686         
687           
688           <tr class="method-row config-row-alt0 expandable notInherited">
689             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
690            
691            
692             <td class="sig">
693                 <a id="Roo-method-XComponent"   name=".XComponent"></a>
694                 <div class="fixedFont">
695                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">XComponent</b>
696                                 
697                                  (<B><i>cfg</i></B>) 
698                         
699                                 
700                         
701                 </div>
702                 <div class="mdesc">
703                 
704                  
705                         <div class="short">Create a new Roo.XComponent</div> 
706                  
707                  
708                     <div class="long">
709                         
710                         
711                         
712                                 Create a new Roo.XComponent
713                         
714                         
715                                 <dl class="detailList">
716                                 <dt class="heading">Parameters:</dt>
717                                 
718                                         <dt>
719                                                  <b>cfg</b>
720                                                 
721                                         </dt>
722                                         <dd>{Object} configuration of component</dd>
723                                 
724                                 </dl>
725                         
726                         
727                         
728                         
729                         
730                         
731                         
732
733                     
734                     
735                      
736                     </div>                    
737                 </div>
738
739             </td>
740             <td class="msource">
741                 &nbsp;
742             </td>
743         </tr>
744         
745           
746           <tr class="method-row config-row-alt1 expandable notInherited">
747             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
748            
749            
750             <td class="sig">
751                 <a id="Roo.XComponent-method-build"   name=".build"></a>
752                 <div class="fixedFont">
753                         <span class="attributes">Roo.XComponent.</span><b class="itemname">build</b>
754                                 
755                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>parent</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>optional</i></B>) 
756                         
757                                 
758                         
759                 </div>
760                 <div class="mdesc">
761                 
762                    <div class="short">Build the registered modules.</div> 
763                  
764                  
765                  
766                     <div class="long">
767                         
768                                 Build the registered modules.
769                     
770                                 
771                         
772                         
773                         
774                         
775                                 <dl class="detailList">
776                                 <dt class="heading">Parameters:</dt>
777                                 
778                                         <dt>
779                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>parent</b>
780                                                 
781                                         </dt>
782                                         <dd>element.</dd>
783                                 
784                                         <dt>
785                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>optional</b>
786                                                 
787                                         </dt>
788                                         <dd>method to call after module has been added.</dd>
789                                 
790                                 </dl>
791                         
792                         
793                         
794                         
795                         
796                         
797                         
798
799                     
800                     
801                      
802                     </div>                    
803                 </div>
804
805             </td>
806             <td class="msource">
807                 
808                         Roo.XComponent
809                 &nbsp;
810             </td>
811         </tr>
812         
813           
814           <tr class="method-row config-row-alt0 expandable notInherited">
815             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
816            
817            
818             <td class="sig">
819                 <a id="Roo.XComponent-method-buildOrder"   name=".buildOrder"></a>
820                 <div class="fixedFont">
821                         <span class="attributes">Roo.XComponent.</span><b class="itemname">buildOrder</b>
822                                 
823                                  () 
824                         
825                                 
826                                          : 
827                                         
828                                                 
829                                                 <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
830                                         
831                                         
832                                         
833                                 
834                         
835                 </div>
836                 <div class="mdesc">
837                 
838                    <div class="short">make a list of modules to build.</div> 
839                  
840                  
841                  
842                     <div class="long">
843                         
844                                 make a list of modules to build.
845                     
846                                 
847                         
848                         
849                         
850                         
851                         
852                         
853                         
854                         
855                                 <dl class="detailList">
856                                 <dt class="heading">Returns:</dt>
857                                 
858                                         <dd><span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  list of modules.</dd>
859                                 
860                                 </dl>
861                         
862                         
863                         
864
865                     
866                     
867                      
868                     </div>                    
869                 </div>
870
871             </td>
872             <td class="msource">
873                 
874                         Roo.XComponent
875                 &nbsp;
876             </td>
877         </tr>
878         
879           
880           <tr class="method-row config-row-alt1 expandable notInherited">
881             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
882            
883            
884             <td class="sig">
885                 <a id="Roo.XComponent-method-preBuild"   name=".preBuild"></a>
886                 <div class="fixedFont">
887                         <span class="attributes">Roo.XComponent.</span><b class="itemname">preBuild</b>
888                                 
889                                  () 
890                         
891                                 
892                         
893                 </div>
894                 <div class="mdesc">
895                 
896                    <div class="short">move modules into their correct place in the tree.</div> 
897                  
898                  
899                  
900                     <div class="long">
901                         
902                                 move modules into their correct place in the tree..
903                     
904                                 
905                         
906                         
907                         
908                         
909                         
910                         
911                         
912                         
913                         
914                         
915
916                     
917                     
918                      
919                     </div>                    
920                 </div>
921
922             </td>
923             <td class="msource">
924                 
925                         Roo.XComponent
926                 &nbsp;
927             </td>
928         </tr>
929         
930           
931           <tr class="method-row config-row-alt0 expandable notInherited">
932             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
933            
934            
935             <td class="sig">
936                 <a id="Roo.XComponent-method-register"   name=".register"></a>
937                 <div class="fixedFont">
938                         <span class="attributes">Roo.XComponent.</span><b class="itemname">register</b>
939                                 
940                                  () 
941                         
942                                 
943                         
944                 </div>
945                 <div class="mdesc">
946                 
947                    <div class="short">Register components to be built later.</div> 
948                  
949                  
950                  
951                     <div class="long">
952                         
953                                 Register components to be built later.<br/><br/>This solves the following issues<br/>- Building is not done on page load, but after an authentication process has occured.<br/>- Interface elements are registered on page load<br/>- Parent Interface elements may not be loaded before child, so this handles that..<br/><br/><br/>example:<br/><br/>MyApp.register({<br/>          order : '000001',<br/>          module : 'Pman.Tab.projectMgr',<br/>          region : 'center',<br/>          parent : 'Pman.layout',<br/>          disabled : false,  // or use a function..<br/>        })<br/>* <b>param</b> {Object} details about module
954                     
955                                 
956                         
957                         
958                         
959                         
960                         
961                         
962                         
963                         
964                         
965                         
966
967                     
968                     
969                      
970                     </div>                    
971                 </div>
972
973             </td>
974             <td class="msource">
975                 
976                         Roo.XComponent
977                 &nbsp;
978             </td>
979         </tr>
980         
981           
982           <tr class="method-row config-row-alt1 expandable notInherited">
983             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
984            
985            
986             <td class="sig">
987                 <a id="Roo.XComponent-method-toObject"   name=".toObject"></a>
988                 <div class="fixedFont">
989                         <span class="attributes">Roo.XComponent.</span><b class="itemname">toObject</b>
990                                 
991                                  () 
992                         
993                                 
994                         
995                 </div>
996                 <div class="mdesc">
997                 
998                    <div class="short">convert a string to an object.</div> 
999                  
1000                  
1001                  
1002                     <div class="long">
1003                         
1004                                 convert a string to an object..<br/>eg. 'AAA.BBB' -> finds AAA.BBB
1005                     
1006                                 
1007                         
1008                         
1009                         
1010                         
1011                         
1012                         
1013                         
1014                         
1015                         
1016                         
1017
1018                     
1019                     
1020                      
1021                     </div>                    
1022                 </div>
1023
1024             </td>
1025             <td class="msource">
1026                 
1027                         Roo.XComponent
1028                 &nbsp;
1029             </td>
1030         </tr>
1031         
1032           
1033           <tr class="method-row config-row-alt0 expandable">
1034             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1035            
1036            
1037             <td class="sig">
1038                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
1039                 <div class="fixedFont">
1040                         <span class="attributes"></span><b class="itemname">addEvents</b>
1041                                 
1042                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
1043                         
1044                                 
1045                         
1046                 </div>
1047                 <div class="mdesc">
1048                 
1049                    <div class="short">Used to define events on this Observable</div> 
1050                  
1051                  
1052                  
1053                     <div class="long">
1054                         
1055                                 Used to define events on this Observable
1056                     
1057                                 
1058                         
1059                         
1060                         
1061                         
1062                                 <dl class="detailList">
1063                                 <dt class="heading">Parameters:</dt>
1064                                 
1065                                         <dt>
1066                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>object</b>
1067                                                 
1068                                         </dt>
1069                                         <dd>The object with the events defined</dd>
1070                                 
1071                                 </dl>
1072                         
1073                         
1074                         
1075                         
1076                         
1077                         
1078                         
1079
1080                     
1081                     
1082                      
1083                     </div>                    
1084                 </div>
1085
1086             </td>
1087             <td class="msource">
1088                 
1089                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1090                 &nbsp;
1091             </td>
1092         </tr>
1093         
1094           
1095           <tr class="method-row config-row-alt1 expandable">
1096             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1097            
1098            
1099             <td class="sig">
1100                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
1101                 <div class="fixedFont">
1102                         <span class="attributes"></span><b class="itemname">addListener</b>
1103                                 
1104                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>options</i></B>) 
1105                         
1106                                 
1107                         
1108                 </div>
1109                 <div class="mdesc">
1110                 
1111                    <div class="short">Appends an event handler to this component</div> 
1112                  
1113                  
1114                  
1115                     <div class="long">
1116                         
1117                                 Appends an event handler to this component
1118                     
1119                                 
1120                         
1121                         
1122                         
1123                         
1124                                 <dl class="detailList">
1125                                 <dt class="heading">Parameters:</dt>
1126                                 
1127                                         <dt>
1128                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1129                                                 
1130                                         </dt>
1131                                         <dd>The type of event to listen for</dd>
1132                                 
1133                                         <dt>
1134                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1135                                                 
1136                                         </dt>
1137                                         <dd>The method the event invokes</dd>
1138                                 
1139                                         <dt>
1140                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1141                                                 
1142                                         </dt>
1143                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1144                                 
1145                                         <dt>
1146                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>options</b>
1147                                                 
1148                                         </dt>
1149                                         <dd>(optional) An object containing handler configuration<br/>properties. This may contain any of the following properties:<ul><br/><li>scope {Object} The scope in which to execute the handler function. The handler function's "this" context.</li><br/><li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li><br/><li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li><br/><li>buffer {Number} Causes the handler to be scheduled to run in an {<b>link</b> Roo.util.DelayedTask} delayed<br/>by the specified number of milliseconds. If the event fires again within that time, the original<br/>handler is <em>not</em> invoked, but the new handler is scheduled in its place.</li><br/></ul><br><br/><p><br/><b>Combining Options</b><br><br/>Using the options argument, it is possible to combine different types of listeners:<br><br/><br><br/>A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)<br/>             <pre><code><br/>                el.on('click', this.onClick, this, {<br/>                       single: true,<br/>              delay: 100,<br/>                forumId: 4<br/>         });<br/>                </code></pre><br/><p><br/><b>Attaching multiple handlers in 1 call</b><br><br/>The method also allows for a single argument to be passed which is a config object containing properties<br/>which specify multiple handlers.<br/><pre><code><br/>               el.on({<br/>                    'click': {<br/>                 fn: this.onClick,<br/>                  scope: this,<br/>                       delay: 100<br/>                 }, <br/>                'mouseover': {<br/>                     fn: this.onMouseOver,<br/>                      scope: this<br/>                },<br/>                 'mouseout': {<br/>                      fn: this.onMouseOut,<br/>                       scope: this<br/>                }<br/>          });<br/>                </code></pre><br/><p><br/>Or a shorthand syntax which passes the same scope object to all handlers:<br/>        <pre><code><br/>                el.on({<br/>                    'click': this.onClick,<br/>             'mouseover': this.onMouseOver,<br/>             'mouseout': this.onMouseOut,<br/>               scope: this<br/>                });<br/>                </code></pre></dd>
1150                                 
1151                                 </dl>
1152                         
1153                         
1154                         
1155                         
1156                         
1157                         
1158                         
1159
1160                     
1161                     
1162                      
1163                     </div>                    
1164                 </div>
1165
1166             </td>
1167             <td class="msource">
1168                 
1169                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1170                 &nbsp;
1171             </td>
1172         </tr>
1173         
1174           
1175           <tr class="method-row config-row-alt0 expandable">
1176             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1177            
1178            
1179             <td class="sig">
1180                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
1181                 <div class="fixedFont">
1182                         <span class="attributes"></span><b class="itemname">fireEvent</b>
1183                                 
1184                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a> <B><i>args</i></B>) 
1185                         
1186                                 
1187                                          : 
1188                                         
1189                                                 
1190                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1191                                         
1192                                         
1193                                         
1194                                 
1195                         
1196                 </div>
1197                 <div class="mdesc">
1198                 
1199                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
1200                  
1201                  
1202                  
1203                     <div class="long">
1204                         
1205                                 Fires the specified event with the passed parameters (minus the event name).
1206                     
1207                                 
1208                         
1209                         
1210                         
1211                         
1212                                 <dl class="detailList">
1213                                 <dt class="heading">Parameters:</dt>
1214                                 
1215                                         <dt>
1216                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1217                                                 
1218                                         </dt>
1219                                         <dd></dd>
1220                                 
1221                                         <dt>
1222                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object...</a></span>  <b>args</b>
1223                                                 
1224                                         </dt>
1225                                         <dd>Variable number of parameters are passed to handlers</dd>
1226                                 
1227                                 </dl>
1228                         
1229                         
1230                         
1231                         
1232                         
1233                                 <dl class="detailList">
1234                                 <dt class="heading">Returns:</dt>
1235                                 
1236                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  returns false if any of the handlers return false otherwise it returns true</dd>
1237                                 
1238                                 </dl>
1239                         
1240                         
1241                         
1242
1243                     
1244                     
1245                      
1246                     </div>                    
1247                 </div>
1248
1249             </td>
1250             <td class="msource">
1251                 
1252                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1253                 &nbsp;
1254             </td>
1255         </tr>
1256         
1257           
1258           <tr class="method-row config-row-alt1 expandable">
1259             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1260            
1261            
1262             <td class="sig">
1263                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
1264                 <div class="fixedFont">
1265                         <span class="attributes"></span><b class="itemname">hasListener</b>
1266                                 
1267                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
1268                         
1269                                 
1270                                          : 
1271                                         
1272                                                 
1273                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1274                                         
1275                                         
1276                                         
1277                                 
1278                         
1279                 </div>
1280                 <div class="mdesc">
1281                 
1282                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
1283                  
1284                  
1285                  
1286                     <div class="long">
1287                         
1288                                 Checks to see if this object has any listeners for a specified event
1289                     
1290                                 
1291                         
1292                         
1293                         
1294                         
1295                                 <dl class="detailList">
1296                                 <dt class="heading">Parameters:</dt>
1297                                 
1298                                         <dt>
1299                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1300                                                 
1301                                         </dt>
1302                                         <dd>The name of the event to check for</dd>
1303                                 
1304                                 </dl>
1305                         
1306                         
1307                         
1308                         
1309                         
1310                                 <dl class="detailList">
1311                                 <dt class="heading">Returns:</dt>
1312                                 
1313                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  True if the event is being listened for, else false</dd>
1314                                 
1315                                 </dl>
1316                         
1317                         
1318                         
1319
1320                     
1321                     
1322                      
1323                     </div>                    
1324                 </div>
1325
1326             </td>
1327             <td class="msource">
1328                 
1329                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1330                 &nbsp;
1331             </td>
1332         </tr>
1333         
1334           
1335           <tr class="method-row config-row-alt0 expandable">
1336             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1337            
1338            
1339             <td class="sig">
1340                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
1341                 <div class="fixedFont">
1342                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
1343                                 
1344                                  () 
1345                         
1346                                 
1347                         
1348                 </div>
1349                 <div class="mdesc">
1350                 
1351                    <div class="short">Removes all listeners for this object</div> 
1352                  
1353                  
1354                  
1355                     <div class="long">
1356                         
1357                                 Removes all listeners for this object
1358                     
1359                                 
1360                         
1361                         
1362                         
1363                         
1364                         
1365                         
1366                         
1367                         
1368                         
1369                         
1370
1371                     
1372                     
1373                      
1374                     </div>                    
1375                 </div>
1376
1377             </td>
1378             <td class="msource">
1379                 
1380                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1381                 &nbsp;
1382             </td>
1383         </tr>
1384         
1385           
1386           <tr class="method-row config-row-alt1 expandable">
1387             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1388            
1389            
1390             <td class="sig">
1391                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
1392                 <div class="fixedFont">
1393                         <span class="attributes"></span><b class="itemname">removeListener</b>
1394                                 
1395                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1396                         
1397                                 
1398                         
1399                 </div>
1400                 <div class="mdesc">
1401                 
1402                    <div class="short">Removes a listener</div> 
1403                  
1404                  
1405                  
1406                     <div class="long">
1407                         
1408                                 Removes a listener
1409                     
1410                                 
1411                         
1412                         
1413                         
1414                         
1415                                 <dl class="detailList">
1416                                 <dt class="heading">Parameters:</dt>
1417                                 
1418                                         <dt>
1419                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1420                                                 
1421                                         </dt>
1422                                         <dd>The type of event to listen for</dd>
1423                                 
1424                                         <dt>
1425                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1426                                                 
1427                                         </dt>
1428                                         <dd>The handler to remove</dd>
1429                                 
1430                                         <dt>
1431                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1432                                                 
1433                                         </dt>
1434                                         <dd>(optional) The scope (this object) for the handler</dd>
1435                                 
1436                                 </dl>
1437                         
1438                         
1439                         
1440                         
1441                         
1442                         
1443                         
1444
1445                     
1446                     
1447                      
1448                     </div>                    
1449                 </div>
1450
1451             </td>
1452             <td class="msource">
1453                 
1454                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1455                 &nbsp;
1456             </td>
1457         </tr>
1458         
1459           
1460           <tr class="method-row config-row-alt0 expandable notInherited">
1461             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1462            
1463            
1464             <td class="sig">
1465                 <a id="Roo.XComponent-method-render"   name=".render"></a>
1466                 <div class="fixedFont">
1467                         <span class="attributes"></span><b class="itemname">render</b>
1468                                 
1469                                  (<a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>|<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DomElement <B><i>optional</i></B>) 
1470                         
1471                                 
1472                         
1473                 </div>
1474                 <div class="mdesc">
1475                 
1476                    <div class="short">render<br/>render element to dom or tree</div> 
1477                  
1478                  
1479                  
1480                     <div class="long">
1481                         
1482                                 render<br/>render element to dom or tree
1483                     
1484                                 
1485                         
1486                         
1487                         
1488                         
1489                                 <dl class="detailList">
1490                                 <dt class="heading">Parameters:</dt>
1491                                 
1492                                         <dt>
1493                                                 <span class="fixedFont"><a href="./Roo.Element.html#constructor" roo:cls="Roo.Element.html#constructor">Roo.Element</a>|<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>|DomElement</span>  <b>optional</b>
1494                                                 
1495                                         </dt>
1496                                         <dd>render to if parent is not set.</dd>
1497                                 
1498                                 </dl>
1499                         
1500                         
1501                         
1502                         
1503                         
1504                         
1505                         
1506
1507                     
1508                     
1509                      
1510                     </div>                    
1511                 </div>
1512
1513             </td>
1514             <td class="msource">
1515                 
1516                         Roo.XComponent
1517                 &nbsp;
1518             </td>
1519         </tr>
1520         
1521           
1522           <tr class="method-row config-row-alt1 expandable">
1523             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1524            
1525            
1526             <td class="sig">
1527                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
1528                 <div class="fixedFont">
1529                         <span class="attributes"></span><b class="itemname">un</b>
1530                                 
1531                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>handler</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>scope</i></B>) 
1532                         
1533                                 
1534                         
1535                 </div>
1536                 <div class="mdesc">
1537                 
1538                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
1539                  
1540                  
1541                  
1542                     <div class="long">
1543                         
1544                                 Removes a listener (shorthand for removeListener)
1545                     
1546                                 
1547                         
1548                         
1549                         
1550                         
1551                                 <dl class="detailList">
1552                                 <dt class="heading">Parameters:</dt>
1553                                 
1554                                         <dt>
1555                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1556                                                 
1557                                         </dt>
1558                                         <dd>The type of event to listen for</dd>
1559                                 
1560                                         <dt>
1561                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1562                                                 
1563                                         </dt>
1564                                         <dd>The handler to remove</dd>
1565                                 
1566                                         <dt>
1567                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>scope</b>
1568                                                 
1569                                         </dt>
1570                                         <dd>(optional) The scope (this object) for the handler</dd>
1571                                 
1572                                 </dl>
1573                         
1574                         
1575                         
1576                         
1577                         
1578                         
1579                         
1580
1581                     
1582                     
1583                      
1584                     </div>                    
1585                 </div>
1586
1587             </td>
1588             <td class="msource">
1589                 
1590                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1591                 &nbsp;
1592             </td>
1593         </tr>
1594         
1595                                                        
1596     </table>
1597
1598   
1599   <!-- ============================== events summary / details ======================== -->
1600   
1601   
1602   <a id="Roo.XComponent-events"></a>
1603     
1604   
1605         
1606    
1607   
1608     
1609     
1610     
1611       <table cellspacing="0" class="member-table">
1612                 <caption>Events</caption>
1613               <thead>
1614                 <tr>
1615                     <th class="sig-header" colspan="2">Event</th>            
1616                     <th class="msource-header">Defined By</th>
1617
1618                 </tr>
1619               </thead>  
1620         
1621         
1622          
1623         
1624         
1625           <tr class="method-row expandable config-row-alt0 notInherited">
1626             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1627             
1628             <td class="sig">
1629                 <a id="Roo.XComponent-event-*built"></a>
1630                 
1631                <div class="fixedFont">
1632                 <b class="itemname">built</b> (<a href="./Roo.XComponent.html#constructor" roo:cls="Roo.XComponent.html#constructor">Roo.XComponent</a> <B><i>c</i></B>) 
1633                 
1634                 </div>
1635
1636                 <div class="mdesc">
1637
1638                    <div class="short">Fires when this the componnt is built
1639                    
1640                 </div> 
1641                     
1642                     <div class="long">
1643                     
1644                         Fires when this the componnt is built
1645                     
1646                         
1647                         
1648                 
1649                         
1650                                 <dl class="detailList">
1651                                 <dt class="heading">Parameters:</dt>
1652                                 
1653                                         <dt>
1654                                                 <span class="fixedFont"><a href="./Roo.XComponent.html#constructor" roo:cls="Roo.XComponent.html#constructor">Roo.XComponent</a></span> <b>c</b>
1655                                                 
1656                                         </dt>
1657                                         <dd>the component</dd>
1658                                 
1659                                 </dl>
1660                         
1661                         
1662                         
1663                         
1664                         
1665                         
1666                         
1667
1668                     
1669                     
1670                      
1671                     </div>                    
1672                 </div>
1673
1674             </td>
1675             <td class="msource">
1676                 Roo.XComponent
1677             </td>
1678         </tr>
1679         
1680                                                        
1681     </table>
1682
1683   
1684   
1685   
1686  
1687 <!-- ============================== footer ================================= -->
1688                 <div class="fineprint" style="clear:both">
1689                         
1690                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Thu Mar 20 2014 19:25:19 GMT+0800 (HKT)
1691                         Based on 
1692                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
1693                 </div>
1694         </body>
1695 </html>