commit extjs-2.2.1
[extjs.git] / docs / output / Ext.grid.GridView.html
1         <div class="body-wrap">
2         <div class="top-tools">
3             <a class="inner-link" href="#Ext.grid.GridView-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4             <a class="inner-link" href="#Ext.grid.GridView-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5             <a class="inner-link" href="#Ext.grid.GridView-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                             <a class="inner-link" href="#Ext.grid.GridView-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                         <a class="bookmark" href="../docs/?class=Ext.grid.GridView"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8         </div>
9                 <div class="inheritance res-block">
10 <pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11   <img src="resources/elbow-end.gif"/>GridView</pre></div>
12                 <h1>Class Ext.grid.GridView</h1>
13         <table cellspacing="0">
14             <tr><td class="label">Package:</td><td class="hd-info">Ext.grid</td></tr>
15             <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/GridView.js" target="_blank">GridView.js</a></td></tr>
16             <tr><td class="label">Class:</td><td class="hd-info">GridView</td></tr>
17                         <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.grid.GroupingView" href="output/Ext.grid.GroupingView.html">GroupingView</a></td></tr>
18                                     <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a></td></tr>
19                     </table>
20         <div class="description">
21             *
22 <p>This class encapsulates the user interface of an <a ext:cls="Ext.grid.GridPanel" href="output/Ext.grid.GridPanel.html">Ext.grid.GridPanel</a>.
23 Methods of this class may be used to access user interface elements to enable
24 special display effects. Do not change the DOM structure of the user interface.</p>
25 <p>This class does not provide ways to manipulate the underlying data. The data
26 model of a Grid is held in an <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a>.</p>        </div>
27         
28         <div class="hr"></div>
29                 <a id="Ext.grid.GridView-configs"></a>
30         <h2>Config Options</h2>
31         <table cellspacing="0" class="member-table">
32             <tr>
33                 <th class="sig-header" colspan="2">Config Options</th>
34                 <th class="msource-header">Defined By</th>
35             </tr>
36                 <tr class="config-row">\r
37         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
38         <td class="sig">\r
39         <a id="Ext.grid.GridView-autoFill"></a>\r
40             <b>autoFill</b> : Boolean            <div class="mdesc">\r
41                             True to auto expand the columns to fit the grid <b>when the grid is created</b>.                        </div>\r
42         </td>\r
43         <td class="msource">GridView</td>\r
44     </tr>\r
45         <tr class="config-row alt">\r
46         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
47         <td class="sig">\r
48         <a id="Ext.grid.GridView-cellSelector"></a>\r
49             <b>cellSelector</b> : String            <div class="mdesc">\r
50                             The selector used to find cells internally                        </div>\r
51         </td>\r
52         <td class="msource">GridView</td>\r
53     </tr>\r
54         <tr class="config-row">\r
55         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
56         <td class="sig">\r
57         <a id="Ext.grid.GridView-cellSelectorDepth"></a>\r
58             <b>cellSelectorDepth</b> : Number            <div class="mdesc">\r
59                             The number of levels to search for cells in event delegation (defaults to 4)                        </div>\r
60         </td>\r
61         <td class="msource">GridView</td>\r
62     </tr>\r
63         <tr class="config-row alt">\r
64         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
65         <td class="sig">\r
66         <a id="Ext.grid.GridView-deferEmptyText"></a>\r
67             <b>deferEmptyText</b> : Boolean            <div class="mdesc">\r
68                             True to defer emptyText being applied until the store's first load                        </div>\r
69         </td>\r
70         <td class="msource">GridView</td>\r
71     </tr>\r
72         <tr class="config-row">\r
73         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
74         <td class="sig">\r
75         <a id="Ext.grid.GridView-emptyText"></a>\r
76             <b>emptyText</b> : String            <div class="mdesc">\r
77                             Default text to display in the grid body when no rows are available (defaults to '').                        </div>\r
78         </td>\r
79         <td class="msource">GridView</td>\r
80     </tr>\r
81         <tr class="config-row alt expandable">\r
82         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
83         <td class="sig">\r
84         <a id="Ext.grid.GridView-enableRowBody"></a>\r
85             <b>enableRowBody</b> : Boolean            <div class="mdesc">\r
86                         <div class="short">True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use t...</div>\r
87             <div class="long">\r
88                 True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the <a ext:cls="Ext.grid.GridView" ext:member="getRowClass" href="output/Ext.grid.GridView.html#getRowClass">getRowClass</a> method's rowParams config to customize the row body.            </div>\r
89                         </div>\r
90         </td>\r
91         <td class="msource">GridView</td>\r
92     </tr>\r
93         <tr class="config-row expandable">\r
94         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
95         <td class="sig">\r
96         <a id="Ext.grid.GridView-forceFit"></a>\r
97             <b>forceFit</b> : Boolean            <div class="mdesc">\r
98                         <div class="short">True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling. This opt...</div>\r
99             <div class="long">\r
100                 True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling. This option overrides any (@link Ext.grid.ColumnModel#width width} settings in the ColumnModel.            </div>\r
101                         </div>\r
102         </td>\r
103         <td class="msource">GridView</td>\r
104     </tr>\r
105         <tr class="config-row inherited alt expandable">\r
106         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
107         <td class="sig">\r
108         <a id="Ext.grid.GridView-listeners"></a>\r
109             <b>listeners</b> : Object            <div class="mdesc">\r
110                         <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>\r
111             <div class="long">\r
112                 (optional) A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>\r
113                         </div>\r
114         </td>\r
115         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>\r
116     </tr>\r
117         <tr class="config-row">\r
118         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
119         <td class="sig">\r
120         <a id="Ext.grid.GridView-rowSelector"></a>\r
121             <b>rowSelector</b> : String            <div class="mdesc">\r
122                             The selector used to find rows internally                        </div>\r
123         </td>\r
124         <td class="msource">GridView</td>\r
125     </tr>\r
126         <tr class="config-row alt">\r
127         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
128         <td class="sig">\r
129         <a id="Ext.grid.GridView-rowSelectorDepth"></a>\r
130             <b>rowSelectorDepth</b> : Number            <div class="mdesc">\r
131                             The number of levels to search for rows in event delegation (defaults to 10)                        </div>\r
132         </td>\r
133         <td class="msource">GridView</td>\r
134     </tr>\r
135             </table>
136                 <a id="Ext.grid.GridView-props"></a>
137         <h2>Public Properties</h2>
138                 <table cellspacing="0" class="member-table">
139             <tr>
140                 <th class="sig-header" colspan="2">Property</th>
141                 <th class="msource-header">Defined By</th>
142             </tr>
143                 <tr class="property-row">\r
144         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
145         <td class="sig">\r
146         <a id="Ext.grid.GridView-columnsText"></a>\r
147             <b>columnsText</b> : String            <div class="mdesc">\r
148                             The text displayed in the "Columns" menu item                        </div>\r
149         </td>\r
150         <td class="msource">GridView</td>\r
151     </tr>\r
152         <tr class="property-row alt">\r
153         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
154         <td class="sig">\r
155         <a id="Ext.grid.GridView-dragZone"></a>\r
156             <b>dragZone</b> : Ext.grid.GridDragZone
157 <p><b>This            <div class="mdesc">\r
158                                                     </div>\r
159         </td>\r
160         <td class="msource">GridView</td>\r
161     </tr>\r
162         <tr class="property-row expandable">\r
163         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
164         <td class="sig">\r
165         <a id="Ext.grid.GridView-mainBody"></a>\r
166             <b>mainBody</b> : Ext.Element            <div class="mdesc">\r
167                         <div class="short">The GridView's body Element which encapsulates all rows in the Grid. Element. Read-only.
168 This Element is only availab...</div>\r
169             <div class="long">\r
170                 The GridView's body Element which encapsulates all rows in the Grid. <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
171 <p>This Element is only available after the GridPanel has been rendered.</p>            </div>\r
172                         </div>\r
173         </td>\r
174         <td class="msource">GridView</td>\r
175     </tr>\r
176         <tr class="property-row alt">\r
177         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
178         <td class="sig">\r
179         <a id="Ext.grid.GridView-scrollOffset"></a>\r
180             <b>scrollOffset</b> : Number            <div class="mdesc">\r
181                             The amount of space to reserve for the scrollbar (defaults to 19 pixels)                        </div>\r
182         </td>\r
183         <td class="msource">GridView</td>\r
184     </tr>\r
185         <tr class="property-row">\r
186         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
187         <td class="sig">\r
188         <a id="Ext.grid.GridView-sortAscText"></a>\r
189             <b>sortAscText</b> : String            <div class="mdesc">\r
190                             The text displayed in the "Sort Ascending" menu item                        </div>\r
191         </td>\r
192         <td class="msource">GridView</td>\r
193     </tr>\r
194         <tr class="property-row alt">\r
195         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
196         <td class="sig">\r
197         <a id="Ext.grid.GridView-sortClasses"></a>\r
198             <b>sortClasses</b> : Array            <div class="mdesc">\r
199                             The CSS classes applied to a header when it is sorted. (defaults to ["sort-asc", "sort-desc"])                        </div>\r
200         </td>\r
201         <td class="msource">GridView</td>\r
202     </tr>\r
203         <tr class="property-row">\r
204         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
205         <td class="sig">\r
206         <a id="Ext.grid.GridView-sortDescText"></a>\r
207             <b>sortDescText</b> : String            <div class="mdesc">\r
208                             The text displayed in the "Sort Descending" menu item                        </div>\r
209         </td>\r
210         <td class="msource">GridView</td>\r
211     </tr>\r
212             </table>
213                 <a id="Ext.grid.GridView-methods"></a>
214         <h2>Public Methods</h2>
215                 <table cellspacing="0" class="member-table">
216             <tr>
217                 <th class="sig-header" colspan="2">Method</th>
218                 <th class="msource-header">Defined By</th>
219             </tr>
220                 <tr class="method-row expandable">\r
221         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
222         <td class="sig">\r
223         <a id="Ext.grid.GridView-GridView"></a>\r
224             <b>GridView</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">\r
225                         <div class="short"></div>\r
226             <div class="long">\r
227                     <div class="mdetail-params">\r
228         <strong>Parameters:</strong>\r
229         <ul><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>\r
230         <strong>Returns:</strong>\r
231         <ul>\r
232             <li><code></code></li>\r
233         </ul>\r
234     </div>\r
235                 </div>\r
236                         </div>\r
237         </td>\r
238         <td class="msource">GridView</td>\r
239     </tr>\r
240         <tr class="method-row inherited alt expandable">\r
241         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
242         <td class="sig">\r
243         <a id="Ext.grid.GridView-addEvents"></a>\r
244             <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">\r
245                         <div class="short">Used to define events on this Observable</div>\r
246             <div class="long">\r
247                 Used to define events on this Observable    <div class="mdetail-params">\r
248         <strong>Parameters:</strong>\r
249         <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>\r
250         <strong>Returns:</strong>\r
251         <ul>\r
252             <li><code>void</code></li>\r
253         </ul>\r
254     </div>\r
255                 </div>\r
256                         </div>\r
257         </td>\r
258         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>\r
259     </tr>\r
260         <tr class="method-row inherited expandable">\r
261         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
262         <td class="sig">\r
263         <a id="Ext.grid.GridView-addListener"></a>\r
264             <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
265                         <div class="short">Appends an event handler to this component</div>\r
266             <div class="long">\r
267                 Appends an event handler to this component    <div class="mdetail-params">\r
268         <strong>Parameters:</strong>\r
269         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
270 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
271 properties. This may contain any of the following properties:<ul>
272 <li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
273 <li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
274 <li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
275 <li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
276 by the specified number of milliseconds. If the event fires again within that time, the original
277 handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
278 </ul><br>
279 <p>
280 <b>Combining Options</b><br>
281 Using the options argument, it is possible to combine different types of listeners:<br>
282 <br>
283 A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
284 <pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
285     single: true,
286     delay: 100,
287     forumId: 4
288 });</code></pre>
289 <p>
290 <b>Attaching multiple handlers in 1 call</b><br>
291 The method also allows for a single argument to be passed which is a config object containing properties
292 which specify multiple handlers.
293 <p>
294 <pre><code>foo.on({
295     <em>'click'</em> : {
296         fn: <b>this</b>.onClick,
297         scope: <b>this</b>,
298         delay: 100
299     },
300     <em>'mouseover'</em> : {
301         fn: <b>this</b>.onMouseOver,
302         scope: <b>this</b>
303     },
304     <em>'mouseout'</em> : {
305         fn: <b>this</b>.onMouseOut,
306         scope: <b>this</b>
307     }
308 });</code></pre>
309 <p>
310 Or a shorthand syntax:<br>
311 <pre><code>foo.on({
312     <em>'click'</em> : <b>this</b>.onClick,
313     <em>'mouseover'</em> : <b>this</b>.onMouseOver,
314     <em>'mouseout'</em> : <b>this</b>.onMouseOut,
315      scope: <b>this</b>
316 });</code></pre></div></li>        </ul>\r
317         <strong>Returns:</strong>\r
318         <ul>\r
319             <li><code>void</code></li>\r
320         </ul>\r
321     </div>\r
322                 </div>\r
323                         </div>\r
324         </td>\r
325         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>\r
326     </tr>\r
327         <tr class="method-row alt expandable">\r
328         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
329         <td class="sig">\r
330         <a id="Ext.grid.GridView-findRow"></a>\r
331             <b>findRow</b>(&nbsp;<code>Element el</code>&nbsp;) : The            <div class="mdesc">\r
332                         <div class="short">Return the HtmlElement representing the grid row which contains the passed element.</div>\r
333             <div class="long">\r
334                 Return the HtmlElement representing the grid row which contains the passed element.    <div class="mdetail-params">\r
335         <strong>Parameters:</strong>\r
336         <ul><li><code>el</code> : Element<div class="sub-desc">The target element</div></li>        </ul>\r
337         <strong>Returns:</strong>\r
338         <ul>\r
339             <li><code>The</code><div class="sub-desc">row element, or null if the target element is not within a row of this GridView.</div></li>\r
340         </ul>\r
341     </div>\r
342                 </div>\r
343                         </div>\r
344         </td>\r
345         <td class="msource">GridView</td>\r
346     </tr>\r
347         <tr class="method-row expandable">\r
348         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
349         <td class="sig">\r
350         <a id="Ext.grid.GridView-findRowIndex"></a>\r
351             <b>findRowIndex</b>(&nbsp;<code>Element el</code>&nbsp;) : The            <div class="mdesc">\r
352                         <div class="short">Return the index of the grid row which contains the passed element.</div>\r
353             <div class="long">\r
354                 Return the index of the grid row which contains the passed element.    <div class="mdetail-params">\r
355         <strong>Parameters:</strong>\r
356         <ul><li><code>el</code> : Element<div class="sub-desc">The target element</div></li>        </ul>\r
357         <strong>Returns:</strong>\r
358         <ul>\r
359             <li><code>The</code><div class="sub-desc">row index, or <b>false</b> if the target element is not within a row of this GridView.</div></li>\r
360         </ul>\r
361     </div>\r
362                 </div>\r
363                         </div>\r
364         </td>\r
365         <td class="msource">GridView</td>\r
366     </tr>\r
367         <tr class="method-row inherited alt expandable">\r
368         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
369         <td class="sig">\r
370         <a id="Ext.grid.GridView-fireEvent"></a>\r
371             <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">\r
372                         <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>\r
373             <div class="long">\r
374                 Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">\r
375         <strong>Parameters:</strong>\r
376         <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>\r
377         <strong>Returns:</strong>\r
378         <ul>\r
379             <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>\r
380         </ul>\r
381     </div>\r
382                 </div>\r
383                         </div>\r
384         </td>\r
385         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>\r
386     </tr>\r
387         <tr class="method-row expandable">\r
388         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
389         <td class="sig">\r
390         <a id="Ext.grid.GridView-focusCell"></a>\r
391             <b>focusCell</b>(&nbsp;<code>Number row</code>, <code>Number col</code>&nbsp;) : void            <div class="mdesc">\r
392                         <div class="short">Focuses the specified cell.</div>\r
393             <div class="long">\r
394                 Focuses the specified cell.    <div class="mdetail-params">\r
395         <strong>Parameters:</strong>\r
396         <ul><li><code>row</code> : Number<div class="sub-desc">The row index</div></li><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>\r
397         <strong>Returns:</strong>\r
398         <ul>\r
399             <li><code>void</code></li>\r
400         </ul>\r
401     </div>\r
402                 </div>\r
403                         </div>\r
404         </td>\r
405         <td class="msource">GridView</td>\r
406     </tr>\r
407         <tr class="method-row alt expandable">\r
408         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
409         <td class="sig">\r
410         <a id="Ext.grid.GridView-focusRow"></a>\r
411             <b>focusRow</b>(&nbsp;<code>Number row</code>&nbsp;) : void            <div class="mdesc">\r
412                         <div class="short">Focuses the specified row.</div>\r
413             <div class="long">\r
414                 Focuses the specified row.    <div class="mdetail-params">\r
415         <strong>Parameters:</strong>\r
416         <ul><li><code>row</code> : Number<div class="sub-desc">The row index</div></li>        </ul>\r
417         <strong>Returns:</strong>\r
418         <ul>\r
419             <li><code>void</code></li>\r
420         </ul>\r
421     </div>\r
422                 </div>\r
423                         </div>\r
424         </td>\r
425         <td class="msource">GridView</td>\r
426     </tr>\r
427         <tr class="method-row expandable">\r
428         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
429         <td class="sig">\r
430         <a id="Ext.grid.GridView-getCell"></a>\r
431             <b>getCell</b>(&nbsp;<code>Number row</code>, <code>Number col</code>&nbsp;) : HtmlElement            <div class="mdesc">\r
432                         <div class="short">Returns the grid's &lt;TD> HtmlElement at the specified coordinates.</div>\r
433             <div class="long">\r
434                 Returns the grid's &lt;TD> HtmlElement at the specified coordinates.    <div class="mdetail-params">\r
435         <strong>Parameters:</strong>\r
436         <ul><li><code>row</code> : Number<div class="sub-desc">The row index in which to find the cell.</div></li><li><code>col</code> : Number<div class="sub-desc">The column index of the cell.</div></li>        </ul>\r
437         <strong>Returns:</strong>\r
438         <ul>\r
439             <li><code>HtmlElement</code><div class="sub-desc">The &lt;TD> at the specified coordinates.</div></li>\r
440         </ul>\r
441     </div>\r
442                 </div>\r
443                         </div>\r
444         </td>\r
445         <td class="msource">GridView</td>\r
446     </tr>\r
447         <tr class="method-row alt expandable">\r
448         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
449         <td class="sig">\r
450         <a id="Ext.grid.GridView-getHeaderCell"></a>\r
451             <b>getHeaderCell</b>(&nbsp;<code>Number index</code>&nbsp;) : HtmlElement            <div class="mdesc">\r
452                         <div class="short">Return the &lt;TD> HtmlElement which represents the Grid's header cell for the specified column index.</div>\r
453             <div class="long">\r
454                 Return the &lt;TD> HtmlElement which represents the Grid's header cell for the specified column index.    <div class="mdetail-params">\r
455         <strong>Parameters:</strong>\r
456         <ul><li><code>index</code> : Number<div class="sub-desc">The column index</div></li>        </ul>\r
457         <strong>Returns:</strong>\r
458         <ul>\r
459             <li><code>HtmlElement</code><div class="sub-desc">The &lt;TD> element.</div></li>\r
460         </ul>\r
461     </div>\r
462                 </div>\r
463                         </div>\r
464         </td>\r
465         <td class="msource">GridView</td>\r
466     </tr>\r
467         <tr class="method-row expandable">\r
468         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
469         <td class="sig">\r
470         <a id="Ext.grid.GridView-getRow"></a>\r
471             <b>getRow</b>(&nbsp;<code>Number index</code>&nbsp;) : HtmlElement            <div class="mdesc">\r
472                         <div class="short">Return the &lt;TR> HtmlElement which represents a Grid row for the specified index.</div>\r
473             <div class="long">\r
474                 Return the &lt;TR> HtmlElement which represents a Grid row for the specified index.    <div class="mdetail-params">\r
475         <strong>Parameters:</strong>\r
476         <ul><li><code>index</code> : Number<div class="sub-desc">The row index</div></li>        </ul>\r
477         <strong>Returns:</strong>\r
478         <ul>\r
479             <li><code>HtmlElement</code><div class="sub-desc">The &lt;TR> element.</div></li>\r
480         </ul>\r
481     </div>\r
482                 </div>\r
483                         </div>\r
484         </td>\r
485         <td class="msource">GridView</td>\r
486     </tr>\r
487         <tr class="method-row alt expandable">\r
488         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
489         <td class="sig">\r
490         <a id="Ext.grid.GridView-getRowClass"></a>\r
491             <b>getRowClass</b>(&nbsp;<code>Record record</code>, <code>Number index</code>, <code>Object rowParams</code>, <code>Store store</code>&nbsp;) : String            <div class="mdesc">\r
492                         <div class="short">Override this function to apply custom CSS classes to rows during rendering.  You can also supply custom
493 parameters t...</div>\r
494             <div class="long">\r
495                 Override this function to apply custom CSS classes to rows during rendering.  You can also supply custom
496 parameters to the row template for the current row to customize how it is rendered using the <b>rowParams</b>
497 parameter.  This function should return the CSS class name (or empty string '' for none) that will be added
498 to the row's wrapping div.  To apply multiple class names, simply return them space-delimited within the string
499 (e.g., 'my-class another-class').    <div class="mdetail-params">\r
500         <strong>Parameters:</strong>\r
501         <ul><li><code>record</code> : Record<div class="sub-desc">The <a ext:cls="Ext.data.Record" href="output/Ext.data.Record.html">Ext.data.Record</a> corresponding to the current row</div></li><li><code>index</code> : Number<div class="sub-desc">The row index</div></li><li><code>rowParams</code> : Object<div class="sub-desc">A config object that is passed to the row template during rendering that allows
502 customization of various aspects of a body row, if applicable. Note that this object will only be applied if
503 <a ext:cls="Ext.grid.GridView" ext:member="enableRowBody" href="output/Ext.grid.GridView.html#enableRowBody">enableRowBody</a> = true, otherwise it will be ignored. The object may contain any of these properties:<ul>
504 <li><code>body</code> : String <div class="sub-desc">An HTML fragment to be rendered as the cell's body content (defaults to '').</div></li>
505 <li><code>bodyStyle</code> : String <div class="sub-desc">A CSS style string that will be applied to the row's TR style attribute (defaults to '').</div></li>
506 <li><code>cols</code> : Number <div class="sub-desc">The column count to apply to the body row's TD colspan attribute (defaults to the current
507 column count of the grid).</div></li>
508 </ul></div></li><li><code>store</code> : Store<div class="sub-desc">The <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> this grid is bound to</div></li>        </ul>\r
509         <strong>Returns:</strong>\r
510         <ul>\r
511             <li><code>String</code><div class="sub-desc">a CSS class name to add to the row.</div></li>\r
512         </ul>\r
513     </div>\r
514                 </div>\r
515                         </div>\r
516         </td>\r
517         <td class="msource">GridView</td>\r
518     </tr>\r
519         <tr class="method-row inherited expandable">\r
520         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
521         <td class="sig">\r
522         <a id="Ext.grid.GridView-hasListener"></a>\r
523             <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">\r
524                         <div class="short">Checks to see if this object has any listeners for a specified event</div>\r
525             <div class="long">\r
526                 Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">\r
527         <strong>Parameters:</strong>\r
528         <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>\r
529         <strong>Returns:</strong>\r
530         <ul>\r
531             <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>\r
532         </ul>\r
533     </div>\r
534                 </div>\r
535                         </div>\r
536         </td>\r
537         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>\r
538     </tr>\r
539         <tr class="method-row inherited alt expandable">\r
540         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
541         <td class="sig">\r
542         <a id="Ext.grid.GridView-on"></a>\r
543             <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">\r
544                         <div class="short">Appends an event handler to this element (shorthand for addListener)</div>\r
545             <div class="long">\r
546                 Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">\r
547         <strong>Parameters:</strong>\r
548         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
549 function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>\r
550         <strong>Returns:</strong>\r
551         <ul>\r
552             <li><code>void</code></li>\r
553         </ul>\r
554     </div>\r
555                 </div>\r
556                         </div>\r
557         </td>\r
558         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>\r
559     </tr>\r
560         <tr class="method-row inherited expandable">\r
561         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
562         <td class="sig">\r
563         <a id="Ext.grid.GridView-purgeListeners"></a>\r
564             <b>purgeListeners</b>() : void            <div class="mdesc">\r
565                         <div class="short">Removes all listeners for this object</div>\r
566             <div class="long">\r
567                 Removes all listeners for this object    <div class="mdetail-params">\r
568         <strong>Parameters:</strong>\r
569         <ul><li>None.</li>        </ul>\r
570         <strong>Returns:</strong>\r
571         <ul>\r
572             <li><code>void</code></li>\r
573         </ul>\r
574     </div>\r
575                 </div>\r
576                         </div>\r
577         </td>\r
578         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>\r
579     </tr>\r
580         <tr class="method-row alt expandable">\r
581         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
582         <td class="sig">\r
583         <a id="Ext.grid.GridView-refresh"></a>\r
584             <b>refresh</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean headersToo</code>]</span>&nbsp;) : void            <div class="mdesc">\r
585                         <div class="short">Refreshs the grid UI</div>\r
586             <div class="long">\r
587                 Refreshs the grid UI    <div class="mdetail-params">\r
588         <strong>Parameters:</strong>\r
589         <ul><li><code>headersToo</code> : Boolean<div class="sub-desc">(optional) True to also refresh the headers</div></li>        </ul>\r
590         <strong>Returns:</strong>\r
591         <ul>\r
592             <li><code>void</code></li>\r
593         </ul>\r
594     </div>\r
595                 </div>\r
596                         </div>\r
597         </td>\r
598         <td class="msource">GridView</td>\r
599     </tr>\r
600         <tr class="method-row inherited expandable">\r
601         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
602         <td class="sig">\r
603         <a id="Ext.grid.GridView-relayEvents"></a>\r
604             <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">\r
605                         <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>\r
606             <div class="long">\r
607                 Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">\r
608         <strong>Parameters:</strong>\r
609         <ul><li><code>o</code> : Object<div class="sub-desc">The Observable whose events this object is to relay.</div></li><li><code>events</code> : Array<div class="sub-desc">Array of event names to relay.</div></li>        </ul>\r
610         <strong>Returns:</strong>\r
611         <ul>\r
612             <li><code>void</code></li>\r
613         </ul>\r
614     </div>\r
615                 </div>\r
616                         </div>\r
617         </td>\r
618         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>\r
619     </tr>\r
620         <tr class="method-row inherited alt expandable">\r
621         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
622         <td class="sig">\r
623         <a id="Ext.grid.GridView-removeListener"></a>\r
624             <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
625                         <div class="short">Removes a listener</div>\r
626             <div class="long">\r
627                 Removes a listener    <div class="mdetail-params">\r
628         <strong>Parameters:</strong>\r
629         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
630         <strong>Returns:</strong>\r
631         <ul>\r
632             <li><code>void</code></li>\r
633         </ul>\r
634     </div>\r
635                 </div>\r
636                         </div>\r
637         </td>\r
638         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>\r
639     </tr>\r
640         <tr class="method-row inherited expandable">\r
641         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
642         <td class="sig">\r
643         <a id="Ext.grid.GridView-resumeEvents"></a>\r
644             <b>resumeEvents</b>() : void            <div class="mdesc">\r
645                         <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>\r
646             <div class="long">\r
647                 Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">\r
648         <strong>Parameters:</strong>\r
649         <ul><li>None.</li>        </ul>\r
650         <strong>Returns:</strong>\r
651         <ul>\r
652             <li><code>void</code></li>\r
653         </ul>\r
654     </div>\r
655                 </div>\r
656                         </div>\r
657         </td>\r
658         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>\r
659     </tr>\r
660         <tr class="method-row alt expandable">\r
661         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
662         <td class="sig">\r
663         <a id="Ext.grid.GridView-scrollToTop"></a>\r
664             <b>scrollToTop</b>() : void            <div class="mdesc">\r
665                         <div class="short">Scrolls the grid to the top</div>\r
666             <div class="long">\r
667                 Scrolls the grid to the top    <div class="mdetail-params">\r
668         <strong>Parameters:</strong>\r
669         <ul><li>None.</li>        </ul>\r
670         <strong>Returns:</strong>\r
671         <ul>\r
672             <li><code>void</code></li>\r
673         </ul>\r
674     </div>\r
675                 </div>\r
676                         </div>\r
677         </td>\r
678         <td class="msource">GridView</td>\r
679     </tr>\r
680         <tr class="method-row inherited expandable">\r
681         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
682         <td class="sig">\r
683         <a id="Ext.grid.GridView-suspendEvents"></a>\r
684             <b>suspendEvents</b>() : void            <div class="mdesc">\r
685                         <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>\r
686             <div class="long">\r
687                 Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">\r
688         <strong>Parameters:</strong>\r
689         <ul><li>None.</li>        </ul>\r
690         <strong>Returns:</strong>\r
691         <ul>\r
692             <li><code>void</code></li>\r
693         </ul>\r
694     </div>\r
695                 </div>\r
696                         </div>\r
697         </td>\r
698         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>\r
699     </tr>\r
700         <tr class="method-row inherited alt expandable">\r
701         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
702         <td class="sig">\r
703         <a id="Ext.grid.GridView-un"></a>\r
704             <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">\r
705                         <div class="short">Removes a listener (shorthand for removeListener)</div>\r
706             <div class="long">\r
707                 Removes a listener (shorthand for removeListener)    <div class="mdetail-params">\r
708         <strong>Parameters:</strong>\r
709         <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>\r
710         <strong>Returns:</strong>\r
711         <ul>\r
712             <li><code>void</code></li>\r
713         </ul>\r
714     </div>\r
715                 </div>\r
716                         </div>\r
717         </td>\r
718         <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>\r
719     </tr>\r
720             </table>
721                 <a id="Ext.grid.GridView-events"></a>
722         <h2>Public Events</h2>
723                 <table cellspacing="0" class="member-table">
724             <tr>
725                 <th class="sig-header" colspan="2">Event</th>
726                 <th class="msource-header">Defined By</th>
727             </tr>
728                 <tr class="event-row expandable">\r
729         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
730         <td class="sig">\r
731         <a id="Ext.grid.GridView-beforerefresh"></a>\r
732             <b>beforerefresh</b> : (&nbsp;<code>Ext.grid.GridView view</code>&nbsp;)            <div class="mdesc">\r
733                         <div class="short">Internal UI Event. Fired before the view is refreshed.</div>\r
734             <div class="long">\r
735                 Internal UI Event. Fired before the view is refreshed.    <div class="mdetail-params">\r
736         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
737         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li>        </ul>\r
738     </div>\r
739                 </div>\r
740                         </div>\r
741         </td>\r
742         <td class="msource">GridView</td>\r
743     </tr>\r
744         <tr class="event-row alt expandable">\r
745         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
746         <td class="sig">\r
747         <a id="Ext.grid.GridView-beforerowremoved"></a>\r
748             <b>beforerowremoved</b> : (&nbsp;<code>Ext.grid.GridView view</code>, <code>Number rowIndex</code>, <code>Ext.data.Record record</code>&nbsp;)            <div class="mdesc">\r
749                         <div class="short">Internal UI Event. Fired before a row is removed.</div>\r
750             <div class="long">\r
751                 Internal UI Event. Fired before a row is removed.    <div class="mdetail-params">\r
752         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
753         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc">The index of the row to be removed.</div></li><li><code>record</code> : Ext.data.Record<div class="sub-desc">The Record to be removed</div></li>        </ul>\r
754     </div>\r
755                 </div>\r
756                         </div>\r
757         </td>\r
758         <td class="msource">GridView</td>\r
759     </tr>\r
760         <tr class="event-row expandable">\r
761         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
762         <td class="sig">\r
763         <a id="Ext.grid.GridView-beforerowsinserted"></a>\r
764             <b>beforerowsinserted</b> : (&nbsp;<code>Ext.grid.GridView view</code>, <code>Number firstRow</code>, <code>Number lastRow</code>&nbsp;)            <div class="mdesc">\r
765                         <div class="short">Internal UI Event. Fired before rows are inserted.</div>\r
766             <div class="long">\r
767                 Internal UI Event. Fired before rows are inserted.    <div class="mdetail-params">\r
768         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
769         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li><li><code>firstRow</code> : Number<div class="sub-desc">The index of the first row to be inserted.</div></li><li><code>lastRow</code> : Number<div class="sub-desc">The index of the last row to be inserted.</div></li>        </ul>\r
770     </div>\r
771                 </div>\r
772                         </div>\r
773         </td>\r
774         <td class="msource">GridView</td>\r
775     </tr>\r
776         <tr class="event-row alt expandable">\r
777         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
778         <td class="sig">\r
779         <a id="Ext.grid.GridView-refresh"></a>\r
780             <b>refresh</b> : (&nbsp;<code>Ext.grid.GridView view</code>&nbsp;)            <div class="mdesc">\r
781                         <div class="short">Internal UI Event. Fired after the GridView's body has been refreshed.</div>\r
782             <div class="long">\r
783                 Internal UI Event. Fired after the GridView's body has been refreshed.    <div class="mdetail-params">\r
784         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
785         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li>        </ul>\r
786     </div>\r
787                 </div>\r
788                         </div>\r
789         </td>\r
790         <td class="msource">GridView</td>\r
791     </tr>\r
792         <tr class="event-row expandable">\r
793         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
794         <td class="sig">\r
795         <a id="Ext.grid.GridView-rowremoved"></a>\r
796             <b>rowremoved</b> : (&nbsp;<code>Ext.grid.GridView view</code>, <code>Number rowIndex</code>, <code>Ext.data.Record record</code>&nbsp;)            <div class="mdesc">\r
797                         <div class="short">Internal UI Event. Fired after a row is removed.</div>\r
798             <div class="long">\r
799                 Internal UI Event. Fired after a row is removed.    <div class="mdetail-params">\r
800         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
801         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li><li><code>rowIndex</code> : Number<div class="sub-desc">The index of the row that was removed.</div></li><li><code>record</code> : Ext.data.Record<div class="sub-desc">The Record that was removed</div></li>        </ul>\r
802     </div>\r
803                 </div>\r
804                         </div>\r
805         </td>\r
806         <td class="msource">GridView</td>\r
807     </tr>\r
808         <tr class="event-row alt expandable">\r
809         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
810         <td class="sig">\r
811         <a id="Ext.grid.GridView-rowsinserted"></a>\r
812             <b>rowsinserted</b> : (&nbsp;<code>Ext.grid.GridView view</code>, <code>Number firstRow</code>, <code>Number lastRow</code>&nbsp;)            <div class="mdesc">\r
813                         <div class="short">Internal UI Event. Fired after rows are inserted.</div>\r
814             <div class="long">\r
815                 Internal UI Event. Fired after rows are inserted.    <div class="mdetail-params">\r
816         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
817         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li><li><code>firstRow</code> : Number<div class="sub-desc">The index of the first inserted.</div></li><li><code>lastRow</code> : Number<div class="sub-desc">The index of the last row inserted.</div></li>        </ul>\r
818     </div>\r
819                 </div>\r
820                         </div>\r
821         </td>\r
822         <td class="msource">GridView</td>\r
823     </tr>\r
824         <tr class="event-row expandable">\r
825         <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>\r
826         <td class="sig">\r
827         <a id="Ext.grid.GridView-rowupdated"></a>\r
828             <b>rowupdated</b> : (&nbsp;<code>Ext.grid.GridView view</code>, <code>Number firstRow</code>, <code>Ext.data.record record</code>&nbsp;)            <div class="mdesc">\r
829                         <div class="short">Internal UI Event. Fired after a row has been updated.</div>\r
830             <div class="long">\r
831                 Internal UI Event. Fired after a row has been updated.    <div class="mdetail-params">\r
832         <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>\r
833         <ul><li><code>view</code> : Ext.grid.GridView<div class="sub-desc"></div></li><li><code>firstRow</code> : Number<div class="sub-desc">The index of the row updated.</div></li><li><code>record</code> : Ext.data.record<div class="sub-desc">The Record backing the row updated.</div></li>        </ul>\r
834     </div>\r
835                 </div>\r
836                         </div>\r
837         </td>\r
838         <td class="msource">GridView</td>\r
839     </tr>\r
840             </table>
841         
842         </div>