48c4d64294ecf830dd3e2768defc7937c9240a02
[roojs1] / docs / symbols / Roo.grid.GridView.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.GridView</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.GridView-props"><img src="resources/s.gif" class="item-icon icon-prop">Properties</a>
35         <a class="inner-link" href="#Roo.grid.GridView-methods"><img src="resources/s.gif" class="item-icon icon-method">Methods</a>
36         <a class="inner-link" href="#Roo.grid.GridView-events"><img src="resources/s.gif" class="item-icon icon-event">Events</a>
37         <a class="inner-link" href="#Roo.grid.GridView-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.GridView 
48
49                    </pre>
50                 </div>
51        
52 <!-- ============================== class title / details ============================ -->
53     
54     
55     <h1 class="classTitle">
56                                 
57                                 Class Roo.grid.GridView
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_GridView.js.html">Roo/grid/GridView.js</a>.
67                         
68         </td></tr>
69         <tr><td class="label">Class:</td><td class="hd-info">GridView</td></tr>
70         
71         
72         
73         
74                 <tr><td class="label">Extends:</td><td class="hd-info">
75                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
76         
77                 </td></tr>    
78         
79         
80     </table>
81
82     
83 <!-- ============================== class summary ========================== -->                        
84     <div class="description">
85         
86     </div>
87
88         
89 <!-- ============================== Class comment block... ========================== -->                                       
90
91 <div class="comments">
92         <b>Class Comments / Notes</B> =>  
93         <u onclick="parent.CommentDialog.showCommentId = 'Roo.grid.GridView';">[Add Your comment/notes about this class]</u>
94         <br/>
95         <iframe frameborder="0"  id="comments-Roo.grid" style="border: none;width:100%;" 
96                 src="/blog.php/GtkDjsComments/Roo.grid.GridView.html"></iframe>
97 </div>
98         
99
100                 
101 <!-- ============================== config options ========================== -->                                               
102                  
103     
104     
105                 
106     <div class="hr"></div>
107     <a id="Roo.grid.GridView-configs"></a>
108                 
109     
110      
111     
112         
113       <table cellspacing="0" class="member-table">   
114       <caption>Config Options (Usually are also Properties)</caption>
115     
116         
117         <tr>
118             <th class="sig-header" colspan="2">Options</th>
119             
120             <th class="msource-header">Defined By</th>
121         </tr>
122         
123         
124         
125         
126         
127                 <tr class="config-row expandable config-row-alt0">
128                    <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
129                     <td class="sig">
130
131                         <a id="Roo.util.Observable-cfg-listeners" name=".listeners"></a>
132                         <div class="fixedFont">
133                                 <b  class="itemname">listeners</b> : <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
134                                 
135                                 
136                         </div>
137                   
138                         <div class="mdesc">
139                             <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> 
140                         </div>
141                         
142                         <div class="mdesc">
143                             <div class="long">
144                     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>
145                     
146                 </div> 
147                         </div>
148                         
149                         
150
151                     </td>
152                     <td class="msource">
153                         
154                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
155                                 
156                     </td>
157                 </tr>
158         
159         
160     </table>
161                 
162   
163   
164   
165   
166   
167   
168   
169   
170   <!-- ============================== public properties ==================== -->        
171   
172   
173   
174     <a id="Roo.grid.GridView-props"></a>      
175     
176     
177
178     
179     
180      <table cellspacing="0" class="member-table">
181       <caption class="Empty">Public Properties - Has None</caption>
182      </table>
183     
184     
185      
186     
187   <!-- ============================== methods summary / details ======================== -->
188   
189   
190   <a id="Roo.grid.GridView-methods"></a>
191         <!-- constructor?? -->
192         
193         <!-- static's first 
194         
195         
196         -->
197         
198         <!-- then dynamics first -->
199         
200   
201   
202     
203     
204     
205       <table cellspacing="0" class="member-table">
206       <caption>Public Methods</caption>
207         <tr>
208             <th class="sig-header" colspan="2">Method</th>            
209             <th class="msource-header">Defined By</th>
210
211         </tr>
212         
213         
214         
215          
216         
217         
218           
219           <tr class="method-row config-row-alt0 expandable notInherited">
220             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
221            
222            
223             <td class="sig">
224                 <a id="Roo.grid-method-GridView"   name=".GridView"></a>
225                 <div class="fixedFont">
226                         <span class="attributes">new <B>Roo.grid.</B></span><b class="itemname">GridView</b>
227                                 
228                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>config</i></B>) 
229                         
230                                 
231                         
232                 </div>
233                 <div class="mdesc">
234                 
235                  
236                         <div class="short">Create a new Roo.grid.GridView</div> 
237                  
238                  
239                     <div class="long">
240                         
241                         
242                         
243                                 Create a new Roo.grid.GridView
244                         
245                         
246                                 <dl class="detailList">
247                                 <dt class="heading">Parameters:</dt>
248                                 
249                                         <dt>
250                                                 <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>
251                                                 
252                                         </dt>
253                                         <dd></dd>
254                                 
255                                 </dl>
256                         
257                         
258                         
259                         
260                         
261                         
262                         
263
264                     
265                     
266                      
267                     </div>                    
268                 </div>
269
270             </td>
271             <td class="msource">
272                 &nbsp;
273             </td>
274         </tr>
275         
276           
277           <tr class="method-row config-row-alt1 expandable">
278             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
279            
280            
281             <td class="sig">
282                 <a id="Roo.util.Observable-method-addEvents"   name=".addEvents"></a>
283                 <div class="fixedFont">
284                         <span class="attributes"></span><b class="itemname">addEvents</b>
285                                 
286                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a> <B><i>object</i></B>) 
287                         
288                                 
289                         
290                 </div>
291                 <div class="mdesc">
292                 
293                    <div class="short">Used to define events on this Observable</div> 
294                  
295                  
296                  
297                     <div class="long">
298                         
299                                 Used to define events on this Observable
300                     
301                                 
302                         
303                         
304                         
305                         
306                                 <dl class="detailList">
307                                 <dt class="heading">Parameters:</dt>
308                                 
309                                         <dt>
310                                                 <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>
311                                                 
312                                         </dt>
313                                         <dd>The object with the events defined</dd>
314                                 
315                                 </dl>
316                         
317                         
318                         
319                         
320                         
321                         
322                         
323
324                     
325                     
326                      
327                     </div>                    
328                 </div>
329
330             </td>
331             <td class="msource">
332                 
333                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
334                 &nbsp;
335             </td>
336         </tr>
337         
338           
339           <tr class="method-row config-row-alt0 expandable">
340             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
341            
342            
343             <td class="sig">
344                 <a id="Roo.util.Observable-method-addListener"   name=".addListener"></a>
345                 <div class="fixedFont">
346                         <span class="attributes"></span><b class="itemname">addListener</b>
347                                 
348                                  (<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>) 
349                         
350                                 
351                         
352                 </div>
353                 <div class="mdesc">
354                 
355                    <div class="short">Appends an event handler to this component</div> 
356                  
357                  
358                  
359                     <div class="long">
360                         
361                                 Appends an event handler to this component
362                     
363                                 
364                         
365                         
366                         
367                         
368                                 <dl class="detailList">
369                                 <dt class="heading">Parameters:</dt>
370                                 
371                                         <dt>
372                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
373                                                 
374                                         </dt>
375                                         <dd>The type of event to listen for</dd>
376                                 
377                                         <dt>
378                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
379                                                 
380                                         </dt>
381                                         <dd>The method the event invokes</dd>
382                                 
383                                         <dt>
384                                                 <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>
385                                                 
386                                         </dt>
387                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
388                                 
389                                         <dt>
390                                                 <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>
391                                                 
392                                         </dt>
393                                         <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>
394                                 
395                                 </dl>
396                         
397                         
398                         
399                         
400                         
401                         
402                         
403
404                     
405                     
406                      
407                     </div>                    
408                 </div>
409
410             </td>
411             <td class="msource">
412                 
413                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
414                 &nbsp;
415             </td>
416         </tr>
417         
418           
419           <tr class="method-row config-row-alt1 expandable notInherited">
420             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
421            
422            
423             <td class="sig">
424                 <a id="Roo.grid.GridView-method-autoSizeColumn"   name=".autoSizeColumn"></a>
425                 <div class="fixedFont">
426                         <span class="attributes"></span><b class="itemname">autoSizeColumn</b>
427                                 
428                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>colIndex</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>forceMinSize</i></B>) 
429                         
430                                 
431                         
432                 </div>
433                 <div class="mdesc">
434                 
435                    <div class="short">Autofit a column to its content.</div> 
436                  
437                  
438                  
439                     <div class="long">
440                         
441                                 Autofit a column to its content.
442                     
443                                 
444                         
445                         
446                         
447                         
448                                 <dl class="detailList">
449                                 <dt class="heading">Parameters:</dt>
450                                 
451                                         <dt>
452                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>colIndex</b>
453                                                 
454                                         </dt>
455                                         <dd></dd>
456                                 
457                                         <dt>
458                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>forceMinSize</b>
459                                                 
460                                         </dt>
461                                         <dd>true to force the column to go smaller if possible</dd>
462                                 
463                                 </dl>
464                         
465                         
466                         
467                         
468                         
469                         
470                         
471
472                     
473                     
474                      
475                     </div>                    
476                 </div>
477
478             </td>
479             <td class="msource">
480                 
481                         Roo.grid.GridView
482                 &nbsp;
483             </td>
484         </tr>
485         
486           
487           <tr class="method-row config-row-alt0 expandable notInherited">
488             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
489            
490            
491             <td class="sig">
492                 <a id="Roo.grid.GridView-method-autoSizeColumns"   name=".autoSizeColumns"></a>
493                 <div class="fixedFont">
494                         <span class="attributes"></span><b class="itemname">autoSizeColumns</b>
495                                 
496                                  () 
497                         
498                                 
499                         
500                 </div>
501                 <div class="mdesc">
502                 
503                    <div class="short">Autofits all columns to their content and then expands to fit any extra space in the grid</div> 
504                  
505                  
506                  
507                     <div class="long">
508                         
509                                 Autofits all columns to their content and then expands to fit any extra space in the grid
510                     
511                                 
512                         
513                         
514                         
515                         
516                         
517                         
518                         
519                         
520                         
521                         
522
523                     
524                     
525                      
526                     </div>                    
527                 </div>
528
529             </td>
530             <td class="msource">
531                 
532                         Roo.grid.GridView
533                 &nbsp;
534             </td>
535         </tr>
536         
537           
538           <tr class="method-row config-row-alt1 expandable notInherited">
539             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
540            
541            
542             <td class="sig">
543                 <a id="Roo.grid.GridView-method-ensureVisible"   name=".ensureVisible"></a>
544                 <div class="fixedFont">
545                         <span class="attributes"></span><b class="itemname">ensureVisible</b>
546                                 
547                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>row</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>hscroll</i></B>) 
548                         
549                                 
550                         
551                 </div>
552                 <div class="mdesc">
553                 
554                    <div class="short">Scrolls the specified cell into view</div> 
555                  
556                  
557                  
558                     <div class="long">
559                         
560                                 Scrolls the specified cell into view
561                     
562                                 
563                         
564                         
565                         
566                         
567                                 <dl class="detailList">
568                                 <dt class="heading">Parameters:</dt>
569                                 
570                                         <dt>
571                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>row</b>
572                                                 
573                                         </dt>
574                                         <dd>The row index</dd>
575                                 
576                                         <dt>
577                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
578                                                 
579                                         </dt>
580                                         <dd>The column index</dd>
581                                 
582                                         <dt>
583                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>hscroll</b>
584                                                 
585                                         </dt>
586                                         <dd>false to disable horizontal scrolling</dd>
587                                 
588                                 </dl>
589                         
590                         
591                         
592                         
593                         
594                         
595                         
596
597                     
598                     
599                      
600                     </div>                    
601                 </div>
602
603             </td>
604             <td class="msource">
605                 
606                         Roo.grid.GridView
607                 &nbsp;
608             </td>
609         </tr>
610         
611           
612           <tr class="method-row config-row-alt0 expandable">
613             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
614            
615            
616             <td class="sig">
617                 <a id="Roo.util.Observable-method-fireEvent"   name=".fireEvent"></a>
618                 <div class="fixedFont">
619                         <span class="attributes"></span><b class="itemname">fireEvent</b>
620                                 
621                                  (<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>) 
622                         
623                                 
624                                          : 
625                                         
626                                                 
627                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
628                                         
629                                         
630                                         
631                                 
632                         
633                 </div>
634                 <div class="mdesc">
635                 
636                    <div class="short">Fires the specified event with the passed parameters (minus the event name).</div> 
637                  
638                  
639                  
640                     <div class="long">
641                         
642                                 Fires the specified event with the passed parameters (minus the event name).
643                     
644                                 
645                         
646                         
647                         
648                         
649                                 <dl class="detailList">
650                                 <dt class="heading">Parameters:</dt>
651                                 
652                                         <dt>
653                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
654                                                 
655                                         </dt>
656                                         <dd></dd>
657                                 
658                                         <dt>
659                                                 <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>
660                                                 
661                                         </dt>
662                                         <dd>Variable number of parameters are passed to handlers</dd>
663                                 
664                                 </dl>
665                         
666                         
667                         
668                         
669                         
670                                 <dl class="detailList">
671                                 <dt class="heading">Returns:</dt>
672                                 
673                                         <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>
674                                 
675                                 </dl>
676                         
677                         
678                         
679
680                     
681                     
682                      
683                     </div>                    
684                 </div>
685
686             </td>
687             <td class="msource">
688                 
689                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
690                 &nbsp;
691             </td>
692         </tr>
693         
694           
695           <tr class="method-row config-row-alt1 expandable notInherited">
696             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
697            
698            
699             <td class="sig">
700                 <a id="Roo.grid.GridView-method-fitColumns"   name=".fitColumns"></a>
701                 <div class="fixedFont">
702                         <span class="attributes"></span><b class="itemname">fitColumns</b>
703                                 
704                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>reserveScrollSpace</i></B>) 
705                         
706                                 
707                         
708                 </div>
709                 <div class="mdesc">
710                 
711                    <div class="short">Autofits all columns to the grid's width proportionate with their current size</div> 
712                  
713                  
714                  
715                     <div class="long">
716                         
717                                 Autofits all columns to the grid's width proportionate with their current size
718                     
719                                 
720                         
721                         
722                         
723                         
724                                 <dl class="detailList">
725                                 <dt class="heading">Parameters:</dt>
726                                 
727                                         <dt>
728                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>reserveScrollSpace</b>
729                                                 
730                                         </dt>
731                                         <dd>Reserve space for a scrollbar</dd>
732                                 
733                                 </dl>
734                         
735                         
736                         
737                         
738                         
739                         
740                         
741
742                     
743                     
744                      
745                     </div>                    
746                 </div>
747
748             </td>
749             <td class="msource">
750                 
751                         Roo.grid.GridView
752                 &nbsp;
753             </td>
754         </tr>
755         
756           
757           <tr class="method-row config-row-alt0 expandable notInherited">
758             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
759            
760            
761             <td class="sig">
762                 <a id="Roo.grid.GridView-method-focusCell"   name=".focusCell"></a>
763                 <div class="fixedFont">
764                         <span class="attributes"></span><b class="itemname">focusCell</b>
765                                 
766                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>row</i></B>, <a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>col</i></B>, <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>hscroll</i></B>) 
767                         
768                                 
769                         
770                 </div>
771                 <div class="mdesc">
772                 
773                    <div class="short">Focuses the specified cell.</div> 
774                  
775                  
776                  
777                     <div class="long">
778                         
779                                 Focuses the specified cell.
780                     
781                                 
782                         
783                         
784                         
785                         
786                                 <dl class="detailList">
787                                 <dt class="heading">Parameters:</dt>
788                                 
789                                         <dt>
790                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>row</b>
791                                                 
792                                         </dt>
793                                         <dd>The row index</dd>
794                                 
795                                         <dt>
796                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>col</b>
797                                                 
798                                         </dt>
799                                         <dd>The column index</dd>
800                                 
801                                         <dt>
802                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>hscroll</b>
803                                                 
804                                         </dt>
805                                         <dd>false to disable horizontal scrolling</dd>
806                                 
807                                 </dl>
808                         
809                         
810                         
811                         
812                         
813                         
814                         
815
816                     
817                     
818                      
819                     </div>                    
820                 </div>
821
822             </td>
823             <td class="msource">
824                 
825                         Roo.grid.GridView
826                 &nbsp;
827             </td>
828         </tr>
829         
830           
831           <tr class="method-row config-row-alt1 expandable notInherited">
832             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
833            
834            
835             <td class="sig">
836                 <a id="Roo.grid.GridView-method-focusRow"   name=".focusRow"></a>
837                 <div class="fixedFont">
838                         <span class="attributes"></span><b class="itemname">focusRow</b>
839                                 
840                                  (<a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a> <B><i>row</i></B>) 
841                         
842                                 
843                         
844                 </div>
845                 <div class="mdesc">
846                 
847                    <div class="short">Focuses the specified row.</div> 
848                  
849                  
850                  
851                     <div class="long">
852                         
853                                 Focuses the specified row.
854                     
855                                 
856                         
857                         
858                         
859                         
860                                 <dl class="detailList">
861                                 <dt class="heading">Parameters:</dt>
862                                 
863                                         <dt>
864                                                 <span class="fixedFont"><a href="./Number.html#constructor" roo:cls="Number.html#constructor">Number</a></span>  <b>row</b>
865                                                 
866                                         </dt>
867                                         <dd>The row index</dd>
868                                 
869                                 </dl>
870                         
871                         
872                         
873                         
874                         
875                         
876                         
877
878                     
879                     
880                      
881                     </div>                    
882                 </div>
883
884             </td>
885             <td class="msource">
886                 
887                         Roo.grid.GridView
888                 &nbsp;
889             </td>
890         </tr>
891         
892           
893           <tr class="method-row config-row-alt0 expandable notInherited">
894             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
895            
896            
897             <td class="sig">
898                 <a id="Roo.grid.GridView-method-getCell"   name=".getCell"></a>
899                 <div class="fixedFont">
900                         <span class="attributes"></span><b class="itemname">getCell</b>
901                                 
902                                  (Integer <B><i>rowIndex</i></B>, Integer <B><i>colIndex</i></B>) 
903                         
904                                 
905                                          : 
906                                         
907                                                 
908                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a>
909                                         
910                                         
911                                         
912                                 
913                         
914                 </div>
915                 <div class="mdesc">
916                 
917                    <div class="short">Gets the 'td' of the cell</div> 
918                  
919                  
920                  
921                     <div class="long">
922                         
923                                 Gets the 'td' of the cell
924                     
925                                 
926                         
927                         
928                         
929                         
930                                 <dl class="detailList">
931                                 <dt class="heading">Parameters:</dt>
932                                 
933                                         <dt>
934                                                 <span class="fixedFont">Integer</span>  <b>rowIndex</b>
935                                                 
936                                         </dt>
937                                         <dd>row to select</dd>
938                                 
939                                         <dt>
940                                                 <span class="fixedFont">Integer</span>  <b>colIndex</b>
941                                                 
942                                         </dt>
943                                         <dd>column to select</dd>
944                                 
945                                 </dl>
946                         
947                         
948                         
949                         
950                         
951                                 <dl class="detailList">
952                                 <dt class="heading">Returns:</dt>
953                                 
954                                         <dd><span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Object">Object</a></span>  </dd>
955                                 
956                                 </dl>
957                         
958                         
959                         
960
961                     
962                     
963                      
964                     </div>                    
965                 </div>
966
967             </td>
968             <td class="msource">
969                 
970                         Roo.grid.GridView
971                 &nbsp;
972             </td>
973         </tr>
974         
975           
976           <tr class="method-row config-row-alt1 expandable notInherited">
977             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
978            
979            
980             <td class="sig">
981                 <a id="Roo.grid.GridView-method-getFooterPanel"   name=".getFooterPanel"></a>
982                 <div class="fixedFont">
983                         <span class="attributes"></span><b class="itemname">getFooterPanel</b>
984                                 
985                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>doShow</i></B>) 
986                         
987                                 
988                                          : 
989                                         
990                                                 
991                                                 
992                                         
993                                         
994                                         
995                                 
996                         
997                 </div>
998                 <div class="mdesc">
999                 
1000                    <div class="short">Gets a panel in the footer of the grid that can be used for toolbars etc.</div> 
1001                  
1002                  
1003                  
1004                     <div class="long">
1005                         
1006                                 Gets a panel in the footer of the grid that can be used for toolbars etc.<br/>After modifying the contents of this panel a call to grid.autoSize() may be<br/>required to register any changes in size.
1007                     
1008                                 
1009                         
1010                         
1011                         
1012                         
1013                                 <dl class="detailList">
1014                                 <dt class="heading">Parameters:</dt>
1015                                 
1016                                         <dt>
1017                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>doShow</b>
1018                                                 
1019                                         </dt>
1020                                         <dd>By default the footer is hidden. Pass true to show the panel</dd>
1021                                 
1022                                 </dl>
1023                         
1024                         
1025                         
1026                         
1027                         
1028                                 <dl class="detailList">
1029                                 <dt class="heading">Returns:</dt>
1030                                 
1031                                         <dd> Roo.Element</dd>
1032                                 
1033                                 </dl>
1034                         
1035                         
1036                         
1037
1038                     
1039                     
1040                      
1041                     </div>                    
1042                 </div>
1043
1044             </td>
1045             <td class="msource">
1046                 
1047                         Roo.grid.GridView
1048                 &nbsp;
1049             </td>
1050         </tr>
1051         
1052           
1053           <tr class="method-row config-row-alt0 expandable notInherited">
1054             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1055            
1056            
1057             <td class="sig">
1058                 <a id="Roo.grid.GridView-method-getHeaderPanel"   name=".getHeaderPanel"></a>
1059                 <div class="fixedFont">
1060                         <span class="attributes"></span><b class="itemname">getHeaderPanel</b>
1061                                 
1062                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>doShow</i></B>) 
1063                         
1064                                 
1065                                          : 
1066                                         
1067                                                 
1068                                                 
1069                                         
1070                                         
1071                                         
1072                                 
1073                         
1074                 </div>
1075                 <div class="mdesc">
1076                 
1077                    <div class="short">Gets a panel in the header of the grid that can be used for toolbars etc.</div> 
1078                  
1079                  
1080                  
1081                     <div class="long">
1082                         
1083                                 Gets a panel in the header of the grid that can be used for toolbars etc.<br/>After modifying the contents of this panel a call to grid.autoSize() may be<br/>required to register any changes in size.
1084                     
1085                                 
1086                         
1087                         
1088                         
1089                         
1090                                 <dl class="detailList">
1091                                 <dt class="heading">Parameters:</dt>
1092                                 
1093                                         <dt>
1094                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>doShow</b>
1095                                                 
1096                                         </dt>
1097                                         <dd>By default the header is hidden. Pass true to show the panel</dd>
1098                                 
1099                                 </dl>
1100                         
1101                         
1102                         
1103                         
1104                         
1105                                 <dl class="detailList">
1106                                 <dt class="heading">Returns:</dt>
1107                                 
1108                                         <dd> Roo.Element</dd>
1109                                 
1110                                 </dl>
1111                         
1112                         
1113                         
1114
1115                     
1116                     
1117                      
1118                     </div>                    
1119                 </div>
1120
1121             </td>
1122             <td class="msource">
1123                 
1124                         Roo.grid.GridView
1125                 &nbsp;
1126             </td>
1127         </tr>
1128         
1129           
1130           <tr class="method-row config-row-alt1 expandable">
1131             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1132            
1133            
1134             <td class="sig">
1135                 <a id="Roo.util.Observable-method-hasListener"   name=".hasListener"></a>
1136                 <div class="fixedFont">
1137                         <span class="attributes"></span><b class="itemname">hasListener</b>
1138                                 
1139                                  (<a href="./String.html#constructor" roo:cls="String.html#constructor">String</a> <B><i>eventName</i></B>) 
1140                         
1141                                 
1142                                          : 
1143                                         
1144                                                 
1145                                                 <a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a>
1146                                         
1147                                         
1148                                         
1149                                 
1150                         
1151                 </div>
1152                 <div class="mdesc">
1153                 
1154                    <div class="short">Checks to see if this object has any listeners for a specified event</div> 
1155                  
1156                  
1157                  
1158                     <div class="long">
1159                         
1160                                 Checks to see if this object has any listeners for a specified event
1161                     
1162                                 
1163                         
1164                         
1165                         
1166                         
1167                                 <dl class="detailList">
1168                                 <dt class="heading">Parameters:</dt>
1169                                 
1170                                         <dt>
1171                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1172                                                 
1173                                         </dt>
1174                                         <dd>The name of the event to check for</dd>
1175                                 
1176                                 </dl>
1177                         
1178                         
1179                         
1180                         
1181                         
1182                                 <dl class="detailList">
1183                                 <dt class="heading">Returns:</dt>
1184                                 
1185                                         <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>
1186                                 
1187                                 </dl>
1188                         
1189                         
1190                         
1191
1192                     
1193                     
1194                      
1195                     </div>                    
1196                 </div>
1197
1198             </td>
1199             <td class="msource">
1200                 
1201                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1202                 &nbsp;
1203             </td>
1204         </tr>
1205         
1206           
1207           <tr class="method-row config-row-alt0 expandable">
1208             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1209            
1210            
1211             <td class="sig">
1212                 <a id="Roo.util.Observable-method-on"   name=".on"></a>
1213                 <div class="fixedFont">
1214                         <span class="attributes"></span><b class="itemname">on</b>
1215                                 
1216                                  (<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>) 
1217                         
1218                                 
1219                         
1220                 </div>
1221                 <div class="mdesc">
1222                 
1223                    <div class="short">Appends an event handler to this element (shorthand for addListener)</div> 
1224                  
1225                  
1226                  
1227                     <div class="long">
1228                         
1229                                 Appends an event handler to this element (shorthand for addListener)
1230                     
1231                                 
1232                         
1233                         
1234                         
1235                         
1236                                 <dl class="detailList">
1237                                 <dt class="heading">Parameters:</dt>
1238                                 
1239                                         <dt>
1240                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1241                                                 
1242                                         </dt>
1243                                         <dd>The type of event to listen for</dd>
1244                                 
1245                                         <dt>
1246                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1247                                                 
1248                                         </dt>
1249                                         <dd>The method the event invokes</dd>
1250                                 
1251                                         <dt>
1252                                                 <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>
1253                                                 
1254                                         </dt>
1255                                         <dd>(optional) The scope in which to execute the handler<br/>function. The handler function's "this" context.</dd>
1256                                 
1257                                         <dt>
1258                                                 <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>
1259                                                 
1260                                         </dt>
1261                                         <dd>(optional)</dd>
1262                                 
1263                                 </dl>
1264                         
1265                         
1266                         
1267                         
1268                         
1269                         
1270                         
1271
1272                     
1273                     
1274                      
1275                     </div>                    
1276                 </div>
1277
1278             </td>
1279             <td class="msource">
1280                 
1281                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1282                 &nbsp;
1283             </td>
1284         </tr>
1285         
1286           
1287           <tr class="method-row config-row-alt1 expandable">
1288             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1289            
1290            
1291             <td class="sig">
1292                 <a id="Roo.util.Observable-method-purgeListeners"   name=".purgeListeners"></a>
1293                 <div class="fixedFont">
1294                         <span class="attributes"></span><b class="itemname">purgeListeners</b>
1295                                 
1296                                  () 
1297                         
1298                                 
1299                         
1300                 </div>
1301                 <div class="mdesc">
1302                 
1303                    <div class="short">Removes all listeners for this object</div> 
1304                  
1305                  
1306                  
1307                     <div class="long">
1308                         
1309                                 Removes all listeners for this object
1310                     
1311                                 
1312                         
1313                         
1314                         
1315                         
1316                         
1317                         
1318                         
1319                         
1320                         
1321                         
1322
1323                     
1324                     
1325                      
1326                     </div>                    
1327                 </div>
1328
1329             </td>
1330             <td class="msource">
1331                 
1332                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1333                 &nbsp;
1334             </td>
1335         </tr>
1336         
1337           
1338           <tr class="method-row config-row-alt0 expandable notInherited">
1339             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1340            
1341            
1342             <td class="sig">
1343                 <a id="Roo.grid.GridView-method-refresh"   name=".refresh"></a>
1344                 <div class="fixedFont">
1345                         <span class="attributes"></span><b class="itemname">refresh</b>
1346                                 
1347                                  (<a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a> <B><i>headersToo</i></B>) 
1348                         
1349                                 
1350                         
1351                 </div>
1352                 <div class="mdesc">
1353                 
1354                    <div class="short">Refreshes the grid</div> 
1355                  
1356                  
1357                  
1358                     <div class="long">
1359                         
1360                                 Refreshes the grid
1361                     
1362                                 
1363                         
1364                         
1365                         
1366                         
1367                                 <dl class="detailList">
1368                                 <dt class="heading">Parameters:</dt>
1369                                 
1370                                         <dt>
1371                                                 <span class="fixedFont"><a href="http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Boolean">Boolean</a></span>  <b>headersToo</b>
1372                                                 
1373                                         </dt>
1374                                         <dd></dd>
1375                                 
1376                                 </dl>
1377                         
1378                         
1379                         
1380                         
1381                         
1382                         
1383                         
1384
1385                     
1386                     
1387                      
1388                     </div>                    
1389                 </div>
1390
1391             </td>
1392             <td class="msource">
1393                 
1394                         Roo.grid.GridView
1395                 &nbsp;
1396             </td>
1397         </tr>
1398         
1399           
1400           <tr class="method-row config-row-alt1 expandable">
1401             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1402            
1403            
1404             <td class="sig">
1405                 <a id="Roo.util.Observable-method-removeListener"   name=".removeListener"></a>
1406                 <div class="fixedFont">
1407                         <span class="attributes"></span><b class="itemname">removeListener</b>
1408                                 
1409                                  (<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>) 
1410                         
1411                                 
1412                         
1413                 </div>
1414                 <div class="mdesc">
1415                 
1416                    <div class="short">Removes a listener</div> 
1417                  
1418                  
1419                  
1420                     <div class="long">
1421                         
1422                                 Removes a listener
1423                     
1424                                 
1425                         
1426                         
1427                         
1428                         
1429                                 <dl class="detailList">
1430                                 <dt class="heading">Parameters:</dt>
1431                                 
1432                                         <dt>
1433                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1434                                                 
1435                                         </dt>
1436                                         <dd>The type of event to listen for</dd>
1437                                 
1438                                         <dt>
1439                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1440                                                 
1441                                         </dt>
1442                                         <dd>The handler to remove</dd>
1443                                 
1444                                         <dt>
1445                                                 <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>
1446                                                 
1447                                         </dt>
1448                                         <dd>(optional) The scope (this object) for the handler</dd>
1449                                 
1450                                 </dl>
1451                         
1452                         
1453                         
1454                         
1455                         
1456                         
1457                         
1458
1459                     
1460                     
1461                      
1462                     </div>                    
1463                 </div>
1464
1465             </td>
1466             <td class="msource">
1467                 
1468                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1469                 &nbsp;
1470             </td>
1471         </tr>
1472         
1473           
1474           <tr class="method-row config-row-alt0 expandable notInherited">
1475             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1476            
1477            
1478             <td class="sig">
1479                 <a id="Roo.grid.GridView-method-scrollToTop"   name=".scrollToTop"></a>
1480                 <div class="fixedFont">
1481                         <span class="attributes"></span><b class="itemname">scrollToTop</b>
1482                                 
1483                                  () 
1484                         
1485                                 
1486                         
1487                 </div>
1488                 <div class="mdesc">
1489                 
1490                    <div class="short">Scrolls the grid to the top</div> 
1491                  
1492                  
1493                  
1494                     <div class="long">
1495                         
1496                                 Scrolls the grid to the top
1497                     
1498                                 
1499                         
1500                         
1501                         
1502                         
1503                         
1504                         
1505                         
1506                         
1507                         
1508                         
1509
1510                     
1511                     
1512                      
1513                     </div>                    
1514                 </div>
1515
1516             </td>
1517             <td class="msource">
1518                 
1519                         Roo.grid.GridView
1520                 &nbsp;
1521             </td>
1522         </tr>
1523         
1524           
1525           <tr class="method-row config-row-alt1 expandable">
1526             <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1527            
1528            
1529             <td class="sig">
1530                 <a id="Roo.util.Observable-method-un"   name=".un"></a>
1531                 <div class="fixedFont">
1532                         <span class="attributes"></span><b class="itemname">un</b>
1533                                 
1534                                  (<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>) 
1535                         
1536                                 
1537                         
1538                 </div>
1539                 <div class="mdesc">
1540                 
1541                    <div class="short">Removes a listener (shorthand for removeListener)</div> 
1542                  
1543                  
1544                  
1545                     <div class="long">
1546                         
1547                                 Removes a listener (shorthand for removeListener)
1548                     
1549                                 
1550                         
1551                         
1552                         
1553                         
1554                                 <dl class="detailList">
1555                                 <dt class="heading">Parameters:</dt>
1556                                 
1557                                         <dt>
1558                                                 <span class="fixedFont"><a href="./String.html#constructor" roo:cls="String.html#constructor">String</a></span>  <b>eventName</b>
1559                                                 
1560                                         </dt>
1561                                         <dd>The type of event to listen for</dd>
1562                                 
1563                                         <dt>
1564                                                 <span class="fixedFont"><a href="./Function.html#constructor" roo:cls="Function.html#constructor">Function</a></span>  <b>handler</b>
1565                                                 
1566                                         </dt>
1567                                         <dd>The handler to remove</dd>
1568                                 
1569                                         <dt>
1570                                                 <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>
1571                                                 
1572                                         </dt>
1573                                         <dd>(optional) The scope (this object) for the handler</dd>
1574                                 
1575                                 </dl>
1576                         
1577                         
1578                         
1579                         
1580                         
1581                         
1582                         
1583
1584                     
1585                     
1586                      
1587                     </div>                    
1588                 </div>
1589
1590             </td>
1591             <td class="msource">
1592                 
1593                         <a href="./Roo.util.Observable.html#constructor" roo:cls="Roo.util.Observable.html#constructor">Roo.util.Observable</a>
1594                 &nbsp;
1595             </td>
1596         </tr>
1597         
1598                                                        
1599     </table>
1600
1601   
1602   <!-- ============================== events summary / details ======================== -->
1603   
1604   
1605   <a id="Roo.grid.GridView-events"></a>
1606     
1607   
1608         
1609    
1610     
1611      <table cellspacing="0" class="member-table">
1612       <caption class="Empty">Events - Has None</caption>
1613      </table>
1614     
1615     
1616   
1617     
1618     
1619   
1620   
1621   
1622  
1623 <!-- ============================== footer ================================= -->
1624                 <div class="fineprint" style="clear:both">
1625                         
1626                         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)
1627                         Based on 
1628                         <a href="http://www.jsdoctoolkit.org/" target="_blank">JsDoc Toolkit</a>  
1629                 </div>
1630         </body>
1631 </html>