docs/default.css
[roojs1] / docs / symbols / Roo.grid.ColumnModel.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.grid.ColumnModel</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.grid.ColumnModel-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.grid.ColumnModel-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.grid.ColumnModel-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.grid.ColumnModel-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.grid.ColumnModel 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.grid.ColumnModel
58                         </h1>
59                         
60     <table cellspacing="0" class="class-summary-table">
61         
62                 <tr><td class="label">Package:</td><td class="hd-info">Roo.grid</td></tr>
63         
64         <tr><td class="label">Defined In:</td><td class="hd-info">
65                         
66                                         <a href="./src/Roo_grid_ColumnModel.js.html">Roo/grid/ColumnModel.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">ColumnModel</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         This is the default implementation of a ColumnModel used by the Grid. It defines<br/>the columns in the grid.<br/><br>Usage:<br><br/> <pre><code><br/> var colModel = new Roo.grid.ColumnModel([<br/>   {header: "Ticker", width: 60, sortable: true, locked: true},<br/>       {header: "Company Name", width: 150, sortable: true},<br/>      {header: "Market Cap.", width: 100, sortable: true},<br/>       {header: "$ Sales", width: 100, sortable: true, renderer: money},<br/>  {header: "Employees", width: 100, sortable: true, resizable: false}<br/> ]);<br/> </code></pre><br/><p><br/>The config options listed for this class are options which may appear in each<br/>individual column definition.<br/><br/>RooJS Fix - column id's are not sequential but use Roo.id() - fixes bugs with layouts.
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.grid.ColumnModel';">[Add Your comment/notes about this class]</u>
94         <br/>
95         <iframe frameborder="0"  id="comments-Roo.grid" style="border: none;width:100%;" 
96                 src="/blog.php/GtkDjsComments/Roo.grid.ColumnModel.html"></iframe>
97 </div>
98         
99
100                 
101 <!-- ============================== config options ========================== -->                                               
102                  
103     
104     
105                 
106     <div class="hr"></div>
107     <a id="Roo.grid.ColumnModel-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.grid.ColumnModel-cfg-align" name=".align"></a>
132                         <div class="fixedFont">
133                                 <b  class="itemname">align</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
134                                 
135                                 
136                         </div>
137                   
138                         <div class="mdesc">
139                             <div class="short">(Optional) Set the CSS text-align property of the column.</div> 
140                         </div>
141                         
142                         <div class="mdesc">
143                             <div class="long">
144                     (Optional) Set the CSS text-align property of the column.  Defaults to undefined.
145                     
146                 </div> 
147                         </div>
148                         
149                         
150
151                     </td>
152                     <td class="msource">
153                         
154                         Roo.grid.ColumnModel
155                                 
156                     </td>
157                 </tr>
158         
159         
160                 <tr class="config-row expandable config-row-alt1 notInherited">
161                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
162                     <td class="sig">
163
164                         <a id="Roo.grid.ColumnModel-cfg-cursor" name=".cursor"></a>
165                         <div class="fixedFont">
166                                 <b  class="itemname">cursor</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
167                                 
168                                 
169                         </div>
170                   
171                         <div class="mdesc">
172                             <div class="short">(Optional)</div> 
173                         </div>
174                         
175                         <div class="mdesc">
176                             <div class="long">
177                     (Optional)
178                     
179                 </div> 
180                         </div>
181                         
182                         
183
184                     </td>
185                     <td class="msource">
186                         
187                         Roo.grid.ColumnModel
188                                 
189                     </td>
190                 </tr>
191         
192         
193                 <tr class="config-row expandable config-row-alt0 notInherited">
194                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
195                     <td class="sig">
196
197                         <a id="Roo.grid.ColumnModel-cfg-dataIndex" name=".dataIndex"></a>
198                         <div class="fixedFont">
199                                 <b  class="itemname">dataIndex</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
200                                 
201                                 
202                         </div>
203                   
204                         <div class="mdesc">
205                             <div class="short">(Optional) The name of the field in the grid's {<b>link</b> Roo.data.Store}'s<br/>{<b>link</b> Roo.data.Record} definition from which to draw the column's value.</div> 
206                         </div>
207                         
208                         <div class="mdesc">
209                             <div class="long">
210                     (Optional) The name of the field in the grid's {<b>link</b> Roo.data.Store}'s<br/>{<b>link</b> Roo.data.Record} definition from which to draw the column's value. If not<br/>specified, the column's index is used as an index into the Record's data Array.
211                     
212                 </div> 
213                         </div>
214                         
215                         
216
217                     </td>
218                     <td class="msource">
219                         
220                         Roo.grid.ColumnModel
221                                 
222                     </td>
223                 </tr>
224         
225         
226                 <tr class="config-row expandable config-row-alt1 notInherited">
227                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
228                     <td class="sig">
229
230                         <a id="Roo.grid.ColumnModel-cfg-editor" name=".editor"></a>
231                         <div class="fixedFont">
232                                 <b  class="itemname">editor</b> : <a href="./Roo.grid.GridEditor.html#constructor" roo:cls="Roo.grid.GridEditor.html#constructor">Roo.grid.GridEditor</a>
233                                 
234                                 
235                         </div>
236                   
237                         <div class="mdesc">
238                             <div class="short">(Optional) For grid editors - returns the grid editor</div> 
239                         </div>
240                         
241                         <div class="mdesc">
242                             <div class="long">
243                     (Optional) For grid editors - returns the grid editor
244                     
245                 </div> 
246                         </div>
247                         
248                         
249
250                     </td>
251                     <td class="msource">
252                         
253                         Roo.grid.ColumnModel
254                                 
255                     </td>
256                 </tr>
257         
258         
259                 <tr class="config-row expandable config-row-alt0 notInherited">
260                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
261                     <td class="sig">
262
263                         <a id="Roo.grid.ColumnModel-cfg-fixed" name=".fixed"></a>
264                         <div class="fixedFont">
265                                 <b  class="itemname">fixed</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
266                                 
267                                 
268                         </div>
269                   
270                         <div class="mdesc">
271                             <div class="short">(Optional) True if the column width cannot be changed.</div> 
272                         </div>
273                         
274                         <div class="mdesc">
275                             <div class="long">
276                     (Optional) True if the column width cannot be changed.  Defaults to false.
277                     
278                 </div> 
279                         </div>
280                         
281                         
282
283                     </td>
284                     <td class="msource">
285                         
286                         Roo.grid.ColumnModel
287                                 
288                     </td>
289                 </tr>
290         
291         
292                 <tr class="config-row expandable config-row-alt1 notInherited">
293                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
294                     <td class="sig">
295
296                         <a id="Roo.grid.ColumnModel-cfg-header" name=".header"></a>
297                         <div class="fixedFont">
298                                 <b  class="itemname">header</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
299                                 
300                                 
301                         </div>
302                   
303                         <div class="mdesc">
304                             <div class="short">The header text to display in the Grid view.</div> 
305                         </div>
306                         
307                         <div class="mdesc">
308                             <div class="long">
309                     The header text to display in the Grid view.
310                     
311                 </div> 
312                         </div>
313                         
314                         
315
316                     </td>
317                     <td class="msource">
318                         
319                         Roo.grid.ColumnModel
320                                 
321                     </td>
322                 </tr>
323         
324         
325                 <tr class="config-row expandable config-row-alt0 notInherited">
326                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
327                     <td class="sig">
328
329                         <a id="Roo.grid.ColumnModel-cfg-hidden" name=".hidden"></a>
330                         <div class="fixedFont">
331                                 <b  class="itemname">hidden</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
332                                 
333                                 
334                         </div>
335                   
336                         <div class="mdesc">
337                             <div class="short">(Optional) True to hide the column.</div> 
338                         </div>
339                         
340                         <div class="mdesc">
341                             <div class="long">
342                     (Optional) True to hide the column. Defaults to false.
343                     
344                 </div> 
345                         </div>
346                         
347                         
348
349                     </td>
350                     <td class="msource">
351                         
352                         Roo.grid.ColumnModel
353                                 
354                     </td>
355                 </tr>
356         
357         
358                 <tr class="config-row expandable config-row-alt1">
359                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
360                     <td class="sig">
361
362                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
363                         <div class="fixedFont">
364                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
365                                 
366                                 
367                         </div>
368                   
369                         <div class="mdesc">
370                             <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> 
371                         </div>
372                         
373                         <div class="mdesc">
374                             <div class="long">
375                     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>
376                     
377                 </div> 
378                         </div>
379                         
380                         
381
382                     </td>
383                     <td class="msource">
384                         
385                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
386                                 
387                     </td>
388                 </tr>
389         
390         
391                 <tr class="config-row expandable config-row-alt0 notInherited">
392                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
393                     <td class="sig">
394
395                         <a id="Roo.grid.ColumnModel-cfg-locked" name=".locked"></a>
396                         <div class="fixedFont">
397                                 <b  class="itemname">locked</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
398                                 
399                                 
400                         </div>
401                   
402                         <div class="mdesc">
403                             <div class="short">(Optional) True to lock the column in place while scrolling the Grid.</div> 
404                         </div>
405                         
406                         <div class="mdesc">
407                             <div class="long">
408                     (Optional) True to lock the column in place while scrolling the Grid.  Defaults to false.
409                     
410                 </div> 
411                         </div>
412                         
413                         
414
415                     </td>
416                     <td class="msource">
417                         
418                         Roo.grid.ColumnModel
419                                 
420                     </td>
421                 </tr>
422         
423         
424                 <tr class="config-row expandable config-row-alt1 notInherited">
425                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
426                     <td class="sig">
427
428                         <a id="Roo.grid.ColumnModel-cfg-renderer" name=".renderer"></a>
429                         <div class="fixedFont">
430                                 <b  class="itemname">renderer</b> : <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a>
431                                 
432                                 
433                         </div>
434                   
435                         <div class="mdesc">
436                             <div class="short">(Optional) A function used to generate HTML markup for a cell<br/>given the cell's data value.</div> 
437                         </div>
438                         
439                         <div class="mdesc">
440                             <div class="long">
441                     (Optional) A function used to generate HTML markup for a cell<br/>given the cell's data value. See {<b>link</b> <b>setRenderer</b>}. If not specified, the<br/>default renderer uses the raw data value. If an object is returned (bootstrap only)<br/>then it is treated as a Roo Component object instance, and it is rendered after the initial row is rendered
442                     
443                 </div> 
444                         </div>
445                         
446                         
447
448                     </td>
449                     <td class="msource">
450                         
451                         Roo.grid.ColumnModel
452                                 
453                     </td>
454                 </tr>
455         
456         
457                 <tr class="config-row expandable config-row-alt0 notInherited">
458                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
459                     <td class="sig">
460
461                         <a id="Roo.grid.ColumnModel-cfg-resizable" name=".resizable"></a>
462                         <div class="fixedFont">
463                                 <b  class="itemname">resizable</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
464                                 
465                                 
466                         </div>
467                   
468                         <div class="mdesc">
469                             <div class="short">(Optional) False to disable column resizing.</div> 
470                         </div>
471                         
472                         <div class="mdesc">
473                             <div class="long">
474                     (Optional) False to disable column resizing. Defaults to true.
475                     
476                 </div> 
477                         </div>
478                         
479                         
480
481                     </td>
482                     <td class="msource">
483                         
484                         Roo.grid.ColumnModel
485                                 
486                     </td>
487                 </tr>
488         
489         
490                 <tr class="config-row expandable config-row-alt1 notInherited">
491                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
492                     <td class="sig">
493
494                         <a id="Roo.grid.ColumnModel-cfg-sortable" name=".sortable"></a>
495                         <div class="fixedFont">
496                                 <b  class="itemname">sortable</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
497                                 
498                                 
499                         </div>
500                   
501                         <div class="mdesc">
502                             <div class="short">(Optional) True if sorting is to be allowed on this column.</div> 
503                         </div>
504                         
505                         <div class="mdesc">
506                             <div class="long">
507                     (Optional) True if sorting is to be allowed on this column.<br/>Defaults to the value of the {<b>link</b> <b>defaultSortable</b>} property.<br/>Whether local/remote sorting is used is specified in {<b>link</b> Roo.data.Store<b>remoteSort</b>}.
508                     
509                 </div> 
510                         </div>
511                         
512                         
513
514                     </td>
515                     <td class="msource">
516                         
517                         Roo.grid.ColumnModel
518                                 
519                     </td>
520                 </tr>
521         
522         
523                 <tr class="config-row expandable config-row-alt0 notInherited">
524                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
525                     <td class="sig">
526
527                         <a id="Roo.grid.ColumnModel-cfg-tooltip" name=".tooltip"></a>
528                         <div class="fixedFont">
529                                 <b  class="itemname">tooltip</b> : <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
530                                 
531                                 
532                         </div>
533                   
534                         <div class="mdesc">
535                             <div class="short">(Optional)</div> 
536                         </div>
537                         
538                         <div class="mdesc">
539                             <div class="long">
540                     (Optional)
541                     
542                 </div> 
543                         </div>
544                         
545                         
546
547                     </td>
548                     <td class="msource">
549                         
550                         Roo.grid.ColumnModel
551                                 
552                     </td>
553                 </tr>
554         
555         
556                 <tr class="config-row expandable config-row-alt1 notInherited">
557                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
558                     <td class="sig">
559
560                         <a id="Roo.grid.ColumnModel-cfg-width" name=".width"></a>
561                         <div class="fixedFont">
562                                 <b  class="itemname">width</b> : <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
563                                 
564                                 
565                         </div>
566                   
567                         <div class="mdesc">
568                             <div class="short">(Optional) The initial width in pixels of the column.</div> 
569                         </div>
570                         
571                         <div class="mdesc">
572                             <div class="long">
573                     (Optional) The initial width in pixels of the column. Using this<br/>instead of {<b>link</b> Roo.grid.Grid<b>autoSizeColumns</b>} is more efficient.
574                     
575                 </div> 
576                         </div>
577                         
578                         
579
580                     </td>
581                     <td class="msource">
582                         
583                         Roo.grid.ColumnModel
584                                 
585                     </td>
586                 </tr>
587         
588         
589     </table>
590                 
591   
592   
593   
594   
595   
596   
597   
598   
599   <!-- ============================== public properties ==================== -->        
600   
601   
602   
603     <a id="Roo.grid.ColumnModel-props"></a>      
604     
605     
606
607     
608     
609      <table cellspacing="0" class="member-table">
610       <caption class="Empty">Public Properties - Has None</caption>
611      </table>
612     
613     
614      
615     
616   <!-- ============================== methods summary / details ======================== -->
617   
618   
619   <a id="Roo.grid.ColumnModel-methods"></a>
620         <!-- constructor?? -->
621         
622         <!-- static's first 
623         
624         
625         -->
626         
627         <!-- then dynamics first -->
628         
629   
630   
631     
632     
633     
634       <table cellspacing="0" class="member-table">
635       <caption>Public Methods</caption>
636         <tr>
637             <th class="sig-header" colspan="2">Method</th>            
638             <th class="msource-header">Defined By</th>
639
640         </tr>
641         
642         
643         
644          
645         
646         
647           
648           <tr class="method-row config-row-alt0 expandable notInherited">
649             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
650            
651            
652             <td class="sig">
653                 <a id="Roo.grid-method-ColumnModel"   name=".ColumnModel"></a>
654                 <div class="fixedFont">
655                         <span class="attributes">new <B>Roo.grid.</B></span><b class="itemname">ColumnModel</b>
656                                 
657                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>config</i></B>) 
658                         
659                                 
660                         
661                 </div>
662                 <div class="mdesc">
663                 
664                  
665                         <div class="short">Create a new Roo.grid.ColumnModel</div> 
666                  
667                  
668                     <div class="long">
669                         
670                         
671                         
672                                 Create a new Roo.grid.ColumnModel
673                         
674                         
675                                 <dl class="detailList">
676                                 <dt class="heading">Parameters:</dt>
677                                 
678                                         <dt>
679                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>config</b>
680                                                 
681                                         </dt>
682                                         <dd>An Array of column config objects. See this class's<br/>config objects for details.</dd>
683                                 
684                                 </dl>
685                         
686                         
687                         
688                         
689                         
690                         
691                         
692
693                     
694                     
695                      
696                     </div>                    
697                 </div>
698
699             </td>
700             <td class="msource">
701                 &nbsp;
702             </td>
703         </tr>
704         
705           
706           <tr class="method-row config-row-alt1 expandable">
707             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
708            
709            
710             <td class="sig">
711                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
712                 <div class="fixedFont">
713                         <span class="attributes"></span><b class="itemname">addEvents</b>
714                                 
715                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
716                         
717                                 
718                         
719                 </div>
720                 <div class="mdesc">
721                 
722                    <div class="short">Used to define events on this Observable</div> 
723                  
724                  
725                  
726                     <div class="long">
727                         
728                                 Used to define events on this Observable
729                     
730                                 
731                         
732                         
733                         
734                         
735                                 <dl class="detailList">
736                                 <dt class="heading">Parameters:</dt>
737                                 
738                                         <dt>
739                                                 <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>
740                                                 
741                                         </dt>
742                                         <dd>The object with the events defined</dd>
743                                 
744                                 </dl>
745                         
746                         
747                         
748                         
749                         
750                         
751                         
752
753                     
754                     
755                      
756                     </div>                    
757                 </div>
758
759             </td>
760             <td class="msource">
761                 
762                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
763                 &nbsp;
764             </td>
765         </tr>
766         
767           
768           <tr class="method-row config-row-alt0 expandable">
769             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
770            
771            
772             <td class="sig">
773                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
774                 <div class="fixedFont">
775                         <span class="attributes"></span><b class="itemname">addListener</b>
776                                 
777                                  (<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>) 
778                         
779                                 
780                         
781                 </div>
782                 <div class="mdesc">
783                 
784                    <div class="short">Appends an event handler to this component</div> 
785                  
786                  
787                  
788                     <div class="long">
789                         
790                                 Appends an event handler to this component
791                     
792                                 
793                         
794                         
795                         
796                         
797                                 <dl class="detailList">
798                                 <dt class="heading">Parameters:</dt>
799                                 
800                                         <dt>
801                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
802                                                 
803                                         </dt>
804                                         <dd>The type of event to listen for</dd>
805                                 
806                                         <dt>
807                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
808                                                 
809                                         </dt>
810                                         <dd>The method the event invokes</dd>
811                                 
812                                         <dt>
813                                                 <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>
814                                                 
815                                         </dt>
816                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
817                                 
818                                         <dt>
819                                                 <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>
820                                                 
821                                         </dt>
822                                         <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>
823                                 
824                                 </dl>
825                         
826                         
827                         
828                         
829                         
830                         
831                         
832
833                     
834                     
835                      
836                     </div>                    
837                 </div>
838
839             </td>
840             <td class="msource">
841                 
842                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
843                 &nbsp;
844             </td>
845         </tr>
846         
847           
848           <tr class="method-row config-row-alt1 expandable notInherited">
849             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
850            
851            
852             <td class="sig">
853                 <a id="Roo.grid.ColumnModel-method-findColumnIndex"   name=".findColumnIndex"></a>
854                 <div class="fixedFont">
855                         <span class="attributes"></span><b class="itemname">findColumnIndex</b>
856                                 
857                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>dataIndex</i></B>) 
858                         
859                                 
860                                          : 
861                                         
862                                                 
863                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
864                                         
865                                         
866                                         
867                                 
868                         
869                 </div>
870                 <div class="mdesc">
871                 
872                    <div class="short">Returns the index for a specified column dataIndex.</div> 
873                  
874                  
875                  
876                     <div class="long">
877                         
878                                 Returns the index for a specified column dataIndex.
879                     
880                                 
881                         
882                         
883                         
884                         
885                                 <dl class="detailList">
886                                 <dt class="heading">Parameters:</dt>
887                                 
888                                         <dt>
889                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>dataIndex</b>
890                                                 
891                                         </dt>
892                                         <dd>The column dataIndex</dd>
893                                 
894                                 </dl>
895                         
896                         
897                         
898                         
899                         
900                                 <dl class="detailList">
901                                 <dt class="heading">Returns:</dt>
902                                 
903                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  the index, or -1 if not found</dd>
904                                 
905                                 </dl>
906                         
907                         
908                         
909
910                     
911                     
912                      
913                     </div>                    
914                 </div>
915
916             </td>
917             <td class="msource">
918                 
919                         Roo.grid.ColumnModel
920                 &nbsp;
921             </td>
922         </tr>
923         
924           
925           <tr class="method-row config-row-alt0 expandable">
926             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
927            
928            
929             <td class="sig">
930                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
931                 <div class="fixedFont">
932                         <span class="attributes"></span><b class="itemname">fireEvent</b>
933                                 
934                                  (<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>) 
935                         
936                                 
937                                          : 
938                                         
939                                                 
940                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
941                                         
942                                         
943                                         
944                                 
945                         
946                 </div>
947                 <div class="mdesc">
948                 
949                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
950                  
951                  
952                  
953                     <div class="long">
954                         
955                                 Fires the specified event with the passed parameters (minus the event name).
956                     
957                                 
958                         
959                         
960                         
961                         
962                                 <dl class="detailList">
963                                 <dt class="heading">Parameters:</dt>
964                                 
965                                         <dt>
966                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
967                                                 
968                                         </dt>
969                                         <dd></dd>
970                                 
971                                         <dt>
972                                                 <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>
973                                                 
974                                         </dt>
975                                         <dd>Variable number of parameters are passed to handlers</dd>
976                                 
977                                 </dl>
978                         
979                         
980                         
981                         
982                         
983                                 <dl class="detailList">
984                                 <dt class="heading">Returns:</dt>
985                                 
986                                         <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>
987                                 
988                                 </dl>
989                         
990                         
991                         
992
993                     
994                     
995                      
996                     </div>                    
997                 </div>
998
999             </td>
1000             <td class="msource">
1001                 
1002                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1003                 &nbsp;
1004             </td>
1005         </tr>
1006         
1007           
1008           <tr class="method-row config-row-alt1 expandable notInherited">
1009             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1010            
1011            
1012             <td class="sig">
1013                 <a id="Roo.grid.ColumnModel-method-getCellEditor"   name=".getCellEditor"></a>
1014                 <div class="fixedFont">
1015                         <span class="attributes"></span><b class="itemname">getCellEditor</b>
1016                                 
1017                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>rowIndex</i></B>) 
1018                         
1019                                 
1020                                          : 
1021                                         
1022                                                 
1023                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
1024                                         
1025                                         
1026                                         
1027                                 
1028                         
1029                 </div>
1030                 <div class="mdesc">
1031                 
1032                    <div class="short">Returns the editor defined for the cell/column.</div> 
1033                  
1034                  
1035                  
1036                     <div class="long">
1037                         
1038                                 Returns the editor defined for the cell/column.<br/>return false or null to disable editing.
1039                     
1040                                 
1041                         
1042                         
1043                         
1044                         
1045                                 <dl class="detailList">
1046                                 <dt class="heading">Parameters:</dt>
1047                                 
1048                                         <dt>
1049                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>colIndex</b>
1050                                                 
1051                                         </dt>
1052                                         <dd>The column index</dd>
1053                                 
1054                                         <dt>
1055                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>rowIndex</b>
1056                                                 
1057                                         </dt>
1058                                         <dd>The row index</dd>
1059                                 
1060                                 </dl>
1061                         
1062                         
1063                         
1064                         
1065                         
1066                                 <dl class="detailList">
1067                                 <dt class="heading">Returns:</dt>
1068                                 
1069                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  </dd>
1070                                 
1071                                 </dl>
1072                         
1073                         
1074                         
1075
1076                     
1077                     
1078                      
1079                     </div>                    
1080                 </div>
1081
1082             </td>
1083             <td class="msource">
1084                 
1085                         Roo.grid.ColumnModel
1086                 &nbsp;
1087             </td>
1088         </tr>
1089         
1090           
1091           <tr class="method-row config-row-alt0 expandable notInherited">
1092             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1093            
1094            
1095             <td class="sig">
1096                 <a id="Roo.grid.ColumnModel-method-getColumnByDataIndex"   name=".getColumnByDataIndex"></a>
1097                 <div class="fixedFont">
1098                         <span class="attributes"></span><b class="itemname">getColumnByDataIndex</b>
1099                                 
1100                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>dataIndex</i></B>) 
1101                         
1102                                 
1103                                          : 
1104                                         
1105                                                 
1106                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>|<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1107                                         
1108                                         
1109                                         
1110                                 
1111                         
1112                 </div>
1113                 <div class="mdesc">
1114                 
1115                    <div class="short">Returns the column for a specified dataIndex.</div> 
1116                  
1117                  
1118                  
1119                     <div class="long">
1120                         
1121                                 Returns the column for a specified dataIndex.
1122                     
1123                                 
1124                         
1125                         
1126                         
1127                         
1128                                 <dl class="detailList">
1129                                 <dt class="heading">Parameters:</dt>
1130                                 
1131                                         <dt>
1132                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>dataIndex</b>
1133                                                 
1134                                         </dt>
1135                                         <dd>The column dataIndex</dd>
1136                                 
1137                                 </dl>
1138                         
1139                         
1140                         
1141                         
1142                         
1143                                 <dl class="detailList">
1144                                 <dt class="heading">Returns:</dt>
1145                                 
1146                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>|<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  the column or false if not found</dd>
1147                                 
1148                                 </dl>
1149                         
1150                         
1151                         
1152
1153                     
1154                     
1155                      
1156                     </div>                    
1157                 </div>
1158
1159             </td>
1160             <td class="msource">
1161                 
1162                         Roo.grid.ColumnModel
1163                 &nbsp;
1164             </td>
1165         </tr>
1166         
1167           
1168           <tr class="method-row config-row-alt1 expandable notInherited">
1169             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1170            
1171            
1172             <td class="sig">
1173                 <a id="Roo.grid.ColumnModel-method-getColumnById"   name=".getColumnById"></a>
1174                 <div class="fixedFont">
1175                         <span class="attributes"></span><b class="itemname">getColumnById</b>
1176                                 
1177                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>id</i></B>) 
1178                         
1179                                 
1180                                          : 
1181                                         
1182                                                 
1183                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
1184                                         
1185                                         
1186                                         
1187                                 
1188                         
1189                 </div>
1190                 <div class="mdesc">
1191                 
1192                    <div class="short">Returns the column for a specified id.</div> 
1193                  
1194                  
1195                  
1196                     <div class="long">
1197                         
1198                                 Returns the column for a specified id.
1199                     
1200                                 
1201                         
1202                         
1203                         
1204                         
1205                                 <dl class="detailList">
1206                                 <dt class="heading">Parameters:</dt>
1207                                 
1208                                         <dt>
1209                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>id</b>
1210                                                 
1211                                         </dt>
1212                                         <dd>The column id</dd>
1213                                 
1214                                 </dl>
1215                         
1216                         
1217                         
1218                         
1219                         
1220                                 <dl class="detailList">
1221                                 <dt class="heading">Returns:</dt>
1222                                 
1223                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  the column</dd>
1224                                 
1225                                 </dl>
1226                         
1227                         
1228                         
1229
1230                     
1231                     
1232                      
1233                     </div>                    
1234                 </div>
1235
1236             </td>
1237             <td class="msource">
1238                 
1239                         Roo.grid.ColumnModel
1240                 &nbsp;
1241             </td>
1242         </tr>
1243         
1244           
1245           <tr class="method-row config-row-alt0 expandable notInherited">
1246             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1247            
1248            
1249             <td class="sig">
1250                 <a id="Roo.grid.ColumnModel-method-getColumnCount"   name=".getColumnCount"></a>
1251                 <div class="fixedFont">
1252                         <span class="attributes"></span><b class="itemname">getColumnCount</b>
1253                                 
1254                                  () 
1255                         
1256                                 
1257                                          : 
1258                                         
1259                                                 
1260                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1261                                         
1262                                         
1263                                         
1264                                 
1265                         
1266                 </div>
1267                 <div class="mdesc">
1268                 
1269                    <div class="short">Returns the number of columns.</div> 
1270                  
1271                  
1272                  
1273                     <div class="long">
1274                         
1275                                 Returns the number of columns.
1276                     
1277                                 
1278                         
1279                         
1280                         
1281                         
1282                         
1283                         
1284                         
1285                         
1286                                 <dl class="detailList">
1287                                 <dt class="heading">Returns:</dt>
1288                                 
1289                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  </dd>
1290                                 
1291                                 </dl>
1292                         
1293                         
1294                         
1295
1296                     
1297                     
1298                      
1299                     </div>                    
1300                 </div>
1301
1302             </td>
1303             <td class="msource">
1304                 
1305                         Roo.grid.ColumnModel
1306                 &nbsp;
1307             </td>
1308         </tr>
1309         
1310           
1311           <tr class="method-row config-row-alt1 expandable notInherited">
1312             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1313            
1314            
1315             <td class="sig">
1316                 <a id="Roo.grid.ColumnModel-method-getColumnHeader"   name=".getColumnHeader"></a>
1317                 <div class="fixedFont">
1318                         <span class="attributes"></span><b class="itemname">getColumnHeader</b>
1319                                 
1320                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
1321                         
1322                                 
1323                                          : 
1324                                         
1325                                                 
1326                                                 <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
1327                                         
1328                                         
1329                                         
1330                                 
1331                         
1332                 </div>
1333                 <div class="mdesc">
1334                 
1335                    <div class="short">Returns the header for the specified column.</div> 
1336                  
1337                  
1338                  
1339                     <div class="long">
1340                         
1341                                 Returns the header for the specified column.
1342                     
1343                                 
1344                         
1345                         
1346                         
1347                         
1348                                 <dl class="detailList">
1349                                 <dt class="heading">Parameters:</dt>
1350                                 
1351                                         <dt>
1352                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
1353                                                 
1354                                         </dt>
1355                                         <dd>The column index</dd>
1356                                 
1357                                 </dl>
1358                         
1359                         
1360                         
1361                         
1362                         
1363                                 <dl class="detailList">
1364                                 <dt class="heading">Returns:</dt>
1365                                 
1366                                         <dd><span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  </dd>
1367                                 
1368                                 </dl>
1369                         
1370                         
1371                         
1372
1373                     
1374                     
1375                      
1376                     </div>                    
1377                 </div>
1378
1379             </td>
1380             <td class="msource">
1381                 
1382                         Roo.grid.ColumnModel
1383                 &nbsp;
1384             </td>
1385         </tr>
1386         
1387           
1388           <tr class="method-row config-row-alt0 expandable notInherited">
1389             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1390            
1391            
1392             <td class="sig">
1393                 <a id="Roo.grid.ColumnModel-method-getColumnId"   name=".getColumnId"></a>
1394                 <div class="fixedFont">
1395                         <span class="attributes"></span><b class="itemname">getColumnId</b>
1396                                 
1397                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>index</i></B>) 
1398                         
1399                                 
1400                                          : 
1401                                         
1402                                                 
1403                                                 <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
1404                                         
1405                                         
1406                                         
1407                                 
1408                         
1409                 </div>
1410                 <div class="mdesc">
1411                 
1412                    <div class="short">Returns the id of the column at the specified index.</div> 
1413                  
1414                  
1415                  
1416                     <div class="long">
1417                         
1418                                 Returns the id of the column at the specified index.
1419                     
1420                                 
1421                         
1422                         
1423                         
1424                         
1425                                 <dl class="detailList">
1426                                 <dt class="heading">Parameters:</dt>
1427                                 
1428                                         <dt>
1429                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>index</b>
1430                                                 
1431                                         </dt>
1432                                         <dd>The column index</dd>
1433                                 
1434                                 </dl>
1435                         
1436                         
1437                         
1438                         
1439                         
1440                                 <dl class="detailList">
1441                                 <dt class="heading">Returns:</dt>
1442                                 
1443                                         <dd><span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  the id</dd>
1444                                 
1445                                 </dl>
1446                         
1447                         
1448                         
1449
1450                     
1451                     
1452                      
1453                     </div>                    
1454                 </div>
1455
1456             </td>
1457             <td class="msource">
1458                 
1459                         Roo.grid.ColumnModel
1460                 &nbsp;
1461             </td>
1462         </tr>
1463         
1464           
1465           <tr class="method-row config-row-alt1 expandable notInherited">
1466             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1467            
1468            
1469             <td class="sig">
1470                 <a id="Roo.grid.ColumnModel-method-getColumnTooltip"   name=".getColumnTooltip"></a>
1471                 <div class="fixedFont">
1472                         <span class="attributes"></span><b class="itemname">getColumnTooltip</b>
1473                                 
1474                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
1475                         
1476                                 
1477                                          : 
1478                                         
1479                                                 
1480                                                 <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a>
1481                                         
1482                                         
1483                                         
1484                                 
1485                         
1486                 </div>
1487                 <div class="mdesc">
1488                 
1489                    <div class="short">Returns the tooltip for the specified column.</div> 
1490                  
1491                  
1492                  
1493                     <div class="long">
1494                         
1495                                 Returns the tooltip for the specified column.
1496                     
1497                                 
1498                         
1499                         
1500                         
1501                         
1502                                 <dl class="detailList">
1503                                 <dt class="heading">Parameters:</dt>
1504                                 
1505                                         <dt>
1506                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
1507                                                 
1508                                         </dt>
1509                                         <dd>The column index</dd>
1510                                 
1511                                 </dl>
1512                         
1513                         
1514                         
1515                         
1516                         
1517                                 <dl class="detailList">
1518                                 <dt class="heading">Returns:</dt>
1519                                 
1520                                         <dd><span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  </dd>
1521                                 
1522                                 </dl>
1523                         
1524                         
1525                         
1526
1527                     
1528                     
1529                      
1530                     </div>                    
1531                 </div>
1532
1533             </td>
1534             <td class="msource">
1535                 
1536                         Roo.grid.ColumnModel
1537                 &nbsp;
1538             </td>
1539         </tr>
1540         
1541           
1542           <tr class="method-row config-row-alt0 expandable notInherited">
1543             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1544            
1545            
1546             <td class="sig">
1547                 <a id="Roo.grid.ColumnModel-method-getColumnWidth"   name=".getColumnWidth"></a>
1548                 <div class="fixedFont">
1549                         <span class="attributes"></span><b class="itemname">getColumnWidth</b>
1550                                 
1551                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
1552                         
1553                                 
1554                                          : 
1555                                         
1556                                                 
1557                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1558                                         
1559                                         
1560                                         
1561                                 
1562                         
1563                 </div>
1564                 <div class="mdesc">
1565                 
1566                    <div class="short">Returns the width for the specified column.</div> 
1567                  
1568                  
1569                  
1570                     <div class="long">
1571                         
1572                                 Returns the width for the specified column.
1573                     
1574                                 
1575                         
1576                         
1577                         
1578                         
1579                                 <dl class="detailList">
1580                                 <dt class="heading">Parameters:</dt>
1581                                 
1582                                         <dt>
1583                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
1584                                                 
1585                                         </dt>
1586                                         <dd>The column index</dd>
1587                                 
1588                                 </dl>
1589                         
1590                         
1591                         
1592                         
1593                         
1594                                 <dl class="detailList">
1595                                 <dt class="heading">Returns:</dt>
1596                                 
1597                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  </dd>
1598                                 
1599                                 </dl>
1600                         
1601                         
1602                         
1603
1604                     
1605                     
1606                      
1607                     </div>                    
1608                 </div>
1609
1610             </td>
1611             <td class="msource">
1612                 
1613                         Roo.grid.ColumnModel
1614                 &nbsp;
1615             </td>
1616         </tr>
1617         
1618           
1619           <tr class="method-row config-row-alt1 expandable notInherited">
1620             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1621            
1622            
1623             <td class="sig">
1624                 <a id="Roo.grid.ColumnModel-method-getColumnsBy"   name=".getColumnsBy"></a>
1625                 <div class="fixedFont">
1626                         <span class="attributes"></span><b class="itemname">getColumnsBy</b>
1627                                 
1628                                  (<a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>fn</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>) 
1629                         
1630                                 
1631                                          : 
1632                                         
1633                                                 
1634                                                 <a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a>
1635                                         
1636                                         
1637                                         
1638                                 
1639                         
1640                 </div>
1641                 <div class="mdesc">
1642                 
1643                    <div class="short">Returns the column configs that return true by the passed function that is called with (columnConfig, index)</div> 
1644                  
1645                  
1646                  
1647                     <div class="long">
1648                         
1649                                 Returns the column configs that return true by the passed function that is called with (columnConfig, index)
1650                     
1651                                 
1652                         
1653                         
1654                         
1655                         
1656                                 <dl class="detailList">
1657                                 <dt class="heading">Parameters:</dt>
1658                                 
1659                                         <dt>
1660                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>fn</b>
1661                                                 
1662                                         </dt>
1663                                         <dd></dd>
1664                                 
1665                                         <dt>
1666                                                 <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>
1667                                                 
1668                                         </dt>
1669                                         <dd>(optional)</dd>
1670                                 
1671                                 </dl>
1672                         
1673                         
1674                         
1675                         
1676                         
1677                                 <dl class="detailList">
1678                                 <dt class="heading">Returns:</dt>
1679                                 
1680                                         <dd><span class="fixedFont"><a href="./Array.html#constructor" roo:cls="Array.html#constructor">Array</a></span>  result</dd>
1681                                 
1682                                 </dl>
1683                         
1684                         
1685                         
1686
1687                     
1688                     
1689                      
1690                     </div>                    
1691                 </div>
1692
1693             </td>
1694             <td class="msource">
1695                 
1696                         Roo.grid.ColumnModel
1697                 &nbsp;
1698             </td>
1699         </tr>
1700         
1701           
1702           <tr class="method-row config-row-alt0 expandable notInherited">
1703             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1704            
1705            
1706             <td class="sig">
1707                 <a id="Roo.grid.ColumnModel-method-getDataIndex"   name=".getDataIndex"></a>
1708                 <div class="fixedFont">
1709                         <span class="attributes"></span><b class="itemname">getDataIndex</b>
1710                                 
1711                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
1712                         
1713                                 
1714                                          : 
1715                                         
1716                                                 
1717                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1718                                         
1719                                         
1720                                         
1721                                 
1722                         
1723                 </div>
1724                 <div class="mdesc">
1725                 
1726                    <div class="short">Returns the dataIndex for the specified column.</div> 
1727                  
1728                  
1729                  
1730                     <div class="long">
1731                         
1732                                 Returns the dataIndex for the specified column.
1733                     
1734                                 
1735                         
1736                         
1737                         
1738                         
1739                                 <dl class="detailList">
1740                                 <dt class="heading">Parameters:</dt>
1741                                 
1742                                         <dt>
1743                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
1744                                                 
1745                                         </dt>
1746                                         <dd>The column index</dd>
1747                                 
1748                                 </dl>
1749                         
1750                         
1751                         
1752                         
1753                         
1754                                 <dl class="detailList">
1755                                 <dt class="heading">Returns:</dt>
1756                                 
1757                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  </dd>
1758                                 
1759                                 </dl>
1760                         
1761                         
1762                         
1763
1764                     
1765                     
1766                      
1767                     </div>                    
1768                 </div>
1769
1770             </td>
1771             <td class="msource">
1772                 
1773                         Roo.grid.ColumnModel
1774                 &nbsp;
1775             </td>
1776         </tr>
1777         
1778           
1779           <tr class="method-row config-row-alt1 expandable notInherited">
1780             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1781            
1782            
1783             <td class="sig">
1784                 <a id="Roo.grid.ColumnModel-method-getIndexById"   name=".getIndexById"></a>
1785                 <div class="fixedFont">
1786                         <span class="attributes"></span><b class="itemname">getIndexById</b>
1787                                 
1788                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>id</i></B>) 
1789                         
1790                                 
1791                                          : 
1792                                         
1793                                                 
1794                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1795                                         
1796                                         
1797                                         
1798                                 
1799                         
1800                 </div>
1801                 <div class="mdesc">
1802                 
1803                    <div class="short">Returns the index for a specified column id.</div> 
1804                  
1805                  
1806                  
1807                     <div class="long">
1808                         
1809                                 Returns the index for a specified column id.
1810                     
1811                                 
1812                         
1813                         
1814                         
1815                         
1816                                 <dl class="detailList">
1817                                 <dt class="heading">Parameters:</dt>
1818                                 
1819                                         <dt>
1820                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>id</b>
1821                                                 
1822                                         </dt>
1823                                         <dd>The column id</dd>
1824                                 
1825                                 </dl>
1826                         
1827                         
1828                         
1829                         
1830                         
1831                                 <dl class="detailList">
1832                                 <dt class="heading">Returns:</dt>
1833                                 
1834                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  the index, or -1 if not found</dd>
1835                                 
1836                                 </dl>
1837                         
1838                         
1839                         
1840
1841                     
1842                     
1843                      
1844                     </div>                    
1845                 </div>
1846
1847             </td>
1848             <td class="msource">
1849                 
1850                         Roo.grid.ColumnModel
1851                 &nbsp;
1852             </td>
1853         </tr>
1854         
1855           
1856           <tr class="method-row config-row-alt0 expandable notInherited">
1857             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1858            
1859            
1860             <td class="sig">
1861                 <a id="Roo.grid.ColumnModel-method-getRenderer"   name=".getRenderer"></a>
1862                 <div class="fixedFont">
1863                         <span class="attributes"></span><b class="itemname">getRenderer</b>
1864                                 
1865                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
1866                         
1867                                 
1868                                          : 
1869                                         
1870                                                 
1871                                                 <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a>
1872                                         
1873                                         
1874                                         
1875                                 
1876                         
1877                 </div>
1878                 <div class="mdesc">
1879                 
1880                    <div class="short">Returns the rendering (formatting) function defined for the column.</div> 
1881                  
1882                  
1883                  
1884                     <div class="long">
1885                         
1886                                 Returns the rendering (formatting) function defined for the column.
1887                     
1888                                 
1889                         
1890                         
1891                         
1892                         
1893                                 <dl class="detailList">
1894                                 <dt class="heading">Parameters:</dt>
1895                                 
1896                                         <dt>
1897                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
1898                                                 
1899                                         </dt>
1900                                         <dd>The column index.</dd>
1901                                 
1902                                 </dl>
1903                         
1904                         
1905                         
1906                         
1907                         
1908                                 <dl class="detailList">
1909                                 <dt class="heading">Returns:</dt>
1910                                 
1911                                         <dd><span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  The function used to render the cell. See {<b>link</b> <b>setRenderer</b>}.</dd>
1912                                 
1913                                 </dl>
1914                         
1915                         
1916                         
1917
1918                     
1919                     
1920                      
1921                     </div>                    
1922                 </div>
1923
1924             </td>
1925             <td class="msource">
1926                 
1927                         Roo.grid.ColumnModel
1928                 &nbsp;
1929             </td>
1930         </tr>
1931         
1932           
1933           <tr class="method-row config-row-alt1 expandable notInherited">
1934             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1935            
1936            
1937             <td class="sig">
1938                 <a id="Roo.grid.ColumnModel-method-getTotalWidth"   name=".getTotalWidth"></a>
1939                 <div class="fixedFont">
1940                         <span class="attributes"></span><b class="itemname">getTotalWidth</b>
1941                                 
1942                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>includeHidden</i></B>) 
1943                         
1944                                 
1945                                          : 
1946                                         
1947                                                 
1948                                                 <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a>
1949                                         
1950                                         
1951                                         
1952                                 
1953                         
1954                 </div>
1955                 <div class="mdesc">
1956                 
1957                    <div class="short">Returns the total width of all columns.</div> 
1958                  
1959                  
1960                  
1961                     <div class="long">
1962                         
1963                                 Returns the total width of all columns.
1964                     
1965                                 
1966                         
1967                         
1968                         
1969                         
1970                                 <dl class="detailList">
1971                                 <dt class="heading">Parameters:</dt>
1972                                 
1973                                         <dt>
1974                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>includeHidden</b>
1975                                                 
1976                                         </dt>
1977                                         <dd>True to include hidden column widths</dd>
1978                                 
1979                                 </dl>
1980                         
1981                         
1982                         
1983                         
1984                         
1985                                 <dl class="detailList">
1986                                 <dt class="heading">Returns:</dt>
1987                                 
1988                                         <dd><span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  </dd>
1989                                 
1990                                 </dl>
1991                         
1992                         
1993                         
1994
1995                     
1996                     
1997                      
1998                     </div>                    
1999                 </div>
2000
2001             </td>
2002             <td class="msource">
2003                 
2004                         Roo.grid.ColumnModel
2005                 &nbsp;
2006             </td>
2007         </tr>
2008         
2009           
2010           <tr class="method-row config-row-alt0 expandable">
2011             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2012            
2013            
2014             <td class="sig">
2015                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
2016                 <div class="fixedFont">
2017                         <span class="attributes"></span><b class="itemname">hasListener</b>
2018                                 
2019                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
2020                         
2021                                 
2022                                          : 
2023                                         
2024                                                 
2025                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2026                                         
2027                                         
2028                                         
2029                                 
2030                         
2031                 </div>
2032                 <div class="mdesc">
2033                 
2034                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
2035                  
2036                  
2037                  
2038                     <div class="long">
2039                         
2040                                 Checks to see if this object has any listeners for a specified event
2041                     
2042                                 
2043                         
2044                         
2045                         
2046                         
2047                                 <dl class="detailList">
2048                                 <dt class="heading">Parameters:</dt>
2049                                 
2050                                         <dt>
2051                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2052                                                 
2053                                         </dt>
2054                                         <dd>The name of the event to check for</dd>
2055                                 
2056                                 </dl>
2057                         
2058                         
2059                         
2060                         
2061                         
2062                                 <dl class="detailList">
2063                                 <dt class="heading">Returns:</dt>
2064                                 
2065                                         <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>
2066                                 
2067                                 </dl>
2068                         
2069                         
2070                         
2071
2072                     
2073                     
2074                      
2075                     </div>                    
2076                 </div>
2077
2078             </td>
2079             <td class="msource">
2080                 
2081                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2082                 &nbsp;
2083             </td>
2084         </tr>
2085         
2086           
2087           <tr class="method-row config-row-alt1 expandable notInherited">
2088             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2089            
2090            
2091             <td class="sig">
2092                 <a id="Roo.grid.ColumnModel-method-isCellEditable"   name=".isCellEditable"></a>
2093                 <div class="fixedFont">
2094                         <span class="attributes"></span><b class="itemname">isCellEditable</b>
2095                                 
2096                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>rowIndex</i></B>) 
2097                         
2098                                 
2099                                          : 
2100                                         
2101                                                 
2102                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2103                                         
2104                                         
2105                                         
2106                                 
2107                         
2108                 </div>
2109                 <div class="mdesc">
2110                 
2111                    <div class="short">Returns true if the cell is editable.</div> 
2112                  
2113                  
2114                  
2115                     <div class="long">
2116                         
2117                                 Returns true if the cell is editable.
2118                     
2119                                 
2120                         
2121                         
2122                         
2123                         
2124                                 <dl class="detailList">
2125                                 <dt class="heading">Parameters:</dt>
2126                                 
2127                                         <dt>
2128                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>colIndex</b>
2129                                                 
2130                                         </dt>
2131                                         <dd>The column index</dd>
2132                                 
2133                                         <dt>
2134                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>rowIndex</b>
2135                                                 
2136                                         </dt>
2137                                         <dd>The row index</dd>
2138                                 
2139                                 </dl>
2140                         
2141                         
2142                         
2143                         
2144                         
2145                                 <dl class="detailList">
2146                                 <dt class="heading">Returns:</dt>
2147                                 
2148                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
2149                                 
2150                                 </dl>
2151                         
2152                         
2153                         
2154
2155                     
2156                     
2157                      
2158                     </div>                    
2159                 </div>
2160
2161             </td>
2162             <td class="msource">
2163                 
2164                         Roo.grid.ColumnModel
2165                 &nbsp;
2166             </td>
2167         </tr>
2168         
2169           
2170           <tr class="method-row config-row-alt0 expandable notInherited">
2171             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2172            
2173            
2174             <td class="sig">
2175                 <a id="Roo.grid.ColumnModel-method-isFixed"   name=".isFixed"></a>
2176                 <div class="fixedFont">
2177                         <span class="attributes"></span><b class="itemname">isFixed</b>
2178                                 
2179                                  () 
2180                         
2181                                 
2182                         
2183                 </div>
2184                 <div class="mdesc">
2185                 
2186                    <div class="short">Returns true if the column width cannot be changed</div> 
2187                  
2188                  
2189                  
2190                     <div class="long">
2191                         
2192                                 Returns true if the column width cannot be changed
2193                     
2194                                 
2195                         
2196                         
2197                         
2198                         
2199                         
2200                         
2201                         
2202                         
2203                         
2204                         
2205
2206                     
2207                     
2208                      
2209                     </div>                    
2210                 </div>
2211
2212             </td>
2213             <td class="msource">
2214                 
2215                         Roo.grid.ColumnModel
2216                 &nbsp;
2217             </td>
2218         </tr>
2219         
2220           
2221           <tr class="method-row config-row-alt1 expandable notInherited">
2222             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2223            
2224            
2225             <td class="sig">
2226                 <a id="Roo.grid.ColumnModel-method-isHidden"   name=".isHidden"></a>
2227                 <div class="fixedFont">
2228                         <span class="attributes"></span><b class="itemname">isHidden</b>
2229                                 
2230                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>) 
2231                         
2232                                 
2233                                          : 
2234                                         
2235                                                 
2236                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2237                                         
2238                                         
2239                                         
2240                                 
2241                         
2242                 </div>
2243                 <div class="mdesc">
2244                 
2245                    <div class="short">Returns true if the column is hidden.</div> 
2246                  
2247                  
2248                  
2249                     <div class="long">
2250                         
2251                                 Returns true if the column is hidden.
2252                     
2253                                 
2254                         
2255                         
2256                         
2257                         
2258                                 <dl class="detailList">
2259                                 <dt class="heading">Parameters:</dt>
2260                                 
2261                                         <dt>
2262                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>colIndex</b>
2263                                                 
2264                                         </dt>
2265                                         <dd>The column index</dd>
2266                                 
2267                                 </dl>
2268                         
2269                         
2270                         
2271                         
2272                         
2273                                 <dl class="detailList">
2274                                 <dt class="heading">Returns:</dt>
2275                                 
2276                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
2277                                 
2278                                 </dl>
2279                         
2280                         
2281                         
2282
2283                     
2284                     
2285                      
2286                     </div>                    
2287                 </div>
2288
2289             </td>
2290             <td class="msource">
2291                 
2292                         Roo.grid.ColumnModel
2293                 &nbsp;
2294             </td>
2295         </tr>
2296         
2297           
2298           <tr class="method-row config-row-alt0 expandable notInherited">
2299             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2300            
2301            
2302             <td class="sig">
2303                 <a id="Roo.grid.ColumnModel-method-isResizable"   name=".isResizable"></a>
2304                 <div class="fixedFont">
2305                         <span class="attributes"></span><b class="itemname">isResizable</b>
2306                                 
2307                                  () 
2308                         
2309                                 
2310                                          : 
2311                                         
2312                                                 
2313                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2314                                         
2315                                         
2316                                         
2317                                 
2318                         
2319                 </div>
2320                 <div class="mdesc">
2321                 
2322                    <div class="short">Returns true if the column can be resized</div> 
2323                  
2324                  
2325                  
2326                     <div class="long">
2327                         
2328                                 Returns true if the column can be resized
2329                     
2330                                 
2331                         
2332                         
2333                         
2334                         
2335                         
2336                         
2337                         
2338                         
2339                                 <dl class="detailList">
2340                                 <dt class="heading">Returns:</dt>
2341                                 
2342                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
2343                                 
2344                                 </dl>
2345                         
2346                         
2347                         
2348
2349                     
2350                     
2351                      
2352                     </div>                    
2353                 </div>
2354
2355             </td>
2356             <td class="msource">
2357                 
2358                         Roo.grid.ColumnModel
2359                 &nbsp;
2360             </td>
2361         </tr>
2362         
2363           
2364           <tr class="method-row config-row-alt1 expandable notInherited">
2365             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2366            
2367            
2368             <td class="sig">
2369                 <a id="Roo.grid.ColumnModel-method-isSortable"   name=".isSortable"></a>
2370                 <div class="fixedFont">
2371                         <span class="attributes"></span><b class="itemname">isSortable</b>
2372                                 
2373                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>) 
2374                         
2375                                 
2376                                          : 
2377                                         
2378                                                 
2379                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
2380                                         
2381                                         
2382                                         
2383                                 
2384                         
2385                 </div>
2386                 <div class="mdesc">
2387                 
2388                    <div class="short">Returns true if the specified column is sortable.</div> 
2389                  
2390                  
2391                  
2392                     <div class="long">
2393                         
2394                                 Returns true if the specified column is sortable.
2395                     
2396                                 
2397                         
2398                         
2399                         
2400                         
2401                                 <dl class="detailList">
2402                                 <dt class="heading">Parameters:</dt>
2403                                 
2404                                         <dt>
2405                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2406                                                 
2407                                         </dt>
2408                                         <dd>The column index</dd>
2409                                 
2410                                 </dl>
2411                         
2412                         
2413                         
2414                         
2415                         
2416                                 <dl class="detailList">
2417                                 <dt class="heading">Returns:</dt>
2418                                 
2419                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  </dd>
2420                                 
2421                                 </dl>
2422                         
2423                         
2424                         
2425
2426                     
2427                     
2428                      
2429                     </div>                    
2430                 </div>
2431
2432             </td>
2433             <td class="msource">
2434                 
2435                         Roo.grid.ColumnModel
2436                 &nbsp;
2437             </td>
2438         </tr>
2439         
2440           
2441           <tr class="method-row config-row-alt0 expandable">
2442             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2443            
2444            
2445             <td class="sig">
2446                 <a id="Roo.util.Observable-method-on"   name=".on"></a>
2447                 <div class="fixedFont">
2448                         <span class="attributes"></span><b class="itemname">on</b>
2449                                 
2450                                  (<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>) 
2451                         
2452                                 
2453                         
2454                 </div>
2455                 <div class="mdesc">
2456                 
2457                    <div class="short">Appends an event handler to this element (shorthand for addListener)</div> 
2458                  
2459                  
2460                  
2461                     <div class="long">
2462                         
2463                                 Appends an event handler to this element (shorthand for addListener)
2464                     
2465                                 
2466                         
2467                         
2468                         
2469                         
2470                                 <dl class="detailList">
2471                                 <dt class="heading">Parameters:</dt>
2472                                 
2473                                         <dt>
2474                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2475                                                 
2476                                         </dt>
2477                                         <dd>The type of event to listen for</dd>
2478                                 
2479                                         <dt>
2480                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
2481                                                 
2482                                         </dt>
2483                                         <dd>The method the event invokes</dd>
2484                                 
2485                                         <dt>
2486                                                 <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>
2487                                                 
2488                                         </dt>
2489                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
2490                                 
2491                                         <dt>
2492                                                 <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>
2493                                                 
2494                                         </dt>
2495                                         <dd>(optional)</dd>
2496                                 
2497                                 </dl>
2498                         
2499                         
2500                         
2501                         
2502                         
2503                         
2504                         
2505
2506                     
2507                     
2508                      
2509                     </div>                    
2510                 </div>
2511
2512             </td>
2513             <td class="msource">
2514                 
2515                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2516                 &nbsp;
2517             </td>
2518         </tr>
2519         
2520           
2521           <tr class="method-row config-row-alt1 expandable">
2522             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2523            
2524            
2525             <td class="sig">
2526                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
2527                 <div class="fixedFont">
2528                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
2529                                 
2530                                  () 
2531                         
2532                                 
2533                         
2534                 </div>
2535                 <div class="mdesc">
2536                 
2537                    <div class="short">Removes all listeners for this object</div> 
2538                  
2539                  
2540                  
2541                     <div class="long">
2542                         
2543                                 Removes all listeners for this object
2544                     
2545                                 
2546                         
2547                         
2548                         
2549                         
2550                         
2551                         
2552                         
2553                         
2554                         
2555                         
2556
2557                     
2558                     
2559                      
2560                     </div>                    
2561                 </div>
2562
2563             </td>
2564             <td class="msource">
2565                 
2566                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2567                 &nbsp;
2568             </td>
2569         </tr>
2570         
2571           
2572           <tr class="method-row config-row-alt0 expandable">
2573             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2574            
2575            
2576             <td class="sig">
2577                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
2578                 <div class="fixedFont">
2579                         <span class="attributes"></span><b class="itemname">removeListener</b>
2580                                 
2581                                  (<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>) 
2582                         
2583                                 
2584                         
2585                 </div>
2586                 <div class="mdesc">
2587                 
2588                    <div class="short">Removes a listener</div> 
2589                  
2590                  
2591                  
2592                     <div class="long">
2593                         
2594                                 Removes a listener
2595                     
2596                                 
2597                         
2598                         
2599                         
2600                         
2601                                 <dl class="detailList">
2602                                 <dt class="heading">Parameters:</dt>
2603                                 
2604                                         <dt>
2605                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
2606                                                 
2607                                         </dt>
2608                                         <dd>The type of event to listen for</dd>
2609                                 
2610                                         <dt>
2611                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
2612                                                 
2613                                         </dt>
2614                                         <dd>The handler to remove</dd>
2615                                 
2616                                         <dt>
2617                                                 <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>
2618                                                 
2619                                         </dt>
2620                                         <dd>(optional) The scope (this object) for the handler</dd>
2621                                 
2622                                 </dl>
2623                         
2624                         
2625                         
2626                         
2627                         
2628                         
2629                         
2630
2631                     
2632                     
2633                      
2634                     </div>                    
2635                 </div>
2636
2637             </td>
2638             <td class="msource">
2639                 
2640                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
2641                 &nbsp;
2642             </td>
2643         </tr>
2644         
2645           
2646           <tr class="method-row config-row-alt1 expandable notInherited">
2647             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2648            
2649            
2650             <td class="sig">
2651                 <a id="Roo.grid.ColumnModel-method-setColumnHeader"   name=".setColumnHeader"></a>
2652                 <div class="fixedFont">
2653                         <span class="attributes"></span><b class="itemname">setColumnHeader</b>
2654                                 
2655                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>header</i></B>) 
2656                         
2657                                 
2658                         
2659                 </div>
2660                 <div class="mdesc">
2661                 
2662                    <div class="short">Sets the header for a column.</div> 
2663                  
2664                  
2665                  
2666                     <div class="long">
2667                         
2668                                 Sets the header for a column.
2669                     
2670                                 
2671                         
2672                         
2673                         
2674                         
2675                                 <dl class="detailList">
2676                                 <dt class="heading">Parameters:</dt>
2677                                 
2678                                         <dt>
2679                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2680                                                 
2681                                         </dt>
2682                                         <dd>The column index</dd>
2683                                 
2684                                         <dt>
2685                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>header</b>
2686                                                 
2687                                         </dt>
2688                                         <dd>The new header</dd>
2689                                 
2690                                 </dl>
2691                         
2692                         
2693                         
2694                         
2695                         
2696                         
2697                         
2698
2699                     
2700                     
2701                      
2702                     </div>                    
2703                 </div>
2704
2705             </td>
2706             <td class="msource">
2707                 
2708                         Roo.grid.ColumnModel
2709                 &nbsp;
2710             </td>
2711         </tr>
2712         
2713           
2714           <tr class="method-row config-row-alt0 expandable notInherited">
2715             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2716            
2717            
2718             <td class="sig">
2719                 <a id="Roo.grid.ColumnModel-method-setColumnTooltip"   name=".setColumnTooltip"></a>
2720                 <div class="fixedFont">
2721                         <span class="attributes"></span><b class="itemname">setColumnTooltip</b>
2722                                 
2723                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>tooltip</i></B>) 
2724                         
2725                                 
2726                         
2727                 </div>
2728                 <div class="mdesc">
2729                 
2730                    <div class="short">Sets the tooltip for a column.</div> 
2731                  
2732                  
2733                  
2734                     <div class="long">
2735                         
2736                                 Sets the tooltip for a column.
2737                     
2738                                 
2739                         
2740                         
2741                         
2742                         
2743                                 <dl class="detailList">
2744                                 <dt class="heading">Parameters:</dt>
2745                                 
2746                                         <dt>
2747                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2748                                                 
2749                                         </dt>
2750                                         <dd>The column index</dd>
2751                                 
2752                                         <dt>
2753                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>tooltip</b>
2754                                                 
2755                                         </dt>
2756                                         <dd>The new tooltip</dd>
2757                                 
2758                                 </dl>
2759                         
2760                         
2761                         
2762                         
2763                         
2764                         
2765                         
2766
2767                     
2768                     
2769                      
2770                     </div>                    
2771                 </div>
2772
2773             </td>
2774             <td class="msource">
2775                 
2776                         Roo.grid.ColumnModel
2777                 &nbsp;
2778             </td>
2779         </tr>
2780         
2781           
2782           <tr class="method-row config-row-alt1 expandable notInherited">
2783             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2784            
2785            
2786             <td class="sig">
2787                 <a id="Roo.grid.ColumnModel-method-setColumnWidth"   name=".setColumnWidth"></a>
2788                 <div class="fixedFont">
2789                         <span class="attributes"></span><b class="itemname">setColumnWidth</b>
2790                                 
2791                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>width</i></B>) 
2792                         
2793                                 
2794                         
2795                 </div>
2796                 <div class="mdesc">
2797                 
2798                    <div class="short">Sets the width for a column.</div> 
2799                  
2800                  
2801                  
2802                     <div class="long">
2803                         
2804                                 Sets the width for a column.
2805                     
2806                                 
2807                         
2808                         
2809                         
2810                         
2811                                 <dl class="detailList">
2812                                 <dt class="heading">Parameters:</dt>
2813                                 
2814                                         <dt>
2815                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2816                                                 
2817                                         </dt>
2818                                         <dd>The column index</dd>
2819                                 
2820                                         <dt>
2821                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>width</b>
2822                                                 
2823                                         </dt>
2824                                         <dd>The new width</dd>
2825                                 
2826                                 </dl>
2827                         
2828                         
2829                         
2830                         
2831                         
2832                         
2833                         
2834
2835                     
2836                     
2837                      
2838                     </div>                    
2839                 </div>
2840
2841             </td>
2842             <td class="msource">
2843                 
2844                         Roo.grid.ColumnModel
2845                 &nbsp;
2846             </td>
2847         </tr>
2848         
2849           
2850           <tr class="method-row config-row-alt0 expandable notInherited">
2851             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2852            
2853            
2854             <td class="sig">
2855                 <a id="Roo.grid.ColumnModel-method-setDataIndex"   name=".setDataIndex"></a>
2856                 <div class="fixedFont">
2857                         <span class="attributes"></span><b class="itemname">setDataIndex</b>
2858                                 
2859                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>dataIndex</i></B>) 
2860                         
2861                                 
2862                         
2863                 </div>
2864                 <div class="mdesc">
2865                 
2866                    <div class="short">Sets the dataIndex for a column.</div> 
2867                  
2868                  
2869                  
2870                     <div class="long">
2871                         
2872                                 Sets the dataIndex for a column.
2873                     
2874                                 
2875                         
2876                         
2877                         
2878                         
2879                                 <dl class="detailList">
2880                                 <dt class="heading">Parameters:</dt>
2881                                 
2882                                         <dt>
2883                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2884                                                 
2885                                         </dt>
2886                                         <dd>The column index</dd>
2887                                 
2888                                         <dt>
2889                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>dataIndex</b>
2890                                                 
2891                                         </dt>
2892                                         <dd>The new dataIndex</dd>
2893                                 
2894                                 </dl>
2895                         
2896                         
2897                         
2898                         
2899                         
2900                         
2901                         
2902
2903                     
2904                     
2905                      
2906                     </div>                    
2907                 </div>
2908
2909             </td>
2910             <td class="msource">
2911                 
2912                         Roo.grid.ColumnModel
2913                 &nbsp;
2914             </td>
2915         </tr>
2916         
2917           
2918           <tr class="method-row config-row-alt1 expandable notInherited">
2919             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2920            
2921            
2922             <td class="sig">
2923                 <a id="Roo.grid.ColumnModel-method-setEditable"   name=".setEditable"></a>
2924                 <div class="fixedFont">
2925                         <span class="attributes"></span><b class="itemname">setEditable</b>
2926                                 
2927                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>editable</i></B>) 
2928                         
2929                                 
2930                         
2931                 </div>
2932                 <div class="mdesc">
2933                 
2934                    <div class="short">Sets if a column is editable.</div> 
2935                  
2936                  
2937                  
2938                     <div class="long">
2939                         
2940                                 Sets if a column is editable.
2941                     
2942                                 
2943                         
2944                         
2945                         
2946                         
2947                                 <dl class="detailList">
2948                                 <dt class="heading">Parameters:</dt>
2949                                 
2950                                         <dt>
2951                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
2952                                                 
2953                                         </dt>
2954                                         <dd>The column index</dd>
2955                                 
2956                                         <dt>
2957                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>editable</b>
2958                                                 
2959                                         </dt>
2960                                         <dd>True if the column is editable</dd>
2961                                 
2962                                 </dl>
2963                         
2964                         
2965                         
2966                         
2967                         
2968                         
2969                         
2970
2971                     
2972                     
2973                      
2974                     </div>                    
2975                 </div>
2976
2977             </td>
2978             <td class="msource">
2979                 
2980                         Roo.grid.ColumnModel
2981                 &nbsp;
2982             </td>
2983         </tr>
2984         
2985           
2986           <tr class="method-row config-row-alt0 expandable notInherited">
2987             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2988            
2989            
2990             <td class="sig">
2991                 <a id="Roo.grid.ColumnModel-method-setEditor"   name=".setEditor"></a>
2992                 <div class="fixedFont">
2993                         <span class="attributes"></span><b class="itemname">setEditor</b>
2994                                 
2995                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>editor</i></B>) 
2996                         
2997                                 
2998                         
2999                 </div>
3000                 <div class="mdesc">
3001                 
3002                    <div class="short">Sets the editor for a column.</div> 
3003                  
3004                  
3005                  
3006                     <div class="long">
3007                         
3008                                 Sets the editor for a column.
3009                     
3010                                 
3011                         
3012                         
3013                         
3014                         
3015                                 <dl class="detailList">
3016                                 <dt class="heading">Parameters:</dt>
3017                                 
3018                                         <dt>
3019                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
3020                                                 
3021                                         </dt>
3022                                         <dd>The column index</dd>
3023                                 
3024                                         <dt>
3025                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  <b>editor</b>
3026                                                 
3027                                         </dt>
3028                                         <dd>The editor object</dd>
3029                                 
3030                                 </dl>
3031                         
3032                         
3033                         
3034                         
3035                         
3036                         
3037                         
3038
3039                     
3040                     
3041                      
3042                     </div>                    
3043                 </div>
3044
3045             </td>
3046             <td class="msource">
3047                 
3048                         Roo.grid.ColumnModel
3049                 &nbsp;
3050             </td>
3051         </tr>
3052         
3053           
3054           <tr class="method-row config-row-alt1 expandable notInherited">
3055             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3056            
3057            
3058             <td class="sig">
3059                 <a id="Roo.grid.ColumnModel-method-setHidden"   name=".setHidden"></a>
3060                 <div class="fixedFont">
3061                         <span class="attributes"></span><b class="itemname">setHidden</b>
3062                                 
3063                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>hidden</i></B>) 
3064                         
3065                                 
3066                         
3067                 </div>
3068                 <div class="mdesc">
3069                 
3070                    <div class="short">Sets if a column is hidden.</div> 
3071                  
3072                  
3073                  
3074                     <div class="long">
3075                         
3076                                 Sets if a column is hidden.
3077                     
3078                                 
3079                         
3080                         
3081                         
3082                         
3083                                 <dl class="detailList">
3084                                 <dt class="heading">Parameters:</dt>
3085                                 
3086                                         <dt>
3087                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>colIndex</b>
3088                                                 
3089                                         </dt>
3090                                         <dd>The column index</dd>
3091                                 
3092                                         <dt>
3093                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>hidden</b>
3094                                                 
3095                                         </dt>
3096                                         <dd>True if the column is hidden</dd>
3097                                 
3098                                 </dl>
3099                         
3100                         
3101                         
3102                         
3103                         
3104                         
3105                         
3106
3107                     
3108                     
3109                      
3110                     </div>                    
3111                 </div>
3112
3113             </td>
3114             <td class="msource">
3115                 
3116                         Roo.grid.ColumnModel
3117                 &nbsp;
3118             </td>
3119         </tr>
3120         
3121           
3122           <tr class="method-row config-row-alt0 expandable notInherited">
3123             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3124            
3125            
3126             <td class="sig">
3127                 <a id="Roo.grid.ColumnModel-method-setRenderer"   name=".setRenderer"></a>
3128                 <div class="fixedFont">
3129                         <span class="attributes"></span><b class="itemname">setRenderer</b>
3130                                 
3131                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a> <B><i>fn</i></B>) 
3132                         
3133                                 
3134                         
3135                 </div>
3136                 <div class="mdesc">
3137                 
3138                    <div class="short">Sets the rendering (formatting) function for a column.</div> 
3139                  
3140                  
3141                  
3142                     <div class="long">
3143                         
3144                                 Sets the rendering (formatting) function for a column.
3145                     
3146                                 
3147                         
3148                         
3149                         
3150                         
3151                                 <dl class="detailList">
3152                                 <dt class="heading">Parameters:</dt>
3153                                 
3154                                         <dt>
3155                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
3156                                                 
3157                                         </dt>
3158                                         <dd>The column index</dd>
3159                                 
3160                                         <dt>
3161                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>fn</b>
3162                                                 
3163                                         </dt>
3164                                         <dd>The function to use to process the cell's raw data<br/>to return HTML markup for the grid view. The render function is called with<br/>the following parameters:<ul><br/><li>Data value.</li><br/><li>Cell metadata. An object in which you may set the following attributes:<ul><br/><li>css A CSS style string to apply to the table cell.</li><br/><li>attr An HTML attribute definition string to apply to the data container element <i>within</i> the table cell.</li></ul><br/><li>The {<b>link</b> Roo.data.Record} from which the data was extracted.</li><br/><li>Row index</li><br/><li>Column index</li><br/><li>The {<b>link</b> Roo.data.Store} object from which the Record was extracted</li></ul></dd>
3165                                 
3166                                 </dl>
3167                         
3168                         
3169                         
3170                         
3171                         
3172                         
3173                         
3174
3175                     
3176                     
3177                      
3178                     </div>                    
3179                 </div>
3180
3181             </td>
3182             <td class="msource">
3183                 
3184                         Roo.grid.ColumnModel
3185                 &nbsp;
3186             </td>
3187         </tr>
3188         
3189           
3190           <tr class="method-row config-row-alt1 expandable">
3191             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3192            
3193            
3194             <td class="sig">
3195                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
3196                 <div class="fixedFont">
3197                         <span class="attributes"></span><b class="itemname">un</b>
3198                                 
3199                                  (<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>) 
3200                         
3201                                 
3202                         
3203                 </div>
3204                 <div class="mdesc">
3205                 
3206                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
3207                  
3208                  
3209                  
3210                     <div class="long">
3211                         
3212                                 Removes a listener (shorthand for removeListener)
3213                     
3214                                 
3215                         
3216                         
3217                         
3218                         
3219                                 <dl class="detailList">
3220                                 <dt class="heading">Parameters:</dt>
3221                                 
3222                                         <dt>
3223                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
3224                                                 
3225                                         </dt>
3226                                         <dd>The type of event to listen for</dd>
3227                                 
3228                                         <dt>
3229                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
3230                                                 
3231                                         </dt>
3232                                         <dd>The handler to remove</dd>
3233                                 
3234                                         <dt>
3235                                                 <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>
3236                                                 
3237                                         </dt>
3238                                         <dd>(optional) The scope (this object) for the handler</dd>
3239                                 
3240                                 </dl>
3241                         
3242                         
3243                         
3244                         
3245                         
3246                         
3247                         
3248
3249                     
3250                     
3251                      
3252                     </div>                    
3253                 </div>
3254
3255             </td>
3256             <td class="msource">
3257                 
3258                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
3259                 &nbsp;
3260             </td>
3261         </tr>
3262         
3263                                                        
3264     </table>
3265
3266   
3267   <!-- ============================== events summary / details ======================== -->
3268   
3269   
3270   <a id="Roo.grid.ColumnModel-events"></a>
3271     
3272   
3273         
3274    
3275   
3276     
3277     
3278     
3279       <table cellspacing="0" class="member-table">
3280                 <caption>Events</caption>
3281               <thead>
3282                 <tr>
3283                     <th class="sig-header" colspan="2">Event</th>            
3284                     <th class="msource-header">Defined By</th>
3285
3286                 </tr>
3287               </thead>  
3288         
3289         
3290          
3291         
3292         
3293           <tr class="method-row expandable config-row-alt0 notInherited">
3294             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3295             
3296             <td class="sig">
3297                 <a id="Roo.grid.ColumnModel-event-*columlockchange"></a>
3298                 
3299                <div class="fixedFont">
3300                 <b class="itemname">columlockchange</b> (ColumnModel <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>locked</i></B>) 
3301                 
3302                 </div>
3303
3304                 <div class="mdesc">
3305
3306                    <div class="short">Fires when a column's locked state is changed
3307                    
3308                 </div> 
3309                     
3310                     <div class="long">
3311                     
3312                         Fires when a column's locked state is changed
3313                     
3314                         
3315                         
3316                 
3317                         
3318                                 <dl class="detailList">
3319                                 <dt class="heading">Parameters:</dt>
3320                                 
3321                                         <dt>
3322                                                 <span class="fixedFont">ColumnModel</span> <b>this</b>
3323                                                 
3324                                         </dt>
3325                                         <dd></dd>
3326                                 
3327                                         <dt>
3328                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>colIndex</b>
3329                                                 
3330                                         </dt>
3331                                         <dd></dd>
3332                                 
3333                                         <dt>
3334                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span> <b>locked</b>
3335                                                 
3336                                         </dt>
3337                                         <dd>true if locked</dd>
3338                                 
3339                                 </dl>
3340                         
3341                         
3342                         
3343                         
3344                         
3345                         
3346                         
3347
3348                     
3349                     
3350                      
3351                     </div>                    
3352                 </div>
3353
3354             </td>
3355             <td class="msource">
3356                 Roo.grid.ColumnModel
3357             </td>
3358         </tr>
3359         
3360           <tr class="method-row expandable config-row-alt1 notInherited">
3361             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3362             
3363             <td class="sig">
3364                 <a id="Roo.grid.ColumnModel-event-*columnmoved"></a>
3365                 
3366                <div class="fixedFont">
3367                 <b class="itemname">columnmoved</b> (ColumnModel <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>oldIndex</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>newIndex</i></B>) 
3368                 
3369                 </div>
3370
3371                 <div class="mdesc">
3372
3373                    <div class="short">Fires when a column is moved.
3374                    
3375                 </div> 
3376                     
3377                     <div class="long">
3378                     
3379                         Fires when a column is moved.
3380                     
3381                         
3382                         
3383                 
3384                         
3385                                 <dl class="detailList">
3386                                 <dt class="heading">Parameters:</dt>
3387                                 
3388                                         <dt>
3389                                                 <span class="fixedFont">ColumnModel</span> <b>this</b>
3390                                                 
3391                                         </dt>
3392                                         <dd></dd>
3393                                 
3394                                         <dt>
3395                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>oldIndex</b>
3396                                                 
3397                                         </dt>
3398                                         <dd></dd>
3399                                 
3400                                         <dt>
3401                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>newIndex</b>
3402                                                 
3403                                         </dt>
3404                                         <dd></dd>
3405                                 
3406                                 </dl>
3407                         
3408                         
3409                         
3410                         
3411                         
3412                         
3413                         
3414
3415                     
3416                     
3417                      
3418                     </div>                    
3419                 </div>
3420
3421             </td>
3422             <td class="msource">
3423                 Roo.grid.ColumnModel
3424             </td>
3425         </tr>
3426         
3427           <tr class="method-row expandable config-row-alt0 notInherited">
3428             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3429             
3430             <td class="sig">
3431                 <a id="Roo.grid.ColumnModel-event-*headerchange"></a>
3432                 
3433                <div class="fixedFont">
3434                 <b class="itemname">headerchange</b> (ColumnModel <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>columnIndex</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>newText</i></B>) 
3435                 
3436                 </div>
3437
3438                 <div class="mdesc">
3439
3440                    <div class="short">Fires when the text of a header changes.
3441                    
3442                 </div> 
3443                     
3444                     <div class="long">
3445                     
3446                         Fires when the text of a header changes.
3447                     
3448                         
3449                         
3450                 
3451                         
3452                                 <dl class="detailList">
3453                                 <dt class="heading">Parameters:</dt>
3454                                 
3455                                         <dt>
3456                                                 <span class="fixedFont">ColumnModel</span> <b>this</b>
3457                                                 
3458                                         </dt>
3459                                         <dd></dd>
3460                                 
3461                                         <dt>
3462                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>columnIndex</b>
3463                                                 
3464                                         </dt>
3465                                         <dd>The column index</dd>
3466                                 
3467                                         <dt>
3468                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>newText</b>
3469                                                 
3470                                         </dt>
3471                                         <dd>The new header text</dd>
3472                                 
3473                                 </dl>
3474                         
3475                         
3476                         
3477                         
3478                         
3479                         
3480                         
3481
3482                     
3483                     
3484                      
3485                     </div>                    
3486                 </div>
3487
3488             </td>
3489             <td class="msource">
3490                 Roo.grid.ColumnModel
3491             </td>
3492         </tr>
3493         
3494           <tr class="method-row expandable config-row-alt1 notInherited">
3495             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3496             
3497             <td class="sig">
3498                 <a id="Roo.grid.ColumnModel-event-*hiddenchange"></a>
3499                 
3500                <div class="fixedFont">
3501                 <b class="itemname">hiddenchange</b> (ColumnModel <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>columnIndex</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>hidden</i></B>) 
3502                 
3503                 </div>
3504
3505                 <div class="mdesc">
3506
3507                    <div class="short">Fires when a column is hidden or "unhidden".
3508                    
3509                 </div> 
3510                     
3511                     <div class="long">
3512                     
3513                         Fires when a column is hidden or "unhidden".
3514                     
3515                         
3516                         
3517                 
3518                         
3519                                 <dl class="detailList">
3520                                 <dt class="heading">Parameters:</dt>
3521                                 
3522                                         <dt>
3523                                                 <span class="fixedFont">ColumnModel</span> <b>this</b>
3524                                                 
3525                                         </dt>
3526                                         <dd></dd>
3527                                 
3528                                         <dt>
3529                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>columnIndex</b>
3530                                                 
3531                                         </dt>
3532                                         <dd>The column index</dd>
3533                                 
3534                                         <dt>
3535                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span> <b>hidden</b>
3536                                                 
3537                                         </dt>
3538                                         <dd>true if hidden, false otherwise</dd>
3539                                 
3540                                 </dl>
3541                         
3542                         
3543                         
3544                         
3545                         
3546                         
3547                         
3548
3549                     
3550                     
3551                      
3552                     </div>                    
3553                 </div>
3554
3555             </td>
3556             <td class="msource">
3557                 Roo.grid.ColumnModel
3558             </td>
3559         </tr>
3560         
3561           <tr class="method-row expandable config-row-alt0 notInherited">
3562             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3563             
3564             <td class="sig">
3565                 <a id="Roo.grid.ColumnModel-event-*widthchange"></a>
3566                 
3567                <div class="fixedFont">
3568                 <b class="itemname">widthchange</b> (ColumnModel <B><i>this</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>columnIndex</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>newWidth</i></B>) 
3569                 
3570                 </div>
3571
3572                 <div class="mdesc">
3573
3574                    <div class="short">Fires when the width of a column changes.
3575                    
3576                 </div> 
3577                     
3578                     <div class="long">
3579                     
3580                         Fires when the width of a column changes.
3581                     
3582                         
3583                         
3584                 
3585                         
3586                                 <dl class="detailList">
3587                                 <dt class="heading">Parameters:</dt>
3588                                 
3589                                         <dt>
3590                                                 <span class="fixedFont">ColumnModel</span> <b>this</b>
3591                                                 
3592                                         </dt>
3593                                         <dd></dd>
3594                                 
3595                                         <dt>
3596                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>columnIndex</b>
3597                                                 
3598                                         </dt>
3599                                         <dd>The column index</dd>
3600                                 
3601                                         <dt>
3602                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span> <b>newWidth</b>
3603                                                 
3604                                         </dt>
3605                                         <dd>The new width</dd>
3606                                 
3607                                 </dl>
3608                         
3609                         
3610                         
3611                         
3612                         
3613                         
3614                         
3615
3616                     
3617                     
3618                      
3619                     </div>                    
3620                 </div>
3621
3622             </td>
3623             <td class="msource">
3624                 Roo.grid.ColumnModel
3625             </td>
3626         </tr>
3627         
3628                                                        
3629     </table>
3630
3631   
3632   
3633   
3634  
3635 <!-- ============================== footer ================================= -->
3636                 <div class="fineprint" style="clear:both">
3637                         
3638                         Documentation generated by <a href="http://www.akbkhome.com" target="_blankt">Introspection Doc Generator</a>  on Mon Mar 14 2016 11:55:23 GMT+0800 (HKT)
3639                         Based on 
3640                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
3641                 </div>
3642         </body>
3643 </html>