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