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