Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.selection.CheckboxModel.js
1 Ext.data.JsonP.Ext_selection_CheckboxModel({
2   "tagname": "class",
3   "name": "Ext.selection.CheckboxModel",
4   "doc": "<p>A selection model that renders a column of checkboxes that can be toggled to\nselect or deselect rows. The default mode for this selection model is MULTI.</p>\n\n<p>The selection model will inject a header for the checkboxes in the first view\nand according to the 'injectCheckbox' configuration.</p>\n",
5   "extends": "Ext.selection.RowModel",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "allowDeselect",
21       "member": "Ext.selection.Model",
22       "type": "Boolean",
23       "doc": "<p>Allow users to deselect a record in a DataView, List or Grid. Only applicable when the SelectionModel's mode is 'SINGLE'. Defaults to false.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
26       "linenr": 28,
27       "html_filename": "Model2.html",
28       "href": "Model2.html#Ext-selection-Model-cfg-allowDeselect",
29       "shortDoc": "Allow users to deselect a record in a DataView, List or Grid. Only applicable when the SelectionModel's mode is 'SING..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "checkOnly",
34       "member": "Ext.selection.CheckboxModel",
35       "type": "Boolean",
36       "doc": "<p><tt>true</tt> if rows can only be selected by clicking on the\ncheckbox column (defaults to <tt>false</tt>).</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
39       "linenr": 32,
40       "html_filename": "CheckboxModel.html",
41       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-cfg-checkOnly"
42     },
43     {
44       "tagname": "cfg",
45       "name": "enableKeyNav",
46       "member": "Ext.selection.RowModel",
47       "type": "Boolean",
48       "doc": "<p>Turns on/off keyboard navigation within the grid. Defaults to true.</p>\n",
49       "private": false,
50       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/RowModel.js",
51       "linenr": 21,
52       "html_filename": "RowModel.html",
53       "href": "RowModel.html#Ext-selection-RowModel-cfg-enableKeyNav"
54     },
55     {
56       "tagname": "cfg",
57       "name": "injectCheckbox",
58       "member": "Ext.selection.CheckboxModel",
59       "type": "Mixed",
60       "doc": "<p>Instructs the SelectionModel whether or not to inject the checkbox header\nautomatically or not. (Note: By not placing the checkbox in manually, the\ngrid view will need to be rendered 2x on initial render.)\nSupported values are a Number index, false and the strings 'first' and 'last'.\nDefault is 0.</p>\n",
61       "private": false,
62       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
63       "linenr": 22,
64       "html_filename": "CheckboxModel.html",
65       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-cfg-injectCheckbox",
66       "shortDoc": "Instructs the SelectionModel whether or not to inject the checkbox header\nautomatically or not. (Note: By not placing..."
67     },
68     {
69       "tagname": "cfg",
70       "name": "listeners",
71       "member": "Ext.util.Observable",
72       "type": "Object",
73       "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
74       "private": false,
75       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
76       "linenr": 103,
77       "html_filename": "Observable.html",
78       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
79       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
80     },
81     {
82       "tagname": "cfg",
83       "name": "mode",
84       "member": "Ext.selection.CheckboxModel",
85       "type": "String",
86       "doc": "<p>Modes of selection.\nValid values are SINGLE, SIMPLE, and MULTI. Defaults to 'MULTI'</p>\n",
87       "private": false,
88       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
89       "linenr": 15,
90       "html_filename": "CheckboxModel.html",
91       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-cfg-mode"
92     }
93   ],
94   "method": [
95     {
96       "tagname": "method",
97       "name": "addEvents",
98       "member": "Ext.util.Observable",
99       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
100       "params": [
101         {
102           "type": "Object/String",
103           "name": "o",
104           "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
105           "optional": false
106         },
107         {
108           "type": "String",
109           "name": "",
110           "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
111           "optional": false
112         }
113       ],
114       "return": {
115         "type": "void",
116         "doc": "\n"
117       },
118       "private": false,
119       "static": false,
120       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
121       "linenr": 452,
122       "html_filename": "Observable.html",
123       "href": "Observable.html#Ext-util-Observable-method-addEvents",
124       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
125     },
126     {
127       "tagname": "method",
128       "name": "addListener",
129       "member": "Ext.util.Observable",
130       "doc": "<p>Appends an event handler to this object.</p>\n",
131       "params": [
132         {
133           "type": "String",
134           "name": "eventName",
135           "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
136           "optional": false
137         },
138         {
139           "type": "Function",
140           "name": "handler",
141           "doc": "<p>The method the event invokes.</p>\n",
142           "optional": false
143         },
144         {
145           "type": "Object",
146           "name": "scope",
147           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
148           "optional": true
149         },
150         {
151           "type": "Object",
152           "name": "options",
153           "doc": "<p>(optional) An object containing handler configuration.\nproperties. This may contain any of the following properties:<ul>\n<li><b>scope</b> : Object<div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></div></li>\n<li><b>delay</b> : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> : Number<div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
154           "optional": true
155         }
156       ],
157       "return": {
158         "type": "void",
159         "doc": "\n"
160       },
161       "private": false,
162       "static": false,
163       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
164       "linenr": 271,
165       "html_filename": "Observable.html",
166       "href": "Observable.html#Ext-util-Observable-method-addListener",
167       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
168     },
169     {
170       "tagname": "method",
171       "name": "addManagedListener",
172       "member": "Ext.util.Observable",
173       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
174       "params": [
175         {
176           "type": "Observable/Element",
177           "name": "item",
178           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
179           "optional": false
180         },
181         {
182           "type": "Object/String",
183           "name": "ename",
184           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
185           "optional": false
186         },
187         {
188           "type": "Function",
189           "name": "fn",
190           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
191           "optional": false
192         },
193         {
194           "type": "Object",
195           "name": "scope",
196           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
197           "optional": false
198         },
199         {
200           "type": "Object",
201           "name": "opt",
202           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
203           "optional": false
204         }
205       ],
206       "return": {
207         "type": "void",
208         "doc": "\n"
209       },
210       "private": false,
211       "static": false,
212       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
213       "linenr": 155,
214       "html_filename": "Observable.html",
215       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
216       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
217     },
218     {
219       "tagname": "method",
220       "name": "capture",
221       "member": "Ext.util.Observable",
222       "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
223       "params": [
224         {
225           "type": "Observable",
226           "name": "o",
227           "doc": "<p>The Observable to capture events from.</p>\n",
228           "optional": false
229         },
230         {
231           "type": "Function",
232           "name": "fn",
233           "doc": "<p>The function to call when an event is fired.</p>\n",
234           "optional": false
235         },
236         {
237           "type": "Object",
238           "name": "scope",
239           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
240           "optional": true
241         }
242       ],
243       "return": {
244         "type": "void",
245         "doc": "\n"
246       },
247       "private": false,
248       "static": true,
249       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
250       "linenr": 55,
251       "html_filename": "Observable.html",
252       "href": "Observable.html#Ext-util-Observable-method-capture",
253       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
254     },
255     {
256       "tagname": "method",
257       "name": "clearListeners",
258       "member": "Ext.util.Observable",
259       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
260       "params": [
261
262       ],
263       "return": {
264         "type": "void",
265         "doc": "\n"
266       },
267       "private": false,
268       "static": false,
269       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
270       "linenr": 383,
271       "html_filename": "Observable.html",
272       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
273       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
274     },
275     {
276       "tagname": "method",
277       "name": "clearManagedListeners",
278       "member": "Ext.util.Observable",
279       "doc": "<p>Removes all managed listeners for this object.</p>\n",
280       "params": [
281
282       ],
283       "return": {
284         "type": "void",
285         "doc": "\n"
286       },
287       "private": false,
288       "static": false,
289       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
290       "linenr": 412,
291       "html_filename": "Observable.html",
292       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
293       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
294     },
295     {
296       "tagname": "method",
297       "name": "deselect",
298       "member": "Ext.selection.Model",
299       "doc": "<p>Deselects a record instance by record instance or index.</p>\n",
300       "params": [
301         {
302           "type": "Ext.data.Model/Index",
303           "name": "records",
304           "doc": "<p>An array of records or an index</p>\n",
305           "optional": false
306         },
307         {
308           "type": "Boolean",
309           "name": "suppressEvent",
310           "doc": "<p>Set to false to not fire a deselect event</p>\n",
311           "optional": false
312         }
313       ],
314       "return": {
315         "type": "void",
316         "doc": "\n"
317       },
318       "private": false,
319       "static": false,
320       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
321       "linenr": 262,
322       "html_filename": "Model2.html",
323       "href": "Model2.html#Ext-selection-Model-method-deselect",
324       "shortDoc": "<p>Deselects a record instance by record instance or index.</p>\n"
325     },
326     {
327       "tagname": "method",
328       "name": "deselectAll",
329       "member": "Ext.selection.Model",
330       "doc": "<p>Deselect all records in the view.</p>\n",
331       "params": [
332         {
333           "type": "Boolean",
334           "name": "suppressEvent",
335           "doc": "<p>True to suppress any deselect events</p>\n",
336           "optional": false
337         }
338       ],
339       "return": {
340         "type": "void",
341         "doc": "\n"
342       },
343       "private": false,
344       "static": false,
345       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
346       "linenr": 131,
347       "html_filename": "Model2.html",
348       "href": "Model2.html#Ext-selection-Model-method-deselectAll",
349       "shortDoc": "<p>Deselect all records in the view.</p>\n"
350     },
351     {
352       "tagname": "method",
353       "name": "enableBubble",
354       "member": "Ext.util.Observable",
355       "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
356       "params": [
357         {
358           "type": "String/Array",
359           "name": "events",
360           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
361           "optional": false
362         }
363       ],
364       "return": {
365         "type": "void",
366         "doc": "\n"
367       },
368       "private": false,
369       "static": false,
370       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
371       "linenr": 554,
372       "html_filename": "Observable.html",
373       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
374       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
375     },
376     {
377       "tagname": "method",
378       "name": "fireEvent",
379       "member": "Ext.util.Observable",
380       "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.selection.CheckboxModel-method-enableBubble\" rel=\"Ext.selection.CheckboxModel-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
381       "params": [
382         {
383           "type": "String",
384           "name": "eventName",
385           "doc": "<p>The name of the event to fire.</p>\n",
386           "optional": false
387         },
388         {
389           "type": "Object...",
390           "name": "args",
391           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
392           "optional": false
393         }
394       ],
395       "return": {
396         "type": "Boolean",
397         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
398       },
399       "private": false,
400       "static": false,
401       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
402       "linenr": 232,
403       "html_filename": "Observable.html",
404       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
405       "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
406     },
407     {
408       "tagname": "method",
409       "name": "getHeaderConfig",
410       "member": "Ext.selection.CheckboxModel",
411       "doc": "<p>Retrieve a configuration to be used in a HeaderContainer.\nThis should be used when injectCheckbox is set to false.</p>\n",
412       "params": [
413
414       ],
415       "return": {
416         "type": "void",
417         "doc": "\n"
418       },
419       "private": false,
420       "static": false,
421       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
422       "linenr": 96,
423       "html_filename": "CheckboxModel.html",
424       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-method-getHeaderConfig",
425       "shortDoc": "<p>Retrieve a configuration to be used in a HeaderContainer.\nThis should be used when injectCheckbox is set to false.</p>\n"
426     },
427     {
428       "tagname": "method",
429       "name": "getLastSelected",
430       "member": "Ext.selection.Model",
431       "doc": "<p>Returns the last selected record.</p>\n",
432       "params": [
433
434       ],
435       "return": {
436         "type": "void",
437         "doc": "\n"
438       },
439       "private": false,
440       "static": false,
441       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
442       "linenr": 410,
443       "html_filename": "Model2.html",
444       "href": "Model2.html#Ext-selection-Model-method-getLastSelected",
445       "shortDoc": "<p>Returns the last selected record.</p>\n"
446     },
447     {
448       "tagname": "method",
449       "name": "getSelection",
450       "member": "Ext.selection.Model",
451       "doc": "<p>Returns an array of the currently selected records.</p>\n",
452       "params": [
453
454       ],
455       "return": {
456         "type": "void",
457         "doc": "\n"
458       },
459       "private": false,
460       "static": false,
461       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
462       "linenr": 421,
463       "html_filename": "Model2.html",
464       "href": "Model2.html#Ext-selection-Model-method-getSelection",
465       "shortDoc": "<p>Returns an array of the currently selected records.</p>\n"
466     },
467     {
468       "tagname": "method",
469       "name": "getSelectionMode",
470       "member": "Ext.selection.Model",
471       "doc": "<p>Returns the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n",
472       "params": [
473
474       ],
475       "return": {
476         "type": "void",
477         "doc": "\n"
478       },
479       "private": false,
480       "static": false,
481       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
482       "linenr": 428,
483       "html_filename": "Model2.html",
484       "href": "Model2.html#Ext-selection-Model-method-getSelectionMode",
485       "shortDoc": "<p>Returns the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n"
486     },
487     {
488       "tagname": "method",
489       "name": "hasListener",
490       "member": "Ext.util.Observable",
491       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
492       "params": [
493         {
494           "type": "String",
495           "name": "eventName",
496           "doc": "<p>The name of the event to check for</p>\n",
497           "optional": false
498         }
499       ],
500       "return": {
501         "type": "Boolean",
502         "doc": "<p>True if the event is being listened for, else false</p>\n"
503       },
504       "private": false,
505       "static": false,
506       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
507       "linenr": 480,
508       "html_filename": "Observable.html",
509       "href": "Observable.html#Ext-util-Observable-method-hasListener",
510       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
511     },
512     {
513       "tagname": "method",
514       "name": "hasSelection",
515       "member": "Ext.selection.Model",
516       "doc": "<p>Returns true if there is a selected record.</p>\n",
517       "params": [
518
519       ],
520       "return": {
521         "type": "Boolean",
522         "doc": "\n"
523       },
524       "private": false,
525       "static": false,
526       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
527       "linenr": 472,
528       "html_filename": "Model2.html",
529       "href": "Model2.html#Ext-selection-Model-method-hasSelection",
530       "shortDoc": "<p>Returns true if there is a selected record.</p>\n"
531     },
532     {
533       "tagname": "method",
534       "name": "isFocused",
535       "member": "Ext.selection.Model",
536       "doc": "<p>Determines if this record is currently focused.</p>\n",
537       "params": [
538         {
539           "type": "Object",
540           "name": "Ext",
541           "doc": "<p>.data.Record record</p>\n",
542           "optional": false
543         }
544       ],
545       "return": {
546         "type": "void",
547         "doc": "\n"
548       },
549       "private": false,
550       "static": false,
551       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
552       "linenr": 392,
553       "html_filename": "Model2.html",
554       "href": "Model2.html#Ext-selection-Model-method-isFocused",
555       "shortDoc": "<p>Determines if this record is currently focused.</p>\n"
556     },
557     {
558       "tagname": "method",
559       "name": "isLocked",
560       "member": "Ext.selection.Model",
561       "doc": "<p>Returns true if the selections are locked.</p>\n",
562       "params": [
563
564       ],
565       "return": {
566         "type": "Boolean",
567         "doc": "\n"
568       },
569       "private": false,
570       "static": false,
571       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
572       "linenr": 445,
573       "html_filename": "Model2.html",
574       "href": "Model2.html#Ext-selection-Model-method-isLocked",
575       "shortDoc": "<p>Returns true if the selections are locked.</p>\n"
576     },
577     {
578       "tagname": "method",
579       "name": "isSelected",
580       "member": "Ext.selection.Model",
581       "doc": "<p>Returns <tt>true</tt> if the specified row is selected.</p>\n",
582       "params": [
583         {
584           "type": "Record/Number",
585           "name": "record",
586           "doc": "<p>The record or index of the record to check</p>\n",
587           "optional": false
588         }
589       ],
590       "return": {
591         "type": "Boolean",
592         "doc": "\n"
593       },
594       "private": false,
595       "static": false,
596       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
597       "linenr": 462,
598       "html_filename": "Model2.html",
599       "href": "Model2.html#Ext-selection-Model-method-isSelected",
600       "shortDoc": "<p>Returns <tt>true</tt> if the specified row is selected.</p>\n"
601     },
602     {
603       "tagname": "method",
604       "name": "observe",
605       "member": "Ext.util.Observable",
606       "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
607       "params": [
608         {
609           "type": "Function",
610           "name": "c",
611           "doc": "<p>The class constructor to make observable.</p>\n",
612           "optional": false
613         },
614         {
615           "type": "Object",
616           "name": "listeners",
617           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
618           "optional": false
619         }
620       ],
621       "return": {
622         "type": "void",
623         "doc": "\n"
624       },
625       "private": false,
626       "static": true,
627       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
628       "linenr": 69,
629       "html_filename": "Observable.html",
630       "href": "Observable.html#Ext-util-Observable-method-observe",
631       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
632     },
633     {
634       "tagname": "method",
635       "name": "on",
636       "member": "Ext.util.Observable",
637       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
638       "params": [
639         {
640           "type": "String",
641           "name": "eventName",
642           "doc": "<p>The type of event to listen for</p>\n",
643           "optional": false
644         },
645         {
646           "type": "Function",
647           "name": "handler",
648           "doc": "<p>The method the event invokes</p>\n",
649           "optional": false
650         },
651         {
652           "type": "Object",
653           "name": "scope",
654           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
655           "optional": true
656         },
657         {
658           "type": "Object",
659           "name": "options",
660           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
661           "optional": true
662         }
663       ],
664       "return": {
665         "type": "void",
666         "doc": "\n"
667       },
668       "private": false,
669       "static": false,
670       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
671       "linenr": 616,
672       "html_filename": "Observable.html",
673       "href": "Observable.html#Ext-util-Observable-method-on",
674       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
675     },
676     {
677       "tagname": "method",
678       "name": "onHeaderClick",
679       "member": "Ext.selection.CheckboxModel",
680       "doc": "<p>Toggle between selecting all and deselecting all when clicking on\na checkbox header.</p>\n",
681       "params": [
682         {
683           "type": "Object",
684           "name": "headerCt",
685           "doc": "\n",
686           "optional": false
687         },
688         {
689           "type": "Object",
690           "name": "header",
691           "doc": "\n",
692           "optional": false
693         },
694         {
695           "type": "Object",
696           "name": "e",
697           "doc": "\n",
698           "optional": false
699         }
700       ],
701       "return": {
702         "type": "void",
703         "doc": "\n"
704       },
705       "private": false,
706       "static": false,
707       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
708       "linenr": 78,
709       "html_filename": "CheckboxModel.html",
710       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-method-onHeaderClick",
711       "shortDoc": "<p>Toggle between selecting all and deselecting all when clicking on\na checkbox header.</p>\n"
712     },
713     {
714       "tagname": "method",
715       "name": "relayEvents",
716       "member": "Ext.util.Observable",
717       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
718       "params": [
719         {
720           "type": "Object",
721           "name": "origin",
722           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
723           "optional": false
724         },
725         {
726           "type": "Array",
727           "name": "events",
728           "doc": "<p>Array of event names to relay.</p>\n",
729           "optional": false
730         },
731         {
732           "type": "Object",
733           "name": "prefix",
734           "doc": "\n",
735           "optional": false
736         }
737       ],
738       "return": {
739         "type": "void",
740         "doc": "\n"
741       },
742       "private": false,
743       "static": false,
744       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
745       "linenr": 520,
746       "html_filename": "Observable.html",
747       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
748       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
749     },
750     {
751       "tagname": "method",
752       "name": "releaseCapture",
753       "member": "Ext.util.Observable",
754       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
755       "params": [
756         {
757           "type": "Observable",
758           "name": "o",
759           "doc": "<p>The Observable to release</p>\n",
760           "optional": false
761         }
762       ],
763       "return": {
764         "type": "void",
765         "doc": "\n"
766       },
767       "private": false,
768       "static": true,
769       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
770       "linenr": 46,
771       "html_filename": "Observable.html",
772       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
773       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
774     },
775     {
776       "tagname": "method",
777       "name": "removeListener",
778       "member": "Ext.util.Observable",
779       "doc": "<p>Removes an event handler.</p>\n",
780       "params": [
781         {
782           "type": "String",
783           "name": "eventName",
784           "doc": "<p>The type of event the handler was associated with.</p>\n",
785           "optional": false
786         },
787         {
788           "type": "Function",
789           "name": "handler",
790           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
791           "optional": false
792         },
793         {
794           "type": "Object",
795           "name": "scope",
796           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
797           "optional": true
798         }
799       ],
800       "return": {
801         "type": "void",
802         "doc": "\n"
803       },
804       "private": false,
805       "static": false,
806       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
807       "linenr": 352,
808       "html_filename": "Observable.html",
809       "href": "Observable.html#Ext-util-Observable-method-removeListener",
810       "shortDoc": "<p>Removes an event handler.</p>\n"
811     },
812     {
813       "tagname": "method",
814       "name": "removeManagedListener",
815       "member": "Ext.util.Observable",
816       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.selection.CheckboxModel--mon\" rel=\"Ext.selection.CheckboxModel--mon\" class=\"docClass\">mon</a> method.</p>\n",
817       "params": [
818         {
819           "type": "Observable|Element",
820           "name": "item",
821           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
822           "optional": false
823         },
824         {
825           "type": "Object|String",
826           "name": "ename",
827           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
828           "optional": false
829         },
830         {
831           "type": "Function",
832           "name": "fn",
833           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
834           "optional": false
835         },
836         {
837           "type": "Object",
838           "name": "scope",
839           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
840           "optional": false
841         }
842       ],
843       "return": {
844         "type": "void",
845         "doc": "\n"
846       },
847       "private": false,
848       "static": false,
849       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
850       "linenr": 196,
851       "html_filename": "Observable.html",
852       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
853       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.selection.CheckboxModel--mon\" rel=\"Ext.selection.CheckboxModel--mon\" class=\"docClass\">mon</a> method.</p>\n"
854     },
855     {
856       "tagname": "method",
857       "name": "renderer",
858       "member": "Ext.selection.CheckboxModel",
859       "doc": "<p>Generates the HTML to be rendered in the injected checkbox column for each row.\nCreates the standard checkbox markup by default; can be overridden to provide custom rendering.\nSee <a href=\"#/api/Ext.grid.column.Column-cfg-renderer\" rel=\"Ext.grid.column.Column-cfg-renderer\" class=\"docClass\">Ext.grid.column.Column.renderer</a> for description of allowed parameters.</p>\n",
860       "params": [
861         {
862           "type": "Object",
863           "name": "value",
864           "doc": "\n",
865           "optional": false
866         },
867         {
868           "type": "Object",
869           "name": "metaData",
870           "doc": "\n",
871           "optional": false
872         },
873         {
874           "type": "Object",
875           "name": "record",
876           "doc": "\n",
877           "optional": false
878         },
879         {
880           "type": "Object",
881           "name": "rowIndex",
882           "doc": "\n",
883           "optional": false
884         },
885         {
886           "type": "Object",
887           "name": "colIndex",
888           "doc": "\n",
889           "optional": false
890         },
891         {
892           "type": "Object",
893           "name": "store",
894           "doc": "\n",
895           "optional": false
896         },
897         {
898           "type": "Object",
899           "name": "view",
900           "doc": "\n",
901           "optional": false
902         }
903       ],
904       "return": {
905         "type": "void",
906         "doc": "\n"
907       },
908       "private": false,
909       "static": false,
910       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
911       "linenr": 115,
912       "html_filename": "CheckboxModel.html",
913       "href": "CheckboxModel.html#Ext-selection-CheckboxModel-method-renderer",
914       "shortDoc": "Generates the HTML to be rendered in the injected checkbox column for each row.\nCreates the standard checkbox markup ..."
915     },
916     {
917       "tagname": "method",
918       "name": "resumeEvents",
919       "member": "Ext.util.Observable",
920       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.selection.CheckboxModel-method-suspendEvents\" rel=\"Ext.selection.CheckboxModel-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
921       "params": [
922
923       ],
924       "return": {
925         "type": "void",
926         "doc": "\n"
927       },
928       "private": false,
929       "static": false,
930       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
931       "linenr": 502,
932       "html_filename": "Observable.html",
933       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
934       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
935     },
936     {
937       "tagname": "method",
938       "name": "select",
939       "member": "Ext.selection.Model",
940       "doc": "<p>Selects a record instance by record instance or index.</p>\n",
941       "params": [
942         {
943           "type": "Ext.data.Model/Index",
944           "name": "records",
945           "doc": "<p>An array of records or an index</p>\n",
946           "optional": false
947         },
948         {
949           "type": "Boolean",
950           "name": "keepExisting",
951           "doc": "\n",
952           "optional": false
953         },
954         {
955           "type": "Boolean",
956           "name": "suppressEvent",
957           "doc": "<p>Set to false to not fire a select event</p>\n",
958           "optional": false
959         }
960       ],
961       "return": {
962         "type": "void",
963         "doc": "\n"
964       },
965       "private": false,
966       "static": false,
967       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
968       "linenr": 252,
969       "html_filename": "Model2.html",
970       "href": "Model2.html#Ext-selection-Model-method-select",
971       "shortDoc": "<p>Selects a record instance by record instance or index.</p>\n"
972     },
973     {
974       "tagname": "method",
975       "name": "selectAll",
976       "member": "Ext.selection.Model",
977       "doc": "<p>Select all records in the view.</p>\n",
978       "params": [
979         {
980           "type": "Boolean",
981           "name": "suppressEvent",
982           "doc": "<p>True to suppress any selects event</p>\n",
983           "optional": false
984         }
985       ],
986       "return": {
987         "type": "void",
988         "doc": "\n"
989       },
990       "private": false,
991       "static": false,
992       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
993       "linenr": 111,
994       "html_filename": "Model2.html",
995       "href": "Model2.html#Ext-selection-Model-method-selectAll",
996       "shortDoc": "<p>Select all records in the view.</p>\n"
997     },
998     {
999       "tagname": "method",
1000       "name": "selectRange",
1001       "member": "Ext.selection.Model",
1002       "doc": "<p>Selects a range of rows if the selection model <a href=\"#/api/Ext.selection.CheckboxModel-method-isLocked\" rel=\"Ext.selection.CheckboxModel-method-isLocked\" class=\"docClass\">is not locked</a>.\nAll rows in between startRow and endRow are also selected.</p>\n",
1003       "params": [
1004         {
1005           "type": "Ext.data.Model/Number",
1006           "name": "startRow",
1007           "doc": "<p>The record or index of the first row in the range</p>\n",
1008           "optional": false
1009         },
1010         {
1011           "type": "Ext.data.Model/Number",
1012           "name": "endRow",
1013           "doc": "<p>The record or index of the last row in the range</p>\n",
1014           "optional": false
1015         },
1016         {
1017           "type": "Boolean",
1018           "name": "keepExisting",
1019           "doc": "<p>(optional) True to retain existing selections</p>\n",
1020           "optional": true
1021         },
1022         {
1023           "type": "Object",
1024           "name": "dir",
1025           "doc": "\n",
1026           "optional": false
1027         }
1028       ],
1029       "return": {
1030         "type": "void",
1031         "doc": "\n"
1032       },
1033       "private": false,
1034       "static": false,
1035       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1036       "linenr": 190,
1037       "html_filename": "Model2.html",
1038       "href": "Model2.html#Ext-selection-Model-method-selectRange",
1039       "shortDoc": "Selects a range of rows if the selection model is not locked.\nAll rows in between startRow and endRow are also select..."
1040     },
1041     {
1042       "tagname": "method",
1043       "name": "setLastFocused",
1044       "member": "Ext.selection.Model",
1045       "doc": "\n",
1046       "params": [
1047         {
1048           "type": "Ext.data.Model",
1049           "name": "record",
1050           "doc": "<p>Set a record as the last focused record. This does NOT mean\nthat the record has been selected.</p>\n",
1051           "optional": false
1052         },
1053         {
1054           "type": "Object",
1055           "name": "supressFocus",
1056           "doc": "\n",
1057           "optional": false
1058         }
1059       ],
1060       "return": {
1061         "type": "void",
1062         "doc": "\n"
1063       },
1064       "private": false,
1065       "static": false,
1066       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1067       "linenr": 380,
1068       "html_filename": "Model2.html",
1069       "href": "Model2.html#Ext-selection-Model-method-setLastFocused",
1070       "shortDoc": "\n"
1071     },
1072     {
1073       "tagname": "method",
1074       "name": "setLocked",
1075       "member": "Ext.selection.Model",
1076       "doc": "<p>Locks the current selection and disables any changes from\nhappening to the selection.</p>\n",
1077       "params": [
1078         {
1079           "type": "Boolean",
1080           "name": "locked",
1081           "doc": "\n",
1082           "optional": false
1083         }
1084       ],
1085       "return": {
1086         "type": "void",
1087         "doc": "\n"
1088       },
1089       "private": false,
1090       "static": false,
1091       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1092       "linenr": 453,
1093       "html_filename": "Model2.html",
1094       "href": "Model2.html#Ext-selection-Model-method-setLocked",
1095       "shortDoc": "<p>Locks the current selection and disables any changes from\nhappening to the selection.</p>\n"
1096     },
1097     {
1098       "tagname": "method",
1099       "name": "setSelectionMode",
1100       "member": "Ext.selection.Model",
1101       "doc": "<p>Sets the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n",
1102       "params": [
1103         {
1104           "type": "Object",
1105           "name": "selMode",
1106           "doc": "\n",
1107           "optional": false
1108         }
1109       ],
1110       "return": {
1111         "type": "void",
1112         "doc": "\n"
1113       },
1114       "private": false,
1115       "static": false,
1116       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1117       "linenr": 435,
1118       "html_filename": "Model2.html",
1119       "href": "Model2.html#Ext-selection-Model-method-setSelectionMode",
1120       "shortDoc": "<p>Sets the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n"
1121     },
1122     {
1123       "tagname": "method",
1124       "name": "suspendEvents",
1125       "member": "Ext.util.Observable",
1126       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.selection.CheckboxModel-method-resumeEvents\" rel=\"Ext.selection.CheckboxModel-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1127       "params": [
1128         {
1129           "type": "Boolean",
1130           "name": "queueSuspended",
1131           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.selection.CheckboxModel-method-resumeEvents\" rel=\"Ext.selection.CheckboxModel-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
1132           "optional": false
1133         }
1134       ],
1135       "return": {
1136         "type": "void",
1137         "doc": "\n"
1138       },
1139       "private": false,
1140       "static": false,
1141       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1142       "linenr": 490,
1143       "html_filename": "Observable.html",
1144       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1145       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.selection.CheckboxModel-method-resumeEvents\" rel=\"Ext.selection.CheckboxModel-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
1146     },
1147     {
1148       "tagname": "method",
1149       "name": "un",
1150       "member": "Ext.util.Observable",
1151       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.selection.CheckboxModel-method-removeListener\" rel=\"Ext.selection.CheckboxModel-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
1152       "params": [
1153         {
1154           "type": "String",
1155           "name": "eventName",
1156           "doc": "<p>The type of event the handler was associated with.</p>\n",
1157           "optional": false
1158         },
1159         {
1160           "type": "Function",
1161           "name": "handler",
1162           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.selection.CheckboxModel-method-addListener\" rel=\"Ext.selection.CheckboxModel-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
1163           "optional": false
1164         },
1165         {
1166           "type": "Object",
1167           "name": "scope",
1168           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1169           "optional": true
1170         }
1171       ],
1172       "return": {
1173         "type": "void",
1174         "doc": "\n"
1175       },
1176       "private": false,
1177       "static": false,
1178       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1179       "linenr": 608,
1180       "html_filename": "Observable.html",
1181       "href": "Observable.html#Ext-util-Observable-method-un",
1182       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.selection.CheckboxModel-method-removeListener\" rel=\"Ext.selection.CheckboxModel-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
1183     }
1184   ],
1185   "property": [
1186     {
1187       "tagname": "property",
1188       "name": "selected",
1189       "member": "Ext.selection.Model",
1190       "type": "Object",
1191       "doc": "<p>READ-ONLY A MixedCollection that maintains all of the currently selected\nrecords.</p>\n",
1192       "private": false,
1193       "static": false,
1194       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1195       "linenr": 34,
1196       "html_filename": "Model2.html",
1197       "href": "Model2.html#Ext-selection-Model-property-selected"
1198     }
1199   ],
1200   "event": [
1201     {
1202       "tagname": "event",
1203       "name": "deselect",
1204       "member": "Ext.selection.RowModel",
1205       "doc": "<p>Fired after a record is deselected</p>\n",
1206       "params": [
1207         {
1208           "type": "Ext.selection.RowSelectionModel",
1209           "name": "this",
1210           "doc": "\n",
1211           "optional": false
1212         },
1213         {
1214           "type": "Ext.data.Model",
1215           "name": "record",
1216           "doc": "<p>The deselected record</p>\n",
1217           "optional": false
1218         },
1219         {
1220           "type": "Number",
1221           "name": "index",
1222           "doc": "<p>The row index deselected</p>\n",
1223           "optional": false
1224         }
1225       ],
1226       "private": false,
1227       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/RowModel.js",
1228       "linenr": 30,
1229       "html_filename": "RowModel.html",
1230       "href": "RowModel.html#Ext-selection-RowModel-event-deselect",
1231       "shortDoc": "<p>Fired after a record is deselected</p>\n"
1232     },
1233     {
1234       "tagname": "event",
1235       "name": "select",
1236       "member": "Ext.selection.RowModel",
1237       "doc": "<p>Fired after a record is selected</p>\n",
1238       "params": [
1239         {
1240           "type": "Ext.selection.RowSelectionModel",
1241           "name": "this",
1242           "doc": "\n",
1243           "optional": false
1244         },
1245         {
1246           "type": "Ext.data.Model",
1247           "name": "record",
1248           "doc": "<p>The selected record</p>\n",
1249           "optional": false
1250         },
1251         {
1252           "type": "Number",
1253           "name": "index",
1254           "doc": "<p>The row index selected</p>\n",
1255           "optional": false
1256         }
1257       ],
1258       "private": false,
1259       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/RowModel.js",
1260       "linenr": 39,
1261       "html_filename": "RowModel.html",
1262       "href": "RowModel.html#Ext-selection-RowModel-event-select",
1263       "shortDoc": "<p>Fired after a record is selected</p>\n"
1264     },
1265     {
1266       "tagname": "event",
1267       "name": "selectionchange",
1268       "member": "Ext.selection.Model",
1269       "doc": "<p>Fired after a selection change has occurred</p>\n",
1270       "params": [
1271         {
1272           "type": "Ext.selection.Model",
1273           "name": "this",
1274           "doc": "\n",
1275           "optional": false
1276         },
1277         {
1278           "type": "Array",
1279           "name": "selected",
1280           "doc": "<p>The selected records</p>\n",
1281           "optional": false
1282         }
1283       ],
1284       "private": false,
1285       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/selection/Model.js",
1286       "linenr": 57,
1287       "html_filename": "Model2.html",
1288       "href": "Model2.html#Ext-selection-Model-event-selectionchange",
1289       "shortDoc": "<p>Fired after a selection change has occurred</p>\n"
1290     }
1291   ],
1292   "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/selection/CheckboxModel.js",
1293   "linenr": 1,
1294   "html_filename": "CheckboxModel.html",
1295   "href": "CheckboxModel.html#Ext-selection-CheckboxModel",
1296   "cssVar": [
1297
1298   ],
1299   "cssMixin": [
1300
1301   ],
1302   "component": false,
1303   "superclasses": [
1304     "Ext.util.Observable",
1305     "Ext.selection.Model",
1306     "Ext.selection.RowModel"
1307   ],
1308   "subclasses": [
1309
1310   ],
1311   "mixedInto": [
1312
1313   ],
1314   "allMixins": [
1315
1316   ]
1317 });