source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.grid.PropertyColumnModel.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 74.5 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.grid.PropertyColumnModel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.grid.PropertyColumnModel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.grid.PropertyColumnModel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.grid.PropertyColumnModel-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.PropertyColumnModel"><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"/><a ext:cls="Ext.grid.ColumnModel" ext:member="" href="output/Ext.grid.ColumnModel.html">ColumnModel</a>
12    <img src="resources/elbow-end.gif"/>PropertyColumnModel</pre></div>
13                <h1>Class Ext.grid.PropertyColumnModel</h1>
14        <table cellspacing="0">
15            <tr><td class="label">Package:</td><td class="hd-info">Ext.grid</td></tr>
16            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/PropertyGrid.js" target="_blank">PropertyGrid.js</a></td></tr>
17            <tr><td class="label">Class:</td><td class="hd-info">PropertyColumnModel</td></tr>
18                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.grid.ColumnModel" ext:member="" href="output/Ext.grid.ColumnModel.html">ColumnModel</a></td></tr>
19                    </table>
20        <div class="description">
21            A custom column model for the <a ext:cls="Ext.grid.PropertyGrid" href="output/Ext.grid.PropertyGrid.html">Ext.grid.PropertyGrid</a>.  Generally it should not need to be used directly.        </div>
22       
23        <div class="hr"></div>
24                <a id="Ext.grid.PropertyColumnModel-configs"></a>
25        <h2>Config Options</h2>
26        <table cellspacing="0" class="member-table">
27            <tr>
28                <th class="sig-header" colspan="2">Config Options</th>
29                <th class="msource-header">Defined By</th>
30            </tr>
31                <tr class="config-row inherited">
32        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
33        <td class="sig">
34        <a id="Ext.grid.PropertyColumnModel-align"></a>
35            <b>align</b> : String            <div class="mdesc">
36                            (optional) Set the CSS text-align property of the column. Defaults to undefined.                        </div>
37        </td>
38        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#align" href="output/Ext.grid.ColumnModel.html#align">ColumnModel</a></td>
39    </tr>
40        <tr class="config-row inherited alt">
41        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
42        <td class="sig">
43        <a id="Ext.grid.PropertyColumnModel-css"></a>
44            <b>css</b> : String            <div class="mdesc">
45                            (optional) Set custom CSS for all table cells in the column (excluding headers). Defaults to undefined.                        </div>
46        </td>
47        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#css" href="output/Ext.grid.ColumnModel.html#css">ColumnModel</a></td>
48    </tr>
49        <tr class="config-row inherited expandable">
50        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
51        <td class="sig">
52        <a id="Ext.grid.PropertyColumnModel-dataIndex"></a>
53            <b>dataIndex</b> : String            <div class="mdesc">
54                        <div class="short">(optional) The name of the field in the grid's Ext.data.Store's Ext.data.Record definition from which to draw the col...</div>
55            <div class="long">
56                (optional) The name of the field in the grid's <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a>'s <a ext:cls="Ext.data.Record" href="output/Ext.data.Record.html">Ext.data.Record</a> definition from which to draw the column's value. If not specified, the column's index is used as an index into the Record's data Array.            </div>
57                        </div>
58        </td>
59        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#dataIndex" href="output/Ext.grid.ColumnModel.html#dataIndex">ColumnModel</a></td>
60    </tr>
61        <tr class="config-row inherited alt">
62        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
63        <td class="sig">
64        <a id="Ext.grid.PropertyColumnModel-editor"></a>
65            <b>editor</b> : Ext.form.Field            <div class="mdesc">
66                            (optional) The <a ext:cls="Ext.form.Field" href="output/Ext.form.Field.html">Ext.form.Field</a> to use when editing values in this column if editing is supported by the grid.                        </div>
67        </td>
68        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#editor" href="output/Ext.grid.ColumnModel.html#editor">ColumnModel</a></td>
69    </tr>
70        <tr class="config-row inherited">
71        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
72        <td class="sig">
73        <a id="Ext.grid.PropertyColumnModel-fixed"></a>
74            <b>fixed</b> : Boolean            <div class="mdesc">
75                            (optional) True if the column width cannot be changed. Defaults to false.                        </div>
76        </td>
77        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#fixed" href="output/Ext.grid.ColumnModel.html#fixed">ColumnModel</a></td>
78    </tr>
79        <tr class="config-row inherited alt">
80        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
81        <td class="sig">
82        <a id="Ext.grid.PropertyColumnModel-header"></a>
83            <b>header</b> : String            <div class="mdesc">
84                            The header text to display in the Grid view.                        </div>
85        </td>
86        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#header" href="output/Ext.grid.ColumnModel.html#header">ColumnModel</a></td>
87    </tr>
88        <tr class="config-row inherited">
89        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
90        <td class="sig">
91        <a id="Ext.grid.PropertyColumnModel-hidden"></a>
92            <b>hidden</b> : Boolean            <div class="mdesc">
93                            (optional) True to hide the column. Defaults to false.                        </div>
94        </td>
95        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#hidden" href="output/Ext.grid.ColumnModel.html#hidden">ColumnModel</a></td>
96    </tr>
97        <tr class="config-row inherited alt expandable">
98        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
99        <td class="sig">
100        <a id="Ext.grid.PropertyColumnModel-hideable"></a>
101            <b>hideable</b> : Boolean            <div class="mdesc">
102                        <div class="short">(optional) Specify as false to prevent the user from hiding this column (defaults to true). To disallow column hiding...</div>
103            <div class="long">
104                (optional) Specify as <tt>false</tt> to prevent the user from hiding this column (defaults to true). To disallow column hiding globally for all columns in the grid, use <a ext:cls="Ext.grid.GridPanel" ext:member="enableColumnHide" href="output/Ext.grid.GridPanel.html#enableColumnHide">Ext.grid.GridPanel.enableColumnHide</a> instead.            </div>
105                        </div>
106        </td>
107        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#hideable" href="output/Ext.grid.ColumnModel.html#hideable">ColumnModel</a></td>
108    </tr>
109        <tr class="config-row inherited expandable">
110        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
111        <td class="sig">
112        <a id="Ext.grid.PropertyColumnModel-id"></a>
113            <b>id</b> : String            <div class="mdesc">
114                        <div class="short">(optional) Defaults to the column's initial ordinal position. A name which identifies this column. The id is used to ...</div>
115            <div class="long">
116                (optional) Defaults to the column's initial ordinal position. A name which identifies this column. The id is used to create a CSS class name which is applied to all table cells (including headers) in that column. The class name takes the form of <pre>x-grid3-td-<b>id</b></pre> <br><br> Header cells will also recieve this class name, but will also have the class <pr>x-grid3-hd</pre>, so to target header cells, use CSS selectors such as:<pre>.x-grid3-hd.x-grid3-td-<b>id</b></pre> The <a ext:cls="Ext.grid.GridPanel" ext:member="autoExpandColumn" href="output/Ext.grid.GridPanel.html#autoExpandColumn">Ext.grid.GridPanel.autoExpandColumn</a> grid config option references the column via this identifier.            </div>
117                        </div>
118        </td>
119        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#id" href="output/Ext.grid.ColumnModel.html#id">ColumnModel</a></td>
120    </tr>
121        <tr class="config-row inherited alt expandable">
122        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123        <td class="sig">
124        <a id="Ext.grid.PropertyColumnModel-listeners"></a>
125            <b>listeners</b> : Object            <div class="mdesc">
126                        <div class="short">(optional) A config object containing one or more event handlers to be added to this object during initialization. Th...</div>
127            <div class="long">
128                (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>
129                        </div>
130        </td>
131        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
132    </tr>
133        <tr class="config-row inherited">
134        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135        <td class="sig">
136        <a id="Ext.grid.PropertyColumnModel-menuDisabled"></a>
137            <b>menuDisabled</b> : Boolean            <div class="mdesc">
138                            (optional) True to disable the column menu. Defaults to false.                        </div>
139        </td>
140        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#menuDisabled" href="output/Ext.grid.ColumnModel.html#menuDisabled">ColumnModel</a></td>
141    </tr>
142        <tr class="config-row inherited alt expandable">
143        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144        <td class="sig">
145        <a id="Ext.grid.PropertyColumnModel-renderer"></a>
146            <b>renderer</b> : Function            <div class="mdesc">
147                        <div class="short">(optional) A function used to generate HTML markup for a cell given the cell's data value. See setRenderer. If not sp...</div>
148            <div class="long">
149                (optional) A function used to generate HTML markup for a cell given the cell's data value. See <a ext:cls="Ext.grid.ColumnModel" ext:member="setRenderer" href="output/Ext.grid.ColumnModel.html#setRenderer">setRenderer</a>. If not specified, the default renderer uses the raw data value.            </div>
150                        </div>
151        </td>
152        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#renderer" href="output/Ext.grid.ColumnModel.html#renderer">ColumnModel</a></td>
153    </tr>
154        <tr class="config-row inherited">
155        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
156        <td class="sig">
157        <a id="Ext.grid.PropertyColumnModel-resizable"></a>
158            <b>resizable</b> : Boolean            <div class="mdesc">
159                            (optional) False to disable column resizing. Defaults to true.                        </div>
160        </td>
161        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#resizable" href="output/Ext.grid.ColumnModel.html#resizable">ColumnModel</a></td>
162    </tr>
163        <tr class="config-row inherited alt expandable">
164        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
165        <td class="sig">
166        <a id="Ext.grid.PropertyColumnModel-sortable"></a>
167            <b>sortable</b> : Boolean            <div class="mdesc">
168                        <div class="short">(optional) True if sorting is to be allowed on this column. Defaults to the value of the defaultSortable property. Wh...</div>
169            <div class="long">
170                (optional) True if sorting is to be allowed on this column. Defaults to the value of the <a ext:cls="Ext.grid.ColumnModel" ext:member="defaultSortable" href="output/Ext.grid.ColumnModel.html#defaultSortable">defaultSortable</a> property. Whether local/remote sorting is used is specified in <a ext:cls="Ext.data.Store" ext:member="remoteSort" href="output/Ext.data.Store.html#remoteSort">Ext.data.Store.remoteSort</a>.            </div>
171                        </div>
172        </td>
173        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#sortable" href="output/Ext.grid.ColumnModel.html#sortable">ColumnModel</a></td>
174    </tr>
175        <tr class="config-row inherited expandable">
176        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
177        <td class="sig">
178        <a id="Ext.grid.PropertyColumnModel-tooltip"></a>
179            <b>tooltip</b> : String            <div class="mdesc">
180                        <div class="short">(optional) A text string to use as the column header's tooltip. If Quicktips are enabled, this value will be used as ...</div>
181            <div class="long">
182                (optional) A text string to use as the column header's tooltip. If Quicktips are enabled, this value will be used as the text of the quick tip, otherwise it will be set as the header's HTML title attribute. Defaults to ''.            </div>
183                        </div>
184        </td>
185        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#tooltip" href="output/Ext.grid.ColumnModel.html#tooltip">ColumnModel</a></td>
186    </tr>
187        <tr class="config-row inherited alt expandable">
188        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
189        <td class="sig">
190        <a id="Ext.grid.PropertyColumnModel-width"></a>
191            <b>width</b> : Number            <div class="mdesc">
192                        <div class="short">(optional) The initial width in pixels of the column. This is ignored if the Grid's view is configured with forceFit ...</div>
193            <div class="long">
194                (optional) The initial width in pixels of the column. This is ignored if the Grid's <a ext:cls="Ext.grid.GridView" href="output/Ext.grid.GridView.html">view</a> is configured with <a ext:cls="Ext.grid.GridView" ext:member="forceFit" href="output/Ext.grid.GridView.html#forceFit">forceFit</a> true.            </div>
195                        </div>
196        </td>
197        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#width" href="output/Ext.grid.ColumnModel.html#width">ColumnModel</a></td>
198    </tr>
199            </table>
200                <a id="Ext.grid.PropertyColumnModel-props"></a>
201        <h2>Public Properties</h2>
202                <table cellspacing="0" class="member-table">
203            <tr>
204                <th class="sig-header" colspan="2">Property</th>
205                <th class="msource-header">Defined By</th>
206            </tr>
207                <tr class="property-row inherited">
208        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
209        <td class="sig">
210        <a id="Ext.grid.PropertyColumnModel-defaultSortable"></a>
211            <b>defaultSortable</b> : Boolean            <div class="mdesc">
212                            Default sortable of columns which have no sortable specified (defaults to false)                        </div>
213        </td>
214        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#defaultSortable" href="output/Ext.grid.ColumnModel.html#defaultSortable">ColumnModel</a></td>
215    </tr>
216        <tr class="property-row inherited alt">
217        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
218        <td class="sig">
219        <a id="Ext.grid.PropertyColumnModel-defaultWidth"></a>
220            <b>defaultWidth</b> : Number            <div class="mdesc">
221                            The width of columns which have no width specified (defaults to 100)                        </div>
222        </td>
223        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#defaultWidth" href="output/Ext.grid.ColumnModel.html#defaultWidth">ColumnModel</a></td>
224    </tr>
225            </table>
226                <a id="Ext.grid.PropertyColumnModel-methods"></a>
227        <h2>Public Methods</h2>
228                <table cellspacing="0" class="member-table">
229            <tr>
230                <th class="sig-header" colspan="2">Method</th>
231                <th class="msource-header">Defined By</th>
232            </tr>
233                <tr class="method-row expandable">
234        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
235        <td class="sig">
236        <a id="Ext.grid.PropertyColumnModel-PropertyColumnModel"></a>
237            <b>PropertyColumnModel</b>(&nbsp;<code>Ext.grid.Grid grid</code>, <code>Object source</code>&nbsp;)            <div class="mdesc">
238                        <div class="short"></div>
239            <div class="long">
240                    <div class="mdetail-params">
241        <strong>Parameters:</strong>
242        <ul><li><code>grid</code> : Ext.grid.Grid<div class="sub-desc">The grid this store will be bound to</div></li><li><code>source</code> : Object<div class="sub-desc">The source data config object</div></li>        </ul>
243        <strong>Returns:</strong>
244        <ul>
245            <li><code></code></li>
246        </ul>
247    </div>
248                </div>
249                        </div>
250        </td>
251        <td class="msource">PropertyColumnModel</td>
252    </tr>
253        <tr class="method-row inherited alt expandable">
254        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
255        <td class="sig">
256        <a id="Ext.grid.PropertyColumnModel-addEvents"></a>
257            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
258                        <div class="short">Used to define events on this Observable</div>
259            <div class="long">
260                Used to define events on this Observable    <div class="mdetail-params">
261        <strong>Parameters:</strong>
262        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
263        <strong>Returns:</strong>
264        <ul>
265            <li><code>void</code></li>
266        </ul>
267    </div>
268                </div>
269                        </div>
270        </td>
271        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
272    </tr>
273        <tr class="method-row inherited expandable">
274        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
275        <td class="sig">
276        <a id="Ext.grid.PropertyColumnModel-addListener"></a>
277            <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">
278                        <div class="short">Appends an event handler to this component</div>
279            <div class="long">
280                Appends an event handler to this component    <div class="mdetail-params">
281        <strong>Parameters:</strong>
282        <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
283function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
284properties. This may contain any of the following properties:<ul>
285<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>
286<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>
287<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>
288<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
289by the specified number of milliseconds. If the event fires again within that time, the original
290handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
291</ul><br>
292<p>
293<b>Combining Options</b><br>
294Using the options argument, it is possible to combine different types of listeners:<br>
295<br>
296A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
297<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
298    single: true,
299    delay: 100,
300    forumId: 4
301});</code></pre>
302<p>
303<b>Attaching multiple handlers in 1 call</b><br>
304The method also allows for a single argument to be passed which is a config object containing properties
305which specify multiple handlers.
306<p>
307<pre><code>foo.on({
308    <em>'click'</em> : {
309        fn: <b>this</b>.onClick,
310        scope: <b>this</b>,
311        delay: 100
312    },
313    <em>'mouseover'</em> : {
314        fn: <b>this</b>.onMouseOver,
315        scope: <b>this</b>
316    },
317    <em>'mouseout'</em> : {
318        fn: <b>this</b>.onMouseOut,
319        scope: <b>this</b>
320    }
321});</code></pre>
322<p>
323Or a shorthand syntax:<br>
324<pre><code>foo.on({
325    <em>'click'</em> : <b>this</b>.onClick,
326    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
327    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
328     scope: <b>this</b>
329});</code></pre></div></li>        </ul>
330        <strong>Returns:</strong>
331        <ul>
332            <li><code>void</code></li>
333        </ul>
334    </div>
335                </div>
336                        </div>
337        </td>
338        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
339    </tr>
340        <tr class="method-row inherited alt expandable">
341        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
342        <td class="sig">
343        <a id="Ext.grid.PropertyColumnModel-findColumnIndex"></a>
344            <b>findColumnIndex</b>(&nbsp;<code>String col</code>&nbsp;) : Number            <div class="mdesc">
345                        <div class="short">Finds the index of the first matching column for the given dataIndex.</div>
346            <div class="long">
347                Finds the index of the first matching column for the given dataIndex.    <div class="mdetail-params">
348        <strong>Parameters:</strong>
349        <ul><li><code>col</code> : String<div class="sub-desc">The dataIndex to find</div></li>        </ul>
350        <strong>Returns:</strong>
351        <ul>
352            <li><code>Number</code><div class="sub-desc">The column index, or -1 if no match was found</div></li>
353        </ul>
354    </div>
355                </div>
356                        </div>
357        </td>
358        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#findColumnIndex" href="output/Ext.grid.ColumnModel.html#findColumnIndex">ColumnModel</a></td>
359    </tr>
360        <tr class="method-row inherited expandable">
361        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
362        <td class="sig">
363        <a id="Ext.grid.PropertyColumnModel-fireEvent"></a>
364            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
365                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
366            <div class="long">
367                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
368        <strong>Parameters:</strong>
369        <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>
370        <strong>Returns:</strong>
371        <ul>
372            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
373        </ul>
374    </div>
375                </div>
376                        </div>
377        </td>
378        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
379    </tr>
380        <tr class="method-row inherited alt expandable">
381        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
382        <td class="sig">
383        <a id="Ext.grid.PropertyColumnModel-getCellEditor"></a>
384            <b>getCellEditor</b>(&nbsp;<code>Number colIndex</code>, <code>Number rowIndex</code>&nbsp;) : Ext.Editor            <div class="mdesc">
385                        <div class="short">Returns the editor defined for the cell/column.</div>
386            <div class="long">
387                Returns the editor defined for the cell/column.    <div class="mdetail-params">
388        <strong>Parameters:</strong>
389        <ul><li><code>colIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>rowIndex</code> : Number<div class="sub-desc">The row index</div></li>        </ul>
390        <strong>Returns:</strong>
391        <ul>
392            <li><code>Ext.Editor</code><div class="sub-desc">The {@link Ext.Editor Editor} that was created to wrap the {@link Ext.form.Field Field} used to edit the cell.</div></li>
393        </ul>
394    </div>
395                </div>
396                        </div>
397        </td>
398        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getCellEditor" href="output/Ext.grid.ColumnModel.html#getCellEditor">ColumnModel</a></td>
399    </tr>
400        <tr class="method-row inherited expandable">
401        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
402        <td class="sig">
403        <a id="Ext.grid.PropertyColumnModel-getColumnById"></a>
404            <b>getColumnById</b>(&nbsp;<code>String id</code>&nbsp;) : Object            <div class="mdesc">
405                        <div class="short">Returns the column for a specified id.</div>
406            <div class="long">
407                Returns the column for a specified id.    <div class="mdetail-params">
408        <strong>Parameters:</strong>
409        <ul><li><code>id</code> : String<div class="sub-desc">The column id</div></li>        </ul>
410        <strong>Returns:</strong>
411        <ul>
412            <li><code>Object</code><div class="sub-desc">the column</div></li>
413        </ul>
414    </div>
415                </div>
416                        </div>
417        </td>
418        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnById" href="output/Ext.grid.ColumnModel.html#getColumnById">ColumnModel</a></td>
419    </tr>
420        <tr class="method-row inherited alt expandable">
421        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
422        <td class="sig">
423        <a id="Ext.grid.PropertyColumnModel-getColumnCount"></a>
424            <b>getColumnCount</b>(&nbsp;<code>Boolean visibleOnly</code>&nbsp;) : Number            <div class="mdesc">
425                        <div class="short">Returns the number of columns.</div>
426            <div class="long">
427                Returns the number of columns.    <div class="mdetail-params">
428        <strong>Parameters:</strong>
429        <ul><li><code>visibleOnly</code> : Boolean<div class="sub-desc">Optional. Pass as true to only include visible columns.</div></li>        </ul>
430        <strong>Returns:</strong>
431        <ul>
432            <li><code>Number</code></li>
433        </ul>
434    </div>
435                </div>
436                        </div>
437        </td>
438        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnCount" href="output/Ext.grid.ColumnModel.html#getColumnCount">ColumnModel</a></td>
439    </tr>
440        <tr class="method-row inherited expandable">
441        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
442        <td class="sig">
443        <a id="Ext.grid.PropertyColumnModel-getColumnHeader"></a>
444            <b>getColumnHeader</b>(&nbsp;<code>Number col</code>&nbsp;) : String            <div class="mdesc">
445                        <div class="short">Returns the header for the specified column.</div>
446            <div class="long">
447                Returns the header for the specified column.    <div class="mdetail-params">
448        <strong>Parameters:</strong>
449        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
450        <strong>Returns:</strong>
451        <ul>
452            <li><code>String</code></li>
453        </ul>
454    </div>
455                </div>
456                        </div>
457        </td>
458        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnHeader" href="output/Ext.grid.ColumnModel.html#getColumnHeader">ColumnModel</a></td>
459    </tr>
460        <tr class="method-row inherited alt expandable">
461        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
462        <td class="sig">
463        <a id="Ext.grid.PropertyColumnModel-getColumnId"></a>
464            <b>getColumnId</b>(&nbsp;<code>Number index</code>&nbsp;) : String            <div class="mdesc">
465                        <div class="short">
466Returns the id of the column at the specified index.</div>
467            <div class="long">
468               
469Returns the id of the column at the specified index.    <div class="mdetail-params">
470        <strong>Parameters:</strong>
471        <ul><li><code>index</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
472        <strong>Returns:</strong>
473        <ul>
474            <li><code>String</code><div class="sub-desc">the id</div></li>
475        </ul>
476    </div>
477                </div>
478                        </div>
479        </td>
480        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnId" href="output/Ext.grid.ColumnModel.html#getColumnId">ColumnModel</a></td>
481    </tr>
482        <tr class="method-row inherited expandable">
483        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
484        <td class="sig">
485        <a id="Ext.grid.PropertyColumnModel-getColumnTooltip"></a>
486            <b>getColumnTooltip</b>(&nbsp;<code>Number col</code>&nbsp;) : String            <div class="mdesc">
487                        <div class="short">Returns the tooltip for the specified column.</div>
488            <div class="long">
489                Returns the tooltip for the specified column.    <div class="mdetail-params">
490        <strong>Parameters:</strong>
491        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
492        <strong>Returns:</strong>
493        <ul>
494            <li><code>String</code></li>
495        </ul>
496    </div>
497                </div>
498                        </div>
499        </td>
500        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnTooltip" href="output/Ext.grid.ColumnModel.html#getColumnTooltip">ColumnModel</a></td>
501    </tr>
502        <tr class="method-row inherited alt expandable">
503        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
504        <td class="sig">
505        <a id="Ext.grid.PropertyColumnModel-getColumnWidth"></a>
506            <b>getColumnWidth</b>(&nbsp;<code>Number col</code>&nbsp;) : Number            <div class="mdesc">
507                        <div class="short">Returns the width for the specified column.</div>
508            <div class="long">
509                Returns the width for the specified column.    <div class="mdetail-params">
510        <strong>Parameters:</strong>
511        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
512        <strong>Returns:</strong>
513        <ul>
514            <li><code>Number</code></li>
515        </ul>
516    </div>
517                </div>
518                        </div>
519        </td>
520        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnWidth" href="output/Ext.grid.ColumnModel.html#getColumnWidth">ColumnModel</a></td>
521    </tr>
522        <tr class="method-row inherited expandable">
523        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
524        <td class="sig">
525        <a id="Ext.grid.PropertyColumnModel-getColumnsBy"></a>
526            <b>getColumnsBy</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
527                        <div class="short">Returns the column configs that return true by the passed function that is called with (columnConfig, index)</div>
528            <div class="long">
529                Returns the column configs that return true by the passed function that is called with (columnConfig, index)    <div class="mdetail-params">
530        <strong>Parameters:</strong>
531        <ul><li><code>fn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
532        <strong>Returns:</strong>
533        <ul>
534            <li><code>Array</code><div class="sub-desc">result</div></li>
535        </ul>
536    </div>
537                </div>
538                        </div>
539        </td>
540        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getColumnsBy" href="output/Ext.grid.ColumnModel.html#getColumnsBy">ColumnModel</a></td>
541    </tr>
542        <tr class="method-row inherited alt expandable">
543        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
544        <td class="sig">
545        <a id="Ext.grid.PropertyColumnModel-getDataIndex"></a>
546            <b>getDataIndex</b>(&nbsp;<code>Number col</code>&nbsp;) : String            <div class="mdesc">
547                        <div class="short">Returns the dataIndex for the specified column.</div>
548            <div class="long">
549                Returns the dataIndex for the specified column.    <div class="mdetail-params">
550        <strong>Parameters:</strong>
551        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
552        <strong>Returns:</strong>
553        <ul>
554            <li><code>String</code><div class="sub-desc">The column's dataIndex</div></li>
555        </ul>
556    </div>
557                </div>
558                        </div>
559        </td>
560        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getDataIndex" href="output/Ext.grid.ColumnModel.html#getDataIndex">ColumnModel</a></td>
561    </tr>
562        <tr class="method-row inherited expandable">
563        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
564        <td class="sig">
565        <a id="Ext.grid.PropertyColumnModel-getIndexById"></a>
566            <b>getIndexById</b>(&nbsp;<code>String id</code>&nbsp;) : Number            <div class="mdesc">
567                        <div class="short">Returns the index for a specified column id.</div>
568            <div class="long">
569                Returns the index for a specified column id.    <div class="mdetail-params">
570        <strong>Parameters:</strong>
571        <ul><li><code>id</code> : String<div class="sub-desc">The column id</div></li>        </ul>
572        <strong>Returns:</strong>
573        <ul>
574            <li><code>Number</code><div class="sub-desc">the index, or -1 if not found</div></li>
575        </ul>
576    </div>
577                </div>
578                        </div>
579        </td>
580        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getIndexById" href="output/Ext.grid.ColumnModel.html#getIndexById">ColumnModel</a></td>
581    </tr>
582        <tr class="method-row inherited alt expandable">
583        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
584        <td class="sig">
585        <a id="Ext.grid.PropertyColumnModel-getRenderer"></a>
586            <b>getRenderer</b>(&nbsp;<code>Number col</code>&nbsp;) : Function            <div class="mdesc">
587                        <div class="short">Returns the rendering (formatting) function defined for the column.</div>
588            <div class="long">
589                Returns the rendering (formatting) function defined for the column.    <div class="mdetail-params">
590        <strong>Parameters:</strong>
591        <ul><li><code>col</code> : Number<div class="sub-desc">The column index.</div></li>        </ul>
592        <strong>Returns:</strong>
593        <ul>
594            <li><code>Function</code><div class="sub-desc">The function used to render the cell. See {@link #setRenderer}.</div></li>
595        </ul>
596    </div>
597                </div>
598                        </div>
599        </td>
600        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getRenderer" href="output/Ext.grid.ColumnModel.html#getRenderer">ColumnModel</a></td>
601    </tr>
602        <tr class="method-row inherited expandable">
603        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
604        <td class="sig">
605        <a id="Ext.grid.PropertyColumnModel-getTotalWidth"></a>
606            <b>getTotalWidth</b>(&nbsp;<code>Boolean includeHidden</code>&nbsp;) : Number            <div class="mdesc">
607                        <div class="short">Returns the total width of all columns.</div>
608            <div class="long">
609                Returns the total width of all columns.    <div class="mdetail-params">
610        <strong>Parameters:</strong>
611        <ul><li><code>includeHidden</code> : Boolean<div class="sub-desc">True to include hidden column widths</div></li>        </ul>
612        <strong>Returns:</strong>
613        <ul>
614            <li><code>Number</code></li>
615        </ul>
616    </div>
617                </div>
618                        </div>
619        </td>
620        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#getTotalWidth" href="output/Ext.grid.ColumnModel.html#getTotalWidth">ColumnModel</a></td>
621    </tr>
622        <tr class="method-row inherited alt expandable">
623        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
624        <td class="sig">
625        <a id="Ext.grid.PropertyColumnModel-hasListener"></a>
626            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
627                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
628            <div class="long">
629                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
630        <strong>Parameters:</strong>
631        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
632        <strong>Returns:</strong>
633        <ul>
634            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
635        </ul>
636    </div>
637                </div>
638                        </div>
639        </td>
640        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
641    </tr>
642        <tr class="method-row inherited expandable">
643        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
644        <td class="sig">
645        <a id="Ext.grid.PropertyColumnModel-isCellEditable"></a>
646            <b>isCellEditable</b>(&nbsp;<code>Number colIndex</code>, <code>Number rowIndex</code>&nbsp;) : Boolean            <div class="mdesc">
647                        <div class="short">Returns true if the cell is editable.</div>
648            <div class="long">
649                Returns true if the cell is editable.    <div class="mdetail-params">
650        <strong>Parameters:</strong>
651        <ul><li><code>colIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>rowIndex</code> : Number<div class="sub-desc">The row index</div></li>        </ul>
652        <strong>Returns:</strong>
653        <ul>
654            <li><code>Boolean</code></li>
655        </ul>
656    </div>
657                </div>
658                        </div>
659        </td>
660        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isCellEditable" href="output/Ext.grid.ColumnModel.html#isCellEditable">ColumnModel</a></td>
661    </tr>
662        <tr class="method-row inherited alt expandable">
663        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
664        <td class="sig">
665        <a id="Ext.grid.PropertyColumnModel-isFixed"></a>
666            <b>isFixed</b>() : void            <div class="mdesc">
667                        <div class="short">Returns true if the column width cannot be changed</div>
668            <div class="long">
669                Returns true if the column width cannot be changed    <div class="mdetail-params">
670        <strong>Parameters:</strong>
671        <ul><li>None.</li>        </ul>
672        <strong>Returns:</strong>
673        <ul>
674            <li><code>void</code></li>
675        </ul>
676    </div>
677                </div>
678                        </div>
679        </td>
680        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isFixed" href="output/Ext.grid.ColumnModel.html#isFixed">ColumnModel</a></td>
681    </tr>
682        <tr class="method-row inherited expandable">
683        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
684        <td class="sig">
685        <a id="Ext.grid.PropertyColumnModel-isHidden"></a>
686            <b>isHidden</b>(&nbsp;<code>Number colIndex</code>&nbsp;) : Boolean            <div class="mdesc">
687                        <div class="short">Returns true if the column is hidden.</div>
688            <div class="long">
689                Returns true if the column is hidden.    <div class="mdetail-params">
690        <strong>Parameters:</strong>
691        <ul><li><code>colIndex</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
692        <strong>Returns:</strong>
693        <ul>
694            <li><code>Boolean</code></li>
695        </ul>
696    </div>
697                </div>
698                        </div>
699        </td>
700        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isHidden" href="output/Ext.grid.ColumnModel.html#isHidden">ColumnModel</a></td>
701    </tr>
702        <tr class="method-row inherited alt expandable">
703        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
704        <td class="sig">
705        <a id="Ext.grid.PropertyColumnModel-isMenuDisabled"></a>
706            <b>isMenuDisabled</b>(&nbsp;<code>Number col</code>&nbsp;) : Boolean            <div class="mdesc">
707                        <div class="short">Returns true if the specified column menu is disabled.</div>
708            <div class="long">
709                Returns true if the specified column menu is disabled.    <div class="mdetail-params">
710        <strong>Parameters:</strong>
711        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
712        <strong>Returns:</strong>
713        <ul>
714            <li><code>Boolean</code></li>
715        </ul>
716    </div>
717                </div>
718                        </div>
719        </td>
720        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isMenuDisabled" href="output/Ext.grid.ColumnModel.html#isMenuDisabled">ColumnModel</a></td>
721    </tr>
722        <tr class="method-row inherited expandable">
723        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
724        <td class="sig">
725        <a id="Ext.grid.PropertyColumnModel-isResizable"></a>
726            <b>isResizable</b>() : Boolean            <div class="mdesc">
727                        <div class="short">Returns true if the column can be resized</div>
728            <div class="long">
729                Returns true if the column can be resized    <div class="mdetail-params">
730        <strong>Parameters:</strong>
731        <ul><li>None.</li>        </ul>
732        <strong>Returns:</strong>
733        <ul>
734            <li><code>Boolean</code></li>
735        </ul>
736    </div>
737                </div>
738                        </div>
739        </td>
740        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isResizable" href="output/Ext.grid.ColumnModel.html#isResizable">ColumnModel</a></td>
741    </tr>
742        <tr class="method-row inherited alt expandable">
743        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
744        <td class="sig">
745        <a id="Ext.grid.PropertyColumnModel-isSortable"></a>
746            <b>isSortable</b>(&nbsp;<code>Number col</code>&nbsp;) : Boolean            <div class="mdesc">
747                        <div class="short">Returns true if the specified column is sortable.</div>
748            <div class="long">
749                Returns true if the specified column is sortable.    <div class="mdetail-params">
750        <strong>Parameters:</strong>
751        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li>        </ul>
752        <strong>Returns:</strong>
753        <ul>
754            <li><code>Boolean</code></li>
755        </ul>
756    </div>
757                </div>
758                        </div>
759        </td>
760        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#isSortable" href="output/Ext.grid.ColumnModel.html#isSortable">ColumnModel</a></td>
761    </tr>
762        <tr class="method-row inherited expandable">
763        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
764        <td class="sig">
765        <a id="Ext.grid.PropertyColumnModel-moveColumn"></a>
766            <b>moveColumn</b>(&nbsp;<code>Number oldIndex</code>, <code>Number newIndex</code>&nbsp;) : void            <div class="mdesc">
767                        <div class="short">Moves a column from one position to another.</div>
768            <div class="long">
769                Moves a column from one position to another.    <div class="mdetail-params">
770        <strong>Parameters:</strong>
771        <ul><li><code>oldIndex</code> : Number<div class="sub-desc">The index of the column to move.</div></li><li><code>newIndex</code> : Number<div class="sub-desc">The position at which to reinsert the coolumn.</div></li>        </ul>
772        <strong>Returns:</strong>
773        <ul>
774            <li><code>void</code></li>
775        </ul>
776    </div>
777                </div>
778                        </div>
779        </td>
780        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#moveColumn" href="output/Ext.grid.ColumnModel.html#moveColumn">ColumnModel</a></td>
781    </tr>
782        <tr class="method-row inherited alt expandable">
783        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
784        <td class="sig">
785        <a id="Ext.grid.PropertyColumnModel-on"></a>
786            <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">
787                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
788            <div class="long">
789                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
790        <strong>Parameters:</strong>
791        <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
792function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
793        <strong>Returns:</strong>
794        <ul>
795            <li><code>void</code></li>
796        </ul>
797    </div>
798                </div>
799                        </div>
800        </td>
801        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
802    </tr>
803        <tr class="method-row inherited expandable">
804        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
805        <td class="sig">
806        <a id="Ext.grid.PropertyColumnModel-purgeListeners"></a>
807            <b>purgeListeners</b>() : void            <div class="mdesc">
808                        <div class="short">Removes all listeners for this object</div>
809            <div class="long">
810                Removes all listeners for this object    <div class="mdetail-params">
811        <strong>Parameters:</strong>
812        <ul><li>None.</li>        </ul>
813        <strong>Returns:</strong>
814        <ul>
815            <li><code>void</code></li>
816        </ul>
817    </div>
818                </div>
819                        </div>
820        </td>
821        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
822    </tr>
823        <tr class="method-row inherited alt expandable">
824        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
825        <td class="sig">
826        <a id="Ext.grid.PropertyColumnModel-relayEvents"></a>
827            <b>relayEvents</b>(&nbsp;<code>Object o</code>, <code>Array events</code>&nbsp;) : void            <div class="mdesc">
828                        <div class="short">Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.</div>
829            <div class="long">
830                Relays selected events from the specified Observable as if the events were fired by <tt><b>this</b></tt>.    <div class="mdetail-params">
831        <strong>Parameters:</strong>
832        <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>
833        <strong>Returns:</strong>
834        <ul>
835            <li><code>void</code></li>
836        </ul>
837    </div>
838                </div>
839                        </div>
840        </td>
841        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#relayEvents" href="output/Ext.util.Observable.html#relayEvents">Observable</a></td>
842    </tr>
843        <tr class="method-row inherited expandable">
844        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
845        <td class="sig">
846        <a id="Ext.grid.PropertyColumnModel-removeListener"></a>
847            <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">
848                        <div class="short">Removes a listener</div>
849            <div class="long">
850                Removes a listener    <div class="mdetail-params">
851        <strong>Parameters:</strong>
852        <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>
853        <strong>Returns:</strong>
854        <ul>
855            <li><code>void</code></li>
856        </ul>
857    </div>
858                </div>
859                        </div>
860        </td>
861        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
862    </tr>
863        <tr class="method-row inherited alt expandable">
864        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
865        <td class="sig">
866        <a id="Ext.grid.PropertyColumnModel-resumeEvents"></a>
867            <b>resumeEvents</b>() : void            <div class="mdesc">
868                        <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>
869            <div class="long">
870                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">
871        <strong>Parameters:</strong>
872        <ul><li>None.</li>        </ul>
873        <strong>Returns:</strong>
874        <ul>
875            <li><code>void</code></li>
876        </ul>
877    </div>
878                </div>
879                        </div>
880        </td>
881        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
882    </tr>
883        <tr class="method-row inherited expandable">
884        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
885        <td class="sig">
886        <a id="Ext.grid.PropertyColumnModel-setColumnHeader"></a>
887            <b>setColumnHeader</b>(&nbsp;<code>Number col</code>, <code>String header</code>&nbsp;) : void            <div class="mdesc">
888                        <div class="short">Sets the header for a column.</div>
889            <div class="long">
890                Sets the header for a column.    <div class="mdetail-params">
891        <strong>Parameters:</strong>
892        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>header</code> : String<div class="sub-desc">The new header</div></li>        </ul>
893        <strong>Returns:</strong>
894        <ul>
895            <li><code>void</code></li>
896        </ul>
897    </div>
898                </div>
899                        </div>
900        </td>
901        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setColumnHeader" href="output/Ext.grid.ColumnModel.html#setColumnHeader">ColumnModel</a></td>
902    </tr>
903        <tr class="method-row inherited alt expandable">
904        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
905        <td class="sig">
906        <a id="Ext.grid.PropertyColumnModel-setColumnTooltip"></a>
907            <b>setColumnTooltip</b>(&nbsp;<code>Number col</code>, <code>String tooltip</code>&nbsp;) : void            <div class="mdesc">
908                        <div class="short">Sets the tooltip for a column.</div>
909            <div class="long">
910                Sets the tooltip for a column.    <div class="mdetail-params">
911        <strong>Parameters:</strong>
912        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>tooltip</code> : String<div class="sub-desc">The new tooltip</div></li>        </ul>
913        <strong>Returns:</strong>
914        <ul>
915            <li><code>void</code></li>
916        </ul>
917    </div>
918                </div>
919                        </div>
920        </td>
921        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setColumnTooltip" href="output/Ext.grid.ColumnModel.html#setColumnTooltip">ColumnModel</a></td>
922    </tr>
923        <tr class="method-row inherited expandable">
924        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
925        <td class="sig">
926        <a id="Ext.grid.PropertyColumnModel-setColumnWidth"></a>
927            <b>setColumnWidth</b>(&nbsp;<code>Number col</code>, <code>Number width</code>&nbsp;) : void            <div class="mdesc">
928                        <div class="short">Sets the width for a column.</div>
929            <div class="long">
930                Sets the width for a column.    <div class="mdetail-params">
931        <strong>Parameters:</strong>
932        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>width</code> : Number<div class="sub-desc">The new width</div></li>        </ul>
933        <strong>Returns:</strong>
934        <ul>
935            <li><code>void</code></li>
936        </ul>
937    </div>
938                </div>
939                        </div>
940        </td>
941        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setColumnWidth" href="output/Ext.grid.ColumnModel.html#setColumnWidth">ColumnModel</a></td>
942    </tr>
943        <tr class="method-row inherited alt expandable">
944        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
945        <td class="sig">
946        <a id="Ext.grid.PropertyColumnModel-setConfig"></a>
947            <b>setConfig</b>(&nbsp;<code>Array config</code>&nbsp;) : void            <div class="mdesc">
948                        <div class="short">Reconfigures this column model according to the passed Array of column definition objects. For a description of
949the i...</div>
950            <div class="long">
951                <p>Reconfigures this column model according to the passed Array of column definition objects. For a description of
952the individual properties of a column definition object, see the <a href="#Ext.grid.ColumnModel-configs">Config Options</a>.</p>
953<p>Causes the <a ext:cls="Ext.grid.ColumnModel" ext:member="configchange" href="output/Ext.grid.ColumnModel.html#configchange">configchange</a> event to be fired. A <a ext:cls="Ext.grid.GridPanel" href="output/Ext.grid.GridPanel.html">GridPanel</a> using
954this ColumnModel will listen for this event and refresh its UI automatically.</p>    <div class="mdetail-params">
955        <strong>Parameters:</strong>
956        <ul><li><code>config</code> : Array<div class="sub-desc">Array of Column definition objects.</div></li>        </ul>
957        <strong>Returns:</strong>
958        <ul>
959            <li><code>void</code></li>
960        </ul>
961    </div>
962                </div>
963                        </div>
964        </td>
965        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setConfig" href="output/Ext.grid.ColumnModel.html#setConfig">ColumnModel</a></td>
966    </tr>
967        <tr class="method-row inherited expandable">
968        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
969        <td class="sig">
970        <a id="Ext.grid.PropertyColumnModel-setDataIndex"></a>
971            <b>setDataIndex</b>(&nbsp;<code>Number col</code>, <code>String dataIndex</code>&nbsp;) : void            <div class="mdesc">
972                        <div class="short">Sets the dataIndex for a column.</div>
973            <div class="long">
974                Sets the dataIndex for a column.    <div class="mdetail-params">
975        <strong>Parameters:</strong>
976        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>dataIndex</code> : String<div class="sub-desc">The new dataIndex</div></li>        </ul>
977        <strong>Returns:</strong>
978        <ul>
979            <li><code>void</code></li>
980        </ul>
981    </div>
982                </div>
983                        </div>
984        </td>
985        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setDataIndex" href="output/Ext.grid.ColumnModel.html#setDataIndex">ColumnModel</a></td>
986    </tr>
987        <tr class="method-row inherited alt expandable">
988        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
989        <td class="sig">
990        <a id="Ext.grid.PropertyColumnModel-setEditable"></a>
991            <b>setEditable</b>(&nbsp;<code>Number col</code>, <code>Boolean editable</code>&nbsp;) : void            <div class="mdesc">
992                        <div class="short">Sets if a column is editable.</div>
993            <div class="long">
994                Sets if a column is editable.    <div class="mdetail-params">
995        <strong>Parameters:</strong>
996        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>editable</code> : Boolean<div class="sub-desc">True if the column is editable</div></li>        </ul>
997        <strong>Returns:</strong>
998        <ul>
999            <li><code>void</code></li>
1000        </ul>
1001    </div>
1002                </div>
1003                        </div>
1004        </td>
1005        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setEditable" href="output/Ext.grid.ColumnModel.html#setEditable">ColumnModel</a></td>
1006    </tr>
1007        <tr class="method-row inherited expandable">
1008        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1009        <td class="sig">
1010        <a id="Ext.grid.PropertyColumnModel-setEditor"></a>
1011            <b>setEditor</b>(&nbsp;<code>Number col</code>, <code>Object editor</code>&nbsp;) : void            <div class="mdesc">
1012                        <div class="short">Sets the editor for a column.</div>
1013            <div class="long">
1014                Sets the editor for a column.    <div class="mdetail-params">
1015        <strong>Parameters:</strong>
1016        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>editor</code> : Object<div class="sub-desc">The editor object</div></li>        </ul>
1017        <strong>Returns:</strong>
1018        <ul>
1019            <li><code>void</code></li>
1020        </ul>
1021    </div>
1022                </div>
1023                        </div>
1024        </td>
1025        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setEditor" href="output/Ext.grid.ColumnModel.html#setEditor">ColumnModel</a></td>
1026    </tr>
1027        <tr class="method-row inherited alt expandable">
1028        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1029        <td class="sig">
1030        <a id="Ext.grid.PropertyColumnModel-setHidden"></a>
1031            <b>setHidden</b>(&nbsp;<code>Number colIndex</code>, <code>Boolean hidden</code>&nbsp;) : void            <div class="mdesc">
1032                        <div class="short">Sets if a column is hidden.</div>
1033            <div class="long">
1034                Sets if a column is hidden.    <div class="mdetail-params">
1035        <strong>Parameters:</strong>
1036        <ul><li><code>colIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>hidden</code> : Boolean<div class="sub-desc">True if the column is hidden</div></li>        </ul>
1037        <strong>Returns:</strong>
1038        <ul>
1039            <li><code>void</code></li>
1040        </ul>
1041    </div>
1042                </div>
1043                        </div>
1044        </td>
1045        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setHidden" href="output/Ext.grid.ColumnModel.html#setHidden">ColumnModel</a></td>
1046    </tr>
1047        <tr class="method-row inherited expandable">
1048        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1049        <td class="sig">
1050        <a id="Ext.grid.PropertyColumnModel-setRenderer"></a>
1051            <b>setRenderer</b>(&nbsp;<code>Number col</code>, <code>Function fn</code>&nbsp;) : void            <div class="mdesc">
1052                        <div class="short">Sets the rendering (formatting) function for a column.  See <a ext:cls="Ext.util.Format" href="output/Ext.util.Format.html">Ext.util.Format</a> for some
1053default formatting functions.</div>
1054            <div class="long">
1055                Sets the rendering (formatting) function for a column.  See <a ext:cls="Ext.util.Format" href="output/Ext.util.Format.html">Ext.util.Format</a> for some
1056default formatting functions.    <div class="mdetail-params">
1057        <strong>Parameters:</strong>
1058        <ul><li><code>col</code> : Number<div class="sub-desc">The column index</div></li><li><code>fn</code> : Function<div class="sub-desc">The function to use to process the cell's raw data
1059to return HTML markup for the grid view. The render function is called with
1060the following parameters:<ul>
1061<li><b>value</b> : Object<p class="sub-desc">The data value for the cell.</p></li>
1062<li><b>metadata</b> : Object<p class="sub-desc">An object in which you may set the following attributes:<ul>
1063<li><b>css</b> : String<p class="sub-desc">A CSS class name to add to the cell's TD element.</p></li>
1064<li><b>attr</b> : String<p class="sub-desc">An HTML attribute definition string to apply to the data container element <i>within</i> the table cell
1065(e.g. 'style="color:red;"').</p></li></ul></p></li>
1066<li><b>record</b> : Ext.data.record<p class="sub-desc">The <a ext:cls="Ext.data.Record" href="output/Ext.data.Record.html">Ext.data.Record</a> from which the data was extracted.</p></li>
1067<li><b>rowIndex</b> : Number<p class="sub-desc">Row index</p></li>
1068<li><b>colIndex</b> : Number<p class="sub-desc">Column index</p></li>
1069<li><b>store</b> : Ext.data.Store<p class="sub-desc">The <a ext:cls="Ext.data.Store" href="output/Ext.data.Store.html">Ext.data.Store</a> object from which the Record was extracted.</p></li></ul></div></li>        </ul>
1070        <strong>Returns:</strong>
1071        <ul>
1072            <li><code>void</code></li>
1073        </ul>
1074    </div>
1075                </div>
1076                        </div>
1077        </td>
1078        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#setRenderer" href="output/Ext.grid.ColumnModel.html#setRenderer">ColumnModel</a></td>
1079    </tr>
1080        <tr class="method-row inherited alt expandable">
1081        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1082        <td class="sig">
1083        <a id="Ext.grid.PropertyColumnModel-suspendEvents"></a>
1084            <b>suspendEvents</b>() : void            <div class="mdesc">
1085                        <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>
1086            <div class="long">
1087                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">
1088        <strong>Parameters:</strong>
1089        <ul><li>None.</li>        </ul>
1090        <strong>Returns:</strong>
1091        <ul>
1092            <li><code>void</code></li>
1093        </ul>
1094    </div>
1095                </div>
1096                        </div>
1097        </td>
1098        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1099    </tr>
1100        <tr class="method-row inherited expandable">
1101        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1102        <td class="sig">
1103        <a id="Ext.grid.PropertyColumnModel-un"></a>
1104            <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">
1105                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1106            <div class="long">
1107                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1108        <strong>Parameters:</strong>
1109        <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>
1110        <strong>Returns:</strong>
1111        <ul>
1112            <li><code>void</code></li>
1113        </ul>
1114    </div>
1115                </div>
1116                        </div>
1117        </td>
1118        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1119    </tr>
1120            </table>
1121                <a id="Ext.grid.PropertyColumnModel-events"></a>
1122        <h2>Public Events</h2>
1123                <table cellspacing="0" class="member-table">
1124            <tr>
1125                <th class="sig-header" colspan="2">Event</th>
1126                <th class="msource-header">Defined By</th>
1127            </tr>
1128                <tr class="event-row inherited expandable">
1129        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1130        <td class="sig">
1131        <a id="Ext.grid.PropertyColumnModel-columnmoved"></a>
1132            <b>columnmoved</b> : (&nbsp;<code>ColumnModel this</code>, <code>Number oldIndex</code>, <code>Number newIndex</code>&nbsp;)            <div class="mdesc">
1133                        <div class="short">Fires when a column is moved.</div>
1134            <div class="long">
1135                Fires when a column is moved.    <div class="mdetail-params">
1136        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1137        <ul><li><code>this</code> : ColumnModel<div class="sub-desc"></div></li><li><code>oldIndex</code> : Number<div class="sub-desc"></div></li><li><code>newIndex</code> : Number<div class="sub-desc"></div></li>        </ul>
1138    </div>
1139                </div>
1140                        </div>
1141        </td>
1142        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#event-columnmoved" href="output/Ext.grid.ColumnModel.html#event-columnmoved">ColumnModel</a></td>
1143    </tr>
1144        <tr class="event-row inherited alt expandable">
1145        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1146        <td class="sig">
1147        <a id="Ext.grid.PropertyColumnModel-configchange"></a>
1148            <b>configchange</b> : (&nbsp;<code>ColumnModel this</code>&nbsp;)            <div class="mdesc">
1149                        <div class="short">Fires when the configuration is changed</div>
1150            <div class="long">
1151                Fires when the configuration is changed    <div class="mdetail-params">
1152        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1153        <ul><li><code>this</code> : ColumnModel<div class="sub-desc"></div></li>        </ul>
1154    </div>
1155                </div>
1156                        </div>
1157        </td>
1158        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#event-configchange" href="output/Ext.grid.ColumnModel.html#event-configchange">ColumnModel</a></td>
1159    </tr>
1160        <tr class="event-row inherited expandable">
1161        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1162        <td class="sig">
1163        <a id="Ext.grid.PropertyColumnModel-headerchange"></a>
1164            <b>headerchange</b> : (&nbsp;<code>ColumnModel this</code>, <code>Number columnIndex</code>, <code>String newText</code>&nbsp;)            <div class="mdesc">
1165                        <div class="short">Fires when the text of a header changes.</div>
1166            <div class="long">
1167                Fires when the text of a header changes.    <div class="mdetail-params">
1168        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1169        <ul><li><code>this</code> : ColumnModel<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>newText</code> : String<div class="sub-desc">The new header text</div></li>        </ul>
1170    </div>
1171                </div>
1172                        </div>
1173        </td>
1174        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#event-headerchange" href="output/Ext.grid.ColumnModel.html#event-headerchange">ColumnModel</a></td>
1175    </tr>
1176        <tr class="event-row inherited alt expandable">
1177        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1178        <td class="sig">
1179        <a id="Ext.grid.PropertyColumnModel-hiddenchange"></a>
1180            <b>hiddenchange</b> : (&nbsp;<code>ColumnModel this</code>, <code>Number columnIndex</code>, <code>Boolean hidden</code>&nbsp;)            <div class="mdesc">
1181                        <div class="short">Fires when a column is hidden or "unhidden".</div>
1182            <div class="long">
1183                Fires when a column is hidden or "unhidden".    <div class="mdetail-params">
1184        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1185        <ul><li><code>this</code> : ColumnModel<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>hidden</code> : Boolean<div class="sub-desc">true if hidden, false otherwise</div></li>        </ul>
1186    </div>
1187                </div>
1188                        </div>
1189        </td>
1190        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#event-hiddenchange" href="output/Ext.grid.ColumnModel.html#event-hiddenchange">ColumnModel</a></td>
1191    </tr>
1192        <tr class="event-row inherited expandable">
1193        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1194        <td class="sig">
1195        <a id="Ext.grid.PropertyColumnModel-widthchange"></a>
1196            <b>widthchange</b> : (&nbsp;<code>ColumnModel this</code>, <code>Number columnIndex</code>, <code>Number newWidth</code>&nbsp;)            <div class="mdesc">
1197                        <div class="short">Fires when the width of a column changes.</div>
1198            <div class="long">
1199                Fires when the width of a column changes.    <div class="mdetail-params">
1200        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1201        <ul><li><code>this</code> : ColumnModel<div class="sub-desc"></div></li><li><code>columnIndex</code> : Number<div class="sub-desc">The column index</div></li><li><code>newWidth</code> : Number<div class="sub-desc">The new width</div></li>        </ul>
1202    </div>
1203                </div>
1204                        </div>
1205        </td>
1206        <td class="msource"><a ext:cls="Ext.grid.ColumnModel" ext:member="#event-widthchange" href="output/Ext.grid.ColumnModel.html#event-widthchange">ColumnModel</a></td>
1207    </tr>
1208            </table>
1209       
1210        </div>
Note: See TracBrowser for help on using the repository browser.