936e530161a13c05efeb90770cdb92b1d779665d
[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-build_from_html" name=".build_from_html"></a>
419                <div class="fixedFont">
420                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">build_from_html</b> :
421                      <span type="etype">true  (default false)</span>
422                      </div>
423             </td>
424             <td class="sig">
425                 <div class="mdesc">
426
427
428                    <div class="short">
429                         Build elements from html - used by bootstrap HTML stuff <br/>   - this is cleared after build is completed
430                    
431                    
432                    
433                    </div> 
434                     
435                     <div class="long">
436                     
437                         Build elements from html - used by bootstrap HTML stuff <br/>   - this is cleared after build is completed                        
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-elmodules" name=".elmodules"></a>
458                <div class="fixedFont">
459                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">elmodules</b> :
460                      <span type="etype">of Roo.XComponent</span>
461                      </div>
462             </td>
463             <td class="sig">
464                 <div class="mdesc">
465
466
467                    <div class="short">
468                         array of modules to be created by which use <b>ID</b>
469                    
470                    
471                    
472                    </div> 
473                     
474                     <div class="long">
475                     
476                         array of modules to be created by which use <b>ID</b>                        
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-event" name=".event"></a>
497                <div class="fixedFont">
498                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">event</b> :
499                      <span type="etype"></span>
500                      </div>
501             </td>
502             <td class="sig">
503                 <div class="mdesc">
504
505
506                    <div class="short">
507                         Event Object.
508                    
509                    
510                    
511                    </div> 
512                     
513                     <div class="long">
514                     
515                         Event Object.                        
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-hideProgress" name=".hideProgress"></a>
536                <div class="fixedFont">
537                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">hideProgress</b> :
538                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>
539                      </div>
540             </td>
541             <td class="sig">
542                 <div class="mdesc">
543
544
545                    <div class="short">
546                         true to disable the building progress bar.
547                    
548                    
549                    
550                    </div> 
551                     
552                     <div class="long">
553                     
554                         true to disable the building progress bar.. usefull on single page renders.                        
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-modules" name=".modules"></a>
575                <div class="fixedFont">
576                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">modules</b> :
577                      <span type="etype">of Roo.XComponent</span>
578                      </div>
579             </td>
580             <td class="sig">
581                 <div class="mdesc">
582
583
584                    <div class="short">
585                         array of modules to be created by registration system.
586                    
587                    
588                    
589                    </div> 
590                     
591                     <div class="long">
592                     
593                         array of modules to be created by registration system.                        
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-on" name=".on"></a>
614                <div class="fixedFont">
615                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">on</b> :
616                      <span type="etype"></span>
617                      </div>
618             </td>
619             <td class="sig">
620                 <div class="mdesc">
621
622
623                    <div class="short">
624                         wrapper for event.on - aliased later.
625                    
626                    
627                    
628                    </div> 
629                     
630                     <div class="long">
631                     
632                         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 } );                        
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           <tr class="property-row config-row-alt1 notInherited">
648             <td class="micon">
649                 <a class="exi" href="#expand">&nbsp;</a>
650             </td>
651             <td class="sig">
652                <a id="Roo.XComponent-prop-topModule" name=".topModule"></a>
653                <div class="fixedFont">
654                     <span class="attributes">Roo.XComponent.</span><b  class="itemname">topModule</b> :
655                      <span type="etype"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>
656                      </div>
657             </td>
658             <td class="sig">
659                 <div class="mdesc">
660
661
662                    <div class="short">
663                         the upper most module - uses document.element as it's constructor.
664                    
665                    
666                    
667                    </div> 
668                     
669                     <div class="long">
670                     
671                         the upper most module - uses document.element as it's constructor.                        
672                  
673                 </div>
674                 </div>
675             </td>
676             
677             <td class="msource">  
678             Roo.XComponent
679             </td>             
680                 
681           </tr>
682         
683         
684          
685         
686       
687         <!-- TODO: implement this alt row.  also notice non-linked "Defined by" when property is a part of this class.     
688         <tr class="property-row alt">
689              
690         -->
691
692     </table>
693   
694     
695   <!-- ============================== methods summary / details ======================== -->
696   
697   
698   <a id="Roo.XComponent-methods"></a>
699         <!-- constructor?? -->
700         
701         <!-- static's first 
702         
703         
704         -->
705         
706         <!-- then dynamics first -->
707         
708   
709   
710     
711     
712     
713       <table cellspacing="0" class="member-table">
714       <caption>Public Methods</caption>
715         <tr>
716             <th class="sig-header" colspan="2">Method</th>            
717             <th class="msource-header">Defined By</th>
718
719         </tr>
720         
721         
722         
723          
724         
725         
726           
727           <tr class="method-row config-row-alt0 expandable notInherited">
728             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
729            
730            
731             <td class="sig">
732                 <a id="Roo-method-XComponent"   name=".XComponent"></a>
733                 <div class="fixedFont">
734                         <span class="attributes">new <B>Roo.</B></span><b class="itemname">XComponent</b>
735                                 
736                                  (<B><i>cfg</i></B>) 
737                         
738                                 
739                         
740                 </div>
741                 <div class="mdesc">
742                 
743                  
744                         <div class="short">Create a new Roo.XComponent</div> 
745                  
746                  
747                     <div class="long">
748                         
749                         
750                         
751                                 Create a new Roo.XComponent
752                         
753                         
754                                 <dl class="detailList">
755                                 <dt class="heading">Parameters:</dt>
756                                 
757                                         <dt>
758                                                  <b>cfg</b>
759                                                 
760                                         </dt>
761                                         <dd>{Object} configuration of component</dd>
762                                 
763                                 </dl>
764                         
765                         
766                         
767                         
768                         
769                         
770                         
771
772                     
773                     
774                      
775                     </div>                    
776                 </div>
777
778             </td>
779             <td class="msource">
780                 &nbsp;
781             </td>
782         </tr>
783         
784           
785           <tr class="method-row config-row-alt1 expandable notInherited">
786             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
787            
788            
789             <td class="sig">
790                 <a id="Roo.XComponent-method-build"   name=".build"></a>
791                 <div class="fixedFont">
792                         <span class="attributes">Roo.XComponent.</span><b class="itemname">build</b>
793                                 
794                                  (<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>) 
795                         
796                                 
797                         
798                 </div>
799                 <div class="mdesc">
800                 
801                    <div class="short">Build the registered modules.</div> 
802                  
803                  
804                  
805                     <div class="long">
806                         
807                                 Build the registered modules.
808                     
809                                 
810                         
811                         
812                         
813                         
814                                 <dl class="detailList">
815                                 <dt class="heading">Parameters:</dt>
816                                 
817                                         <dt>
818                                                 <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>
819                                                 
820                                         </dt>
821                                         <dd>element.</dd>
822                                 
823                                         <dt>
824                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>optional</b>
825                                                 
826                                         </dt>
827                                         <dd>method to call after module has been added.</dd>
828                                 
829                                 </dl>
830                         
831                         
832                         
833                         
834                         
835                         
836                         
837
838                     
839                     
840                      
841                     </div>                    
842                 </div>
843
844             </td>
845             <td class="msource">
846                 
847                         Roo.XComponent
848                 &nbsp;
849             </td>
850         </tr>
851         
852           
853           <tr class="method-row config-row-alt0 expandable notInherited">
854             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
855            
856            
857             <td class="sig">
858                 <a id="Roo.XComponent-method-buildOrder"   name=".buildOrder"></a>
859                 <div class="fixedFont">
860                         <span class="attributes">Roo.XComponent.</span><b class="itemname">buildOrder</b>
861                                 
862                                  () 
863                         
864                                 
865                                          : 
866                                         
867                                                 
868                                                 <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
869                                         
870                                         
871                                         
872                                 
873                         
874                 </div>
875                 <div class="mdesc">
876                 
877                    <div class="short">make a list of modules to build.</div> 
878                  
879                  
880                  
881                     <div class="long">
882                         
883                                 make a list of modules to build.
884                     
885                                 
886                         
887                         
888                         
889                         
890                         
891                         
892                         
893                         
894                                 <dl class="detailList">
895                                 <dt class="heading">Returns:</dt>
896                                 
897                                         <dd><span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  list of modules.</dd>
898                                 
899                                 </dl>
900                         
901                         
902                         
903
904                     
905                     
906                      
907                     </div>                    
908                 </div>
909
910             </td>
911             <td class="msource">
912                 
913                         Roo.XComponent
914                 &nbsp;
915             </td>
916         </tr>
917         
918           
919           <tr class="method-row config-row-alt1 expandable notInherited">
920             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
921            
922            
923             <td class="sig">
924                 <a id="Roo.XComponent-method-preBuild"   name=".preBuild"></a>
925                 <div class="fixedFont">
926                         <span class="attributes">Roo.XComponent.</span><b class="itemname">preBuild</b>
927                                 
928                                  () 
929                         
930                                 
931                         
932                 </div>
933                 <div class="mdesc">
934                 
935                    <div class="short">move modules into their correct place in the tree.</div> 
936                  
937                  
938                  
939                     <div class="long">
940                         
941                                 move modules into their correct place in the tree..
942                     
943                                 
944                         
945                         
946                         
947                         
948                         
949                         
950                         
951                         
952                         
953                         
954
955                     
956                     
957                      
958                     </div>                    
959                 </div>
960
961             </td>
962             <td class="msource">
963                 
964                         Roo.XComponent
965                 &nbsp;
966             </td>
967         </tr>
968         
969           
970           <tr class="method-row config-row-alt0 expandable notInherited">
971             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
972            
973            
974             <td class="sig">
975                 <a id="Roo.XComponent-method-register"   name=".register"></a>
976                 <div class="fixedFont">
977                         <span class="attributes">Roo.XComponent.</span><b class="itemname">register</b>
978                                 
979                                  () 
980                         
981                                 
982                         
983                 </div>
984                 <div class="mdesc">
985                 
986                    <div class="short">Register components to be built later.</div> 
987                  
988                  
989                  
990                     <div class="long">
991                         
992                                 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
993                     
994                                 
995                         
996                         
997                         
998                         
999                         
1000                         
1001                         
1002                         
1003                         
1004                         
1005
1006                     
1007                     
1008                      
1009                     </div>                    
1010                 </div>
1011
1012             </td>
1013             <td class="msource">
1014                 
1015                         Roo.XComponent
1016                 &nbsp;
1017             </td>
1018         </tr>
1019         
1020           
1021           <tr class="method-row config-row-alt1 expandable notInherited">
1022             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1023            
1024            
1025             <td class="sig">
1026                 <a id="Roo.XComponent-method-toObject"   name=".toObject"></a>
1027                 <div class="fixedFont">
1028                         <span class="attributes">Roo.XComponent.</span><b class="itemname">toObject</b>
1029                                 
1030                                  () 
1031                         
1032                                 
1033                         
1034                 </div>
1035                 <div class="mdesc">
1036                 
1037                    <div class="short">convert a string to an object.</div> 
1038                  
1039                  
1040                  
1041                     <div class="long">
1042                         
1043                                 convert a string to an object..<br/>eg. 'AAA.BBB' -> finds AAA.BBB
1044                     
1045                                 
1046                         
1047                         
1048                         
1049                         
1050                         
1051                         
1052                         
1053                         
1054                         
1055                         
1056
1057                     
1058                     
1059                      
1060                     </div>                    
1061                 </div>
1062
1063             </td>
1064             <td class="msource">
1065                 
1066                         Roo.XComponent
1067                 &nbsp;
1068             </td>
1069         </tr>
1070         
1071           
1072           <tr class="method-row config-row-alt0 expandable">
1073             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1074            
1075            
1076             <td class="sig">
1077                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
1078                 <div class="fixedFont">
1079                         <span class="attributes"></span><b class="itemname">addEvents</b>
1080                                 
1081                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
1082                         
1083                                 
1084                         
1085                 </div>
1086                 <div class="mdesc">
1087                 
1088                    <div class="short">Used to define events on this Observable</div> 
1089                  
1090                  
1091                  
1092                     <div class="long">
1093                         
1094                                 Used to define events on this Observable
1095                     
1096                                 
1097                         
1098                         
1099                         
1100                         
1101                                 <dl class="detailList">
1102                                 <dt class="heading">Parameters:</dt>
1103                                 
1104                                         <dt>
1105                                                 <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>
1106                                                 
1107                                         </dt>
1108                                         <dd>The object with the events defined</dd>
1109                                 
1110                                 </dl>
1111                         
1112                         
1113                         
1114                         
1115                         
1116                         
1117                         
1118
1119                     
1120                     
1121                      
1122                     </div>                    
1123                 </div>
1124
1125             </td>
1126             <td class="msource">
1127                 
1128                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1129                 &nbsp;
1130             </td>
1131         </tr>
1132         
1133           
1134           <tr class="method-row config-row-alt1 expandable">
1135             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1136            
1137            
1138             <td class="sig">
1139                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
1140                 <div class="fixedFont">
1141                         <span class="attributes"></span><b class="itemname">addListener</b>
1142                                 
1143                                  (<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>) 
1144                         
1145                                 
1146                         
1147                 </div>
1148                 <div class="mdesc">
1149                 
1150                    <div class="short">Appends an event handler to this component</div> 
1151                  
1152                  
1153                  
1154                     <div class="long">
1155                         
1156                                 Appends an event handler to this component
1157                     
1158                                 
1159                         
1160                         
1161                         
1162                         
1163                                 <dl class="detailList">
1164                                 <dt class="heading">Parameters:</dt>
1165                                 
1166                                         <dt>
1167                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1168                                                 
1169                                         </dt>
1170                                         <dd>The type of event to listen for</dd>
1171                                 
1172                                         <dt>
1173                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1174                                                 
1175                                         </dt>
1176                                         <dd>The method the event invokes</dd>
1177                                 
1178                                         <dt>
1179                                                 <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>
1180                                                 
1181                                         </dt>
1182                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1183                                 
1184                                         <dt>
1185                                                 <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>
1186                                                 
1187                                         </dt>
1188                                         <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>
1189                                 
1190                                 </dl>
1191                         
1192                         
1193                         
1194                         
1195                         
1196                         
1197                         
1198
1199                     
1200                     
1201                      
1202                     </div>                    
1203                 </div>
1204
1205             </td>
1206             <td class="msource">
1207                 
1208                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1209                 &nbsp;
1210             </td>
1211         </tr>
1212         
1213           
1214           <tr class="method-row config-row-alt0 expandable">
1215             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1216            
1217            
1218             <td class="sig">
1219                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
1220                 <div class="fixedFont">
1221                         <span class="attributes"></span><b class="itemname">fireEvent</b>
1222                                 
1223                                  (<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>) 
1224                         
1225                                 
1226                                          : 
1227                                         
1228                                                 
1229                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1230                                         
1231                                         
1232                                         
1233                                 
1234                         
1235                 </div>
1236                 <div class="mdesc">
1237                 
1238                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
1239                  
1240                  
1241                  
1242                     <div class="long">
1243                         
1244                                 Fires the specified event with the passed parameters (minus the event name).
1245                     
1246                                 
1247                         
1248                         
1249                         
1250                         
1251                                 <dl class="detailList">
1252                                 <dt class="heading">Parameters:</dt>
1253                                 
1254                                         <dt>
1255                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1256                                                 
1257                                         </dt>
1258                                         <dd></dd>
1259                                 
1260                                         <dt>
1261                                                 <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>
1262                                                 
1263                                         </dt>
1264                                         <dd>Variable number of parameters are passed to handlers</dd>
1265                                 
1266                                 </dl>
1267                         
1268                         
1269                         
1270                         
1271                         
1272                                 <dl class="detailList">
1273                                 <dt class="heading">Returns:</dt>
1274                                 
1275                                         <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>
1276                                 
1277                                 </dl>
1278                         
1279                         
1280                         
1281
1282                     
1283                     
1284                      
1285                     </div>                    
1286                 </div>
1287
1288             </td>
1289             <td class="msource">
1290                 
1291                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1292                 &nbsp;
1293             </td>
1294         </tr>
1295         
1296           
1297           <tr class="method-row config-row-alt1 expandable">
1298             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1299            
1300            
1301             <td class="sig">
1302                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
1303                 <div class="fixedFont">
1304                         <span class="attributes"></span><b class="itemname">hasListener</b>
1305                                 
1306                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
1307                         
1308                                 
1309                                          : 
1310                                         
1311                                                 
1312                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1313                                         
1314                                         
1315                                         
1316                                 
1317                         
1318                 </div>
1319                 <div class="mdesc">
1320                 
1321                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
1322                  
1323                  
1324                  
1325                     <div class="long">
1326                         
1327                                 Checks to see if this object has any listeners for a specified event
1328                     
1329                                 
1330                         
1331                         
1332                         
1333                         
1334                                 <dl class="detailList">
1335                                 <dt class="heading">Parameters:</dt>
1336                                 
1337                                         <dt>
1338                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1339                                                 
1340                                         </dt>
1341                                         <dd>The name of the event to check for</dd>
1342                                 
1343                                 </dl>
1344                         
1345                         
1346                         
1347                         
1348                         
1349                                 <dl class="detailList">
1350                                 <dt class="heading">Returns:</dt>
1351                                 
1352                                         <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>
1353                                 
1354                                 </dl>
1355                         
1356                         
1357                         
1358
1359                     
1360                     
1361                      
1362                     </div>                    
1363                 </div>
1364
1365             </td>
1366             <td class="msource">
1367                 
1368                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1369                 &nbsp;
1370             </td>
1371         </tr>
1372         
1373           
1374           <tr class="method-row config-row-alt0 expandable">
1375             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1376            
1377            
1378             <td class="sig">
1379                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
1380                 <div class="fixedFont">
1381                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
1382                                 
1383                                  () 
1384                         
1385                                 
1386                         
1387                 </div>
1388                 <div class="mdesc">
1389                 
1390                    <div class="short">Removes all listeners for this object</div> 
1391                  
1392                  
1393                  
1394                     <div class="long">
1395                         
1396                                 Removes all listeners for this object
1397                     
1398                                 
1399                         
1400                         
1401                         
1402                         
1403                         
1404                         
1405                         
1406                         
1407                         
1408                         
1409
1410                     
1411                     
1412                      
1413                     </div>                    
1414                 </div>
1415
1416             </td>
1417             <td class="msource">
1418                 
1419                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1420                 &nbsp;
1421             </td>
1422         </tr>
1423         
1424           
1425           <tr class="method-row config-row-alt1 expandable">
1426             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1427            
1428            
1429             <td class="sig">
1430                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
1431                 <div class="fixedFont">
1432                         <span class="attributes"></span><b class="itemname">removeListener</b>
1433                                 
1434                                  (<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>) 
1435                         
1436                                 
1437                         
1438                 </div>
1439                 <div class="mdesc">
1440                 
1441                    <div class="short">Removes a listener</div> 
1442                  
1443                  
1444                  
1445                     <div class="long">
1446                         
1447                                 Removes a listener
1448                     
1449                                 
1450                         
1451                         
1452                         
1453                         
1454                                 <dl class="detailList">
1455                                 <dt class="heading">Parameters:</dt>
1456                                 
1457                                         <dt>
1458                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1459                                                 
1460                                         </dt>
1461                                         <dd>The type of event to listen for</dd>
1462                                 
1463                                         <dt>
1464                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1465                                                 
1466                                         </dt>
1467                                         <dd>The handler to remove</dd>
1468                                 
1469                                         <dt>
1470                                                 <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>
1471                                                 
1472                                         </dt>
1473                                         <dd>(optional) The scope (this object) for the handler</dd>
1474                                 
1475                                 </dl>
1476                         
1477                         
1478                         
1479                         
1480                         
1481                         
1482                         
1483
1484                     
1485                     
1486                      
1487                     </div>                    
1488                 </div>
1489
1490             </td>
1491             <td class="msource">
1492                 
1493                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1494                 &nbsp;
1495             </td>
1496         </tr>
1497         
1498           
1499           <tr class="method-row config-row-alt0 expandable notInherited">
1500             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1501            
1502            
1503             <td class="sig">
1504                 <a id="Roo.XComponent-method-render"   name=".render"></a>
1505                 <div class="fixedFont">
1506                         <span class="attributes"></span><b class="itemname">render</b>
1507                                 
1508                                  (<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>) 
1509                         
1510                                 
1511                         
1512                 </div>
1513                 <div class="mdesc">
1514                 
1515                    <div class="short">render<br/>render element to dom or tree</div> 
1516                  
1517                  
1518                  
1519                     <div class="long">
1520                         
1521                                 render<br/>render element to dom or tree
1522                     
1523                                 
1524                         
1525                         
1526                         
1527                         
1528                                 <dl class="detailList">
1529                                 <dt class="heading">Parameters:</dt>
1530                                 
1531                                         <dt>
1532                                                 <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>
1533                                                 
1534                                         </dt>
1535                                         <dd>render to if parent is not set.</dd>
1536                                 
1537                                 </dl>
1538                         
1539                         
1540                         
1541                         
1542                         
1543                         
1544                         
1545
1546                     
1547                     
1548                      
1549                     </div>                    
1550                 </div>
1551
1552             </td>
1553             <td class="msource">
1554                 
1555                         Roo.XComponent
1556                 &nbsp;
1557             </td>
1558         </tr>
1559         
1560           
1561           <tr class="method-row config-row-alt1 expandable">
1562             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1563            
1564            
1565             <td class="sig">
1566                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
1567                 <div class="fixedFont">
1568                         <span class="attributes"></span><b class="itemname">un</b>
1569                                 
1570                                  (<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>) 
1571                         
1572                                 
1573                         
1574                 </div>
1575                 <div class="mdesc">
1576                 
1577                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
1578                  
1579                  
1580                  
1581                     <div class="long">
1582                         
1583                                 Removes a listener (shorthand for removeListener)
1584                     
1585                                 
1586                         
1587                         
1588                         
1589                         
1590                                 <dl class="detailList">
1591                                 <dt class="heading">Parameters:</dt>
1592                                 
1593                                         <dt>
1594                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1595                                                 
1596                                         </dt>
1597                                         <dd>The type of event to listen for</dd>
1598                                 
1599                                         <dt>
1600                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1601                                                 
1602                                         </dt>
1603                                         <dd>The handler to remove</dd>
1604                                 
1605                                         <dt>
1606                                                 <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>
1607                                                 
1608                                         </dt>
1609                                         <dd>(optional) The scope (this object) for the handler</dd>
1610                                 
1611                                 </dl>
1612                         
1613                         
1614                         
1615                         
1616                         
1617                         
1618                         
1619
1620                     
1621                     
1622                      
1623                     </div>                    
1624                 </div>
1625
1626             </td>
1627             <td class="msource">
1628                 
1629                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1630                 &nbsp;
1631             </td>
1632         </tr>
1633         
1634                                                        
1635     </table>
1636
1637   
1638   <!-- ============================== events summary / details ======================== -->
1639   
1640   
1641   <a id="Roo.XComponent-events"></a>
1642     
1643   
1644         
1645    
1646   
1647     
1648     
1649     
1650       <table cellspacing="0" class="member-table">
1651                 <caption>Events</caption>
1652               <thead>
1653                 <tr>
1654                     <th class="sig-header" colspan="2">Event</th>            
1655                     <th class="msource-header">Defined By</th>
1656
1657                 </tr>
1658               </thead>  
1659         
1660         
1661          
1662         
1663         
1664           <tr class="method-row expandable config-row-alt0 notInherited">
1665             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1666             
1667             <td class="sig">
1668                 <a id="Roo.XComponent-event-*built"></a>
1669                 
1670                <div class="fixedFont">
1671                 <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>) 
1672                 
1673                 </div>
1674
1675                 <div class="mdesc">
1676
1677                    <div class="short">Fires when this the componnt is built
1678                    
1679                 </div> 
1680                     
1681                     <div class="long">
1682                     
1683                         Fires when this the componnt is built
1684                     
1685                         
1686                         
1687                 
1688                         
1689                                 <dl class="detailList">
1690                                 <dt class="heading">Parameters:</dt>
1691                                 
1692                                         <dt>
1693                                                 <span class="fixedFont"><a href="./Roo.XComponent.html#constructor" roo:cls="Roo.XComponent.html#constructor">Roo.XComponent</a></span> <b>c</b>
1694                                                 
1695                                         </dt>
1696                                         <dd>the component</dd>
1697                                 
1698                                 </dl>
1699                         
1700                         
1701                         
1702                         
1703                         
1704                         
1705                         
1706
1707                     
1708                     
1709                      
1710                     </div>                    
1711                 </div>
1712
1713             </td>
1714             <td class="msource">
1715                 Roo.XComponent
1716             </td>
1717         </tr>
1718         
1719                                                        
1720     </table>
1721
1722   
1723   
1724   
1725  
1726 <!-- ============================== footer ================================= -->
1727                 <div class="fineprint" style="clear:both">
1728                         
1729                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Thu Apr 24 2014 16:32:54 GMT+0800 (HKT)
1730                         Based on 
1731                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
1732                 </div>
1733         </body>
1734 </html>