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