Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.selection.RowModel.js
1 Ext.data.JsonP.Ext_selection_RowModel({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "Boolean",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "Model2.html#Ext-selection-Model-cfg-allowDeselect",
16         "shortDoc": "Allow users to deselect a record in a DataView, List or Grid. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
19         "private": false,
20         "name": "allowDeselect",
21         "owner": "Ext.selection.Model",
22         "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",
23         "linenr": 28,
24         "html_filename": "Model2.html"
25       },
26       {
27         "type": "Boolean",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "RowModel.html#Ext-selection-RowModel-cfg-enableKeyNav",
33         "shortDoc": "Turns on/off keyboard navigation within the grid. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
36         "private": false,
37         "name": "enableKeyNav",
38         "owner": "Ext.selection.RowModel",
39         "doc": "<p>Turns on/off keyboard navigation within the grid. Defaults to true.</p>\n",
40         "linenr": 21,
41         "html_filename": "RowModel.html"
42       },
43       {
44         "type": "Object",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
50         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
53         "private": false,
54         "name": "listeners",
55         "owner": "Ext.util.Observable",
56         "doc": "<p>A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the <a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple\nhandlers at once.</p>\n\n<p><strong>DOM events from ExtJS <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></strong></p>\n\n<p>While <em>some</em> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly 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 <strong><code><a href=\"#/api/Ext.view.View-event-itemclick\" rel=\"Ext.view.View-event-itemclick\" class=\"docClass\">itemclick</a></code></strong> event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the <code>element</code> option to identify the Component property to add a\nDOM 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",
57         "linenr": 102,
58         "html_filename": "Observable.html"
59       },
60       {
61         "type": "String",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "Model2.html#Ext-selection-Model-cfg-mode",
67         "shortDoc": "Modes of selection. ...",
68         "static": false,
69         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
70         "private": false,
71         "name": "mode",
72         "owner": "Ext.selection.Model",
73         "doc": "<p>Modes of selection.\nValid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE'</p>\n",
74         "linenr": 22,
75         "html_filename": "Model2.html"
76       }
77     ],
78     "method": [
79       {
80         "deprecated": null,
81         "alias": null,
82         "protected": false,
83         "tagname": "method",
84         "href": "Observable.html#Ext-util-Observable-method-addEvents",
85         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
86         "static": false,
87         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
88         "private": false,
89         "params": [
90           {
91             "type": "Object/String",
92             "optional": false,
93             "doc": "<p>Either an object with event names as properties with a value of <code>true</code> or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:</p>\n\n<pre><code>this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n</code></pre>\n",
94             "name": "o"
95           },
96           {
97             "type": "String...",
98             "optional": false,
99             "doc": "<p>Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n",
100             "name": "more"
101           }
102         ],
103         "name": "addEvents",
104         "owner": "Ext.util.Observable",
105         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
106         "linenr": 494,
107         "return": {
108           "type": "void",
109           "doc": "\n"
110         },
111         "html_filename": "Observable.html"
112       },
113       {
114         "deprecated": null,
115         "alias": null,
116         "protected": false,
117         "tagname": "method",
118         "href": "Observable.html#Ext-util-Observable-method-addListener",
119         "shortDoc": "Appends an event handler to this object. ...",
120         "static": false,
121         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
122         "private": false,
123         "params": [
124           {
125             "type": "String",
126             "optional": false,
127             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
128             "name": "eventName"
129           },
130           {
131             "type": "Function",
132             "optional": false,
133             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.selection.RowModel-method-fireEvent\" rel=\"Ext.selection.RowModel-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
134             "name": "handler"
135           },
136           {
137             "type": "Object",
138             "optional": true,
139             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
140             "name": "scope"
141           },
142           {
143             "type": "Object",
144             "optional": true,
145             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
146             "name": "options"
147           }
148         ],
149         "name": "addListener",
150         "owner": "Ext.util.Observable",
151         "doc": "<p>Appends an event handler to this object.</p>\n",
152         "linenr": 278,
153         "return": {
154           "type": "void",
155           "doc": "\n"
156         },
157         "html_filename": "Observable.html"
158       },
159       {
160         "deprecated": null,
161         "alias": null,
162         "protected": false,
163         "tagname": "method",
164         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
165         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
166         "static": false,
167         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
168         "private": false,
169         "params": [
170           {
171             "type": "Observable/Element",
172             "optional": false,
173             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
174             "name": "item"
175           },
176           {
177             "type": "Object/String",
178             "optional": false,
179             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
180             "name": "ename"
181           },
182           {
183             "type": "Function",
184             "optional": true,
185             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
186             "name": "fn"
187           },
188           {
189             "type": "Object",
190             "optional": true,
191             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
192             "name": "scope"
193           },
194           {
195             "type": "Object",
196             "optional": true,
197             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
198             "name": "opt"
199           }
200         ],
201         "name": "addManagedListener",
202         "owner": "Ext.util.Observable",
203         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
204         "linenr": 156,
205         "return": {
206           "type": "void",
207           "doc": "\n"
208         },
209         "html_filename": "Observable.html"
210       },
211       {
212         "deprecated": null,
213         "alias": null,
214         "protected": false,
215         "tagname": "method",
216         "href": "Base3.html#Ext-Base-method-addStatics",
217         "shortDoc": "Add / override static properties of this class. ...",
218         "static": true,
219         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
220         "private": false,
221         "params": [
222           {
223             "type": "Object",
224             "optional": false,
225             "doc": "\n",
226             "name": "members"
227           }
228         ],
229         "name": "addStatics",
230         "owner": "Ext.Base",
231         "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
232         "linenr": 388,
233         "return": {
234           "type": "Ext.Base",
235           "doc": "<p>this</p>\n"
236         },
237         "html_filename": "Base3.html"
238       },
239       {
240         "deprecated": null,
241         "alias": null,
242         "protected": false,
243         "tagname": "method",
244         "href": "Base3.html#Ext-Base-method-callOverridden",
245         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
246         "static": false,
247         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
248         "private": false,
249         "params": [
250           {
251             "type": "Array/Arguments",
252             "optional": false,
253             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
254             "name": "args"
255           }
256         ],
257         "name": "callOverridden",
258         "owner": "Ext.Base",
259         "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
260         "linenr": 269,
261         "return": {
262           "type": "Mixed",
263           "doc": "<p>Returns the result after calling the overridden method</p>\n"
264         },
265         "html_filename": "Base3.html"
266       },
267       {
268         "deprecated": null,
269         "alias": null,
270         "protected": true,
271         "tagname": "method",
272         "href": "Base3.html#Ext-Base-method-callParent",
273         "shortDoc": "Call the parent's overridden method. ...",
274         "static": false,
275         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
276         "private": false,
277         "params": [
278           {
279             "type": "Array/Arguments",
280             "optional": false,
281             "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
282             "name": "args"
283           }
284         ],
285         "name": "callParent",
286         "owner": "Ext.Base",
287         "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
288         "linenr": 124,
289         "return": {
290           "type": "Mixed",
291           "doc": "<p>Returns the result from the superclass' method</p>\n"
292         },
293         "html_filename": "Base3.html"
294       },
295       {
296         "deprecated": null,
297         "alias": null,
298         "protected": false,
299         "tagname": "method",
300         "href": "Observable.html#Ext-util-Observable-method-capture",
301         "shortDoc": "Starts capture on the specified Observable. ...",
302         "static": true,
303         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
304         "private": false,
305         "params": [
306           {
307             "type": "Observable",
308             "optional": false,
309             "doc": "<p>The Observable to capture events from.</p>\n",
310             "name": "o"
311           },
312           {
313             "type": "Function",
314             "optional": false,
315             "doc": "<p>The function to call when an event is fired.</p>\n",
316             "name": "fn"
317           },
318           {
319             "type": "Object",
320             "optional": true,
321             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
322             "name": "scope"
323           }
324         ],
325         "name": "capture",
326         "owner": "Ext.util.Observable",
327         "doc": "<p>Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event <strong>before</strong> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
328         "linenr": 54,
329         "return": {
330           "type": "void",
331           "doc": "\n"
332         },
333         "html_filename": "Observable.html"
334       },
335       {
336         "deprecated": null,
337         "alias": null,
338         "protected": false,
339         "tagname": "method",
340         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
341         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
342         "static": false,
343         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
344         "private": false,
345         "params": [
346
347         ],
348         "name": "clearListeners",
349         "owner": "Ext.util.Observable",
350         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
351         "linenr": 425,
352         "return": {
353           "type": "void",
354           "doc": "\n"
355         },
356         "html_filename": "Observable.html"
357       },
358       {
359         "deprecated": null,
360         "alias": null,
361         "protected": false,
362         "tagname": "method",
363         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
364         "shortDoc": "Removes all managed listeners for this object. ...",
365         "static": false,
366         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
367         "private": false,
368         "params": [
369
370         ],
371         "name": "clearManagedListeners",
372         "owner": "Ext.util.Observable",
373         "doc": "<p>Removes all managed listeners for this object.</p>\n",
374         "linenr": 454,
375         "return": {
376           "type": "void",
377           "doc": "\n"
378         },
379         "html_filename": "Observable.html"
380       },
381       {
382         "deprecated": null,
383         "alias": null,
384         "protected": false,
385         "tagname": "method",
386         "href": "Base3.html#Ext-Base-method-create",
387         "shortDoc": "Create a new instance of this Class. ...",
388         "static": true,
389         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
390         "private": false,
391         "params": [
392
393         ],
394         "name": "create",
395         "owner": "Ext.Base",
396         "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
397         "linenr": 329,
398         "return": {
399           "type": "Object",
400           "doc": "<p>the created instance.</p>\n"
401         },
402         "html_filename": "Base3.html"
403       },
404       {
405         "deprecated": null,
406         "alias": null,
407         "protected": false,
408         "tagname": "method",
409         "href": "Base3.html#Ext-Base-method-createAlias",
410         "shortDoc": "Create aliases for existing prototype methods. ...",
411         "static": true,
412         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
413         "private": false,
414         "params": [
415           {
416             "type": "String/Object",
417             "optional": false,
418             "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
419             "name": "alias"
420           },
421           {
422             "type": "String/Object",
423             "optional": false,
424             "doc": "<p>The original method name</p>\n",
425             "name": "origin"
426           }
427         ],
428         "name": "createAlias",
429         "owner": "Ext.Base",
430         "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
431         "linenr": 648,
432         "return": {
433           "type": "void",
434           "doc": "\n"
435         },
436         "html_filename": "Base3.html"
437       },
438       {
439         "deprecated": null,
440         "alias": null,
441         "protected": false,
442         "tagname": "method",
443         "href": "Model2.html#Ext-selection-Model-method-deselect",
444         "shortDoc": "Deselects a record instance by record instance or index. ...",
445         "static": false,
446         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
447         "private": false,
448         "params": [
449           {
450             "type": "Ext.data.Model/Index",
451             "optional": false,
452             "doc": "<p>An array of records or an index</p>\n",
453             "name": "records"
454           },
455           {
456             "type": "Boolean",
457             "optional": false,
458             "doc": "<p>Set to false to not fire a deselect event</p>\n",
459             "name": "suppressEvent"
460           }
461         ],
462         "name": "deselect",
463         "owner": "Ext.selection.Model",
464         "doc": "<p>Deselects a record instance by record instance or index.</p>\n",
465         "linenr": 262,
466         "return": {
467           "type": "void",
468           "doc": "\n"
469         },
470         "html_filename": "Model2.html"
471       },
472       {
473         "deprecated": null,
474         "alias": null,
475         "protected": false,
476         "tagname": "method",
477         "href": "Model2.html#Ext-selection-Model-method-deselectAll",
478         "shortDoc": "Deselect all records in the view. ...",
479         "static": false,
480         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
481         "private": false,
482         "params": [
483           {
484             "type": "Boolean",
485             "optional": false,
486             "doc": "<p>True to suppress any deselect events</p>\n",
487             "name": "suppressEvent"
488           }
489         ],
490         "name": "deselectAll",
491         "owner": "Ext.selection.Model",
492         "doc": "<p>Deselect all records in the view.</p>\n",
493         "linenr": 131,
494         "return": {
495           "type": "void",
496           "doc": "\n"
497         },
498         "html_filename": "Model2.html"
499       },
500       {
501         "deprecated": null,
502         "alias": null,
503         "protected": false,
504         "tagname": "method",
505         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
506         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
507         "static": false,
508         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
509         "private": false,
510         "params": [
511           {
512             "type": "String/[String]",
513             "optional": false,
514             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
515             "name": "events"
516           }
517         ],
518         "name": "enableBubble",
519         "owner": "Ext.util.Observable",
520         "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling <code>this.getBubbleTarget()</code> if\npresent. There is no implementation in the Observable base class.</p>\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers.\nSee <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default implementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.</p>\n\n<p>Example:</p>\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\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",
521         "linenr": 609,
522         "return": {
523           "type": "void",
524           "doc": "\n"
525         },
526         "html_filename": "Observable.html"
527       },
528       {
529         "deprecated": null,
530         "alias": null,
531         "protected": false,
532         "tagname": "method",
533         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
534         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
535         "static": false,
536         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
537         "private": false,
538         "params": [
539           {
540             "type": "String",
541             "optional": false,
542             "doc": "<p>The name of the event to fire.</p>\n",
543             "name": "eventName"
544           },
545           {
546             "type": "Object...",
547             "optional": false,
548             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
549             "name": "args"
550           }
551         ],
552         "name": "fireEvent",
553         "owner": "Ext.util.Observable",
554         "doc": "<p>Fires the specified event with the passed parameters (minus the event name, plus the <code>options</code> object passed\nto <a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a>).</p>\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>) by\ncalling <a href=\"#/api/Ext.selection.RowModel-method-enableBubble\" rel=\"Ext.selection.RowModel-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
555         "linenr": 233,
556         "return": {
557           "type": "Boolean",
558           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
559         },
560         "html_filename": "Observable.html"
561       },
562       {
563         "deprecated": null,
564         "alias": null,
565         "protected": false,
566         "tagname": "method",
567         "href": "Model2.html#Ext-selection-Model-method-getCount",
568         "shortDoc": "Gets the count of selected records. ...",
569         "static": false,
570         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
571         "private": false,
572         "params": [
573
574         ],
575         "name": "getCount",
576         "owner": "Ext.selection.Model",
577         "doc": "<p>Gets the count of selected records.</p>\n",
578         "linenr": 599,
579         "return": {
580           "type": "Number",
581           "doc": "<p>The number of selected records</p>\n"
582         },
583         "html_filename": "Model2.html"
584       },
585       {
586         "deprecated": null,
587         "alias": null,
588         "protected": false,
589         "tagname": "method",
590         "href": "Model2.html#Ext-selection-Model-method-getLastSelected",
591         "shortDoc": "Returns the last selected record. ...",
592         "static": false,
593         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
594         "private": false,
595         "params": [
596
597         ],
598         "name": "getLastSelected",
599         "owner": "Ext.selection.Model",
600         "doc": "<p>Returns the last selected record.</p>\n",
601         "linenr": 438,
602         "return": {
603           "type": "void",
604           "doc": "\n"
605         },
606         "html_filename": "Model2.html"
607       },
608       {
609         "deprecated": null,
610         "alias": null,
611         "protected": false,
612         "tagname": "method",
613         "href": "Base3.html#Ext-Base-method-getName",
614         "shortDoc": "Get the current class' name in string format. ...",
615         "static": false,
616         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
617         "private": false,
618         "params": [
619
620         ],
621         "name": "getName",
622         "owner": "Ext.Base",
623         "doc": "<p>Get the current class' name in string format.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n</code></pre>\n",
624         "linenr": 631,
625         "return": {
626           "type": "String",
627           "doc": "<p>className</p>\n"
628         },
629         "html_filename": "Base3.html"
630       },
631       {
632         "deprecated": null,
633         "alias": null,
634         "protected": false,
635         "tagname": "method",
636         "href": "Model2.html#Ext-selection-Model-method-getSelection",
637         "shortDoc": "Returns an array of the currently selected records. ...",
638         "static": false,
639         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
640         "private": false,
641         "params": [
642
643         ],
644         "name": "getSelection",
645         "owner": "Ext.selection.Model",
646         "doc": "<p>Returns an array of the currently selected records.</p>\n",
647         "linenr": 449,
648         "return": {
649           "type": "Array",
650           "doc": "<p>The selected records</p>\n"
651         },
652         "html_filename": "Model2.html"
653       },
654       {
655         "deprecated": null,
656         "alias": null,
657         "protected": false,
658         "tagname": "method",
659         "href": "Model2.html#Ext-selection-Model-method-getSelectionMode",
660         "shortDoc": "Returns the current selectionMode. ...",
661         "static": false,
662         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
663         "private": false,
664         "params": [
665
666         ],
667         "name": "getSelectionMode",
668         "owner": "Ext.selection.Model",
669         "doc": "<p>Returns the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n",
670         "linenr": 457,
671         "return": {
672           "type": "String",
673           "doc": "<p>The selectionMode</p>\n"
674         },
675         "html_filename": "Model2.html"
676       },
677       {
678         "deprecated": null,
679         "alias": null,
680         "protected": false,
681         "tagname": "method",
682         "href": "Observable.html#Ext-util-Observable-method-hasListener",
683         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
684         "static": false,
685         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
686         "private": false,
687         "params": [
688           {
689             "type": "String",
690             "optional": false,
691             "doc": "<p>The name of the event to check for</p>\n",
692             "name": "eventName"
693           }
694         ],
695         "name": "hasListener",
696         "owner": "Ext.util.Observable",
697         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
698         "linenr": 530,
699         "return": {
700           "type": "Boolean",
701           "doc": "<p>True if the event is being listened for, else false</p>\n"
702         },
703         "html_filename": "Observable.html"
704       },
705       {
706         "deprecated": null,
707         "alias": null,
708         "protected": false,
709         "tagname": "method",
710         "href": "Model2.html#Ext-selection-Model-method-hasSelection",
711         "shortDoc": "Returns true if there are any a selected records. ...",
712         "static": false,
713         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
714         "private": false,
715         "params": [
716
717         ],
718         "name": "hasSelection",
719         "owner": "Ext.selection.Model",
720         "doc": "<p>Returns true if there are any a selected records.</p>\n",
721         "linenr": 502,
722         "return": {
723           "type": "Boolean",
724           "doc": "\n"
725         },
726         "html_filename": "Model2.html"
727       },
728       {
729         "deprecated": null,
730         "alias": null,
731         "protected": false,
732         "tagname": "method",
733         "href": "Base3.html#Ext-Base-method-implement",
734         "shortDoc": "Add methods / properties to the prototype of this class. ...",
735         "static": true,
736         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
737         "private": false,
738         "params": [
739           {
740             "type": "Object",
741             "optional": false,
742             "doc": "\n",
743             "name": "members"
744           }
745         ],
746         "name": "implement",
747         "owner": "Ext.Base",
748         "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
749         "linenr": 415,
750         "return": {
751           "type": "void",
752           "doc": "\n"
753         },
754         "html_filename": "Base3.html"
755       },
756       {
757         "deprecated": null,
758         "alias": null,
759         "protected": true,
760         "tagname": "method",
761         "href": "Base3.html#Ext-Base-method-initConfig",
762         "shortDoc": "Initialize configuration for this class. ...",
763         "static": false,
764         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
765         "private": false,
766         "params": [
767           {
768             "type": "Object",
769             "optional": false,
770             "doc": "\n",
771             "name": "config"
772           }
773         ],
774         "name": "initConfig",
775         "owner": "Ext.Base",
776         "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
777         "linenr": 63,
778         "return": {
779           "type": "Object",
780           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
781         },
782         "html_filename": "Base3.html"
783       },
784       {
785         "deprecated": null,
786         "alias": null,
787         "protected": false,
788         "tagname": "method",
789         "href": "Model2.html#Ext-selection-Model-method-isFocused",
790         "shortDoc": "Determines if this record is currently focused. ...",
791         "static": false,
792         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
793         "private": false,
794         "params": [
795           {
796             "type": "Object",
797             "optional": false,
798             "doc": "<p>.data.Record record</p>\n",
799             "name": "Ext"
800           }
801         ],
802         "name": "isFocused",
803         "owner": "Ext.selection.Model",
804         "doc": "<p>Determines if this record is currently focused.</p>\n",
805         "linenr": 420,
806         "return": {
807           "type": "void",
808           "doc": "\n"
809         },
810         "html_filename": "Model2.html"
811       },
812       {
813         "deprecated": null,
814         "alias": null,
815         "protected": false,
816         "tagname": "method",
817         "href": "Model2.html#Ext-selection-Model-method-isLocked",
818         "shortDoc": "Returns true if the selections are locked. ...",
819         "static": false,
820         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
821         "private": false,
822         "params": [
823
824         ],
825         "name": "isLocked",
826         "owner": "Ext.selection.Model",
827         "doc": "<p>Returns true if the selections are locked.</p>\n",
828         "linenr": 475,
829         "return": {
830           "type": "Boolean",
831           "doc": "\n"
832         },
833         "html_filename": "Model2.html"
834       },
835       {
836         "deprecated": null,
837         "alias": null,
838         "protected": false,
839         "tagname": "method",
840         "href": "Model2.html#Ext-selection-Model-method-isSelected",
841         "shortDoc": "Returns true if the specified row is selected. ...",
842         "static": false,
843         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
844         "private": false,
845         "params": [
846           {
847             "type": "Record/Number",
848             "optional": false,
849             "doc": "<p>The record or index of the record to check</p>\n",
850             "name": "record"
851           }
852         ],
853         "name": "isSelected",
854         "owner": "Ext.selection.Model",
855         "doc": "<p>Returns <tt>true</tt> if the specified row is selected.</p>\n",
856         "linenr": 492,
857         "return": {
858           "type": "Boolean",
859           "doc": "\n"
860         },
861         "html_filename": "Model2.html"
862       },
863       {
864         "deprecated": null,
865         "alias": {
866           "tagname": "alias",
867           "cls": "Ext.util.Observable",
868           "doc": null,
869           "owner": "addManagedListener"
870         },
871         "protected": false,
872         "tagname": "method",
873         "href": "Observable.html#Ext-util-Observable-method-mon",
874         "shortDoc": "Shorthand for addManagedListener. ...",
875         "static": false,
876         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
877         "private": false,
878         "params": [
879           {
880             "type": "Observable/Element",
881             "optional": false,
882             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
883             "name": "item"
884           },
885           {
886             "type": "Object/String",
887             "optional": false,
888             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
889             "name": "ename"
890           },
891           {
892             "type": "Function",
893             "optional": true,
894             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
895             "name": "fn"
896           },
897           {
898             "type": "Object",
899             "optional": true,
900             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
901             "name": "scope"
902           },
903           {
904             "type": "Object",
905             "optional": true,
906             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
907             "name": "opt"
908           }
909         ],
910         "name": "mon",
911         "owner": "Ext.util.Observable",
912         "doc": "<p>Shorthand for <a href=\"#/api/Ext.selection.RowModel-method-addManagedListener\" rel=\"Ext.selection.RowModel-method-addManagedListener\" class=\"docClass\">addManagedListener</a>.</p>\n\n<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
913         "linenr": 681,
914         "return": {
915           "type": "void",
916           "doc": "\n"
917         },
918         "html_filename": "Observable.html"
919       },
920       {
921         "deprecated": null,
922         "alias": {
923           "tagname": "alias",
924           "cls": "Ext.util.Observable",
925           "doc": null,
926           "owner": "removeManagedListener"
927         },
928         "protected": false,
929         "tagname": "method",
930         "href": "Observable.html#Ext-util-Observable-method-mun",
931         "shortDoc": "Shorthand for removeManagedListener. ...",
932         "static": false,
933         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
934         "private": false,
935         "params": [
936           {
937             "type": "Observable|Element",
938             "optional": false,
939             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
940             "name": "item"
941           },
942           {
943             "type": "Object|String",
944             "optional": false,
945             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
946             "name": "ename"
947           },
948           {
949             "type": "Function",
950             "optional": false,
951             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
952             "name": "fn"
953           },
954           {
955             "type": "Object",
956             "optional": false,
957             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
958             "name": "scope"
959           }
960         ],
961         "name": "mun",
962         "owner": "Ext.util.Observable",
963         "doc": "<p>Shorthand for <a href=\"#/api/Ext.selection.RowModel-method-removeManagedListener\" rel=\"Ext.selection.RowModel-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.selection.RowModel-method-mon\" rel=\"Ext.selection.RowModel-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
964         "linenr": 687,
965         "return": {
966           "type": "void",
967           "doc": "\n"
968         },
969         "html_filename": "Observable.html"
970       },
971       {
972         "deprecated": null,
973         "alias": null,
974         "protected": false,
975         "tagname": "method",
976         "href": "Observable.html#Ext-util-Observable-method-observe",
977         "shortDoc": "Sets observability on the passed class constructor. ...",
978         "static": true,
979         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
980         "private": false,
981         "params": [
982           {
983             "type": "Function",
984             "optional": false,
985             "doc": "<p>The class constructor to make observable.</p>\n",
986             "name": "c"
987           },
988           {
989             "type": "Object",
990             "optional": false,
991             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
992             "name": "listeners"
993           }
994         ],
995         "name": "observe",
996         "owner": "Ext.util.Observable",
997         "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",
998         "linenr": 69,
999         "return": {
1000           "type": "void",
1001           "doc": "\n"
1002         },
1003         "html_filename": "Observable.html"
1004       },
1005       {
1006         "deprecated": null,
1007         "alias": {
1008           "tagname": "alias",
1009           "cls": "Ext.util.Observable",
1010           "doc": null,
1011           "owner": "addListener"
1012         },
1013         "protected": false,
1014         "tagname": "method",
1015         "href": "Observable.html#Ext-util-Observable-method-on",
1016         "shortDoc": "Shorthand for addListener. ...",
1017         "static": false,
1018         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1019         "private": false,
1020         "params": [
1021           {
1022             "type": "String",
1023             "optional": false,
1024             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
1025             "name": "eventName"
1026           },
1027           {
1028             "type": "Function",
1029             "optional": false,
1030             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.selection.RowModel-method-fireEvent\" rel=\"Ext.selection.RowModel-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
1031             "name": "handler"
1032           },
1033           {
1034             "type": "Object",
1035             "optional": true,
1036             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
1037             "name": "scope"
1038           },
1039           {
1040             "type": "Object",
1041             "optional": true,
1042             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
1043             "name": "options"
1044           }
1045         ],
1046         "name": "on",
1047         "owner": "Ext.util.Observable",
1048         "doc": "<p>Shorthand for <a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
1049         "linenr": 669,
1050         "return": {
1051           "type": "void",
1052           "doc": "\n"
1053         },
1054         "html_filename": "Observable.html"
1055       },
1056       {
1057         "deprecated": null,
1058         "alias": null,
1059         "protected": false,
1060         "tagname": "method",
1061         "href": "Base3.html#Ext-Base-method-override",
1062         "shortDoc": "Override prototype members of this class. ...",
1063         "static": true,
1064         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1065         "private": false,
1066         "params": [
1067           {
1068             "type": "Object",
1069             "optional": false,
1070             "doc": "\n",
1071             "name": "members"
1072           }
1073         ],
1074         "name": "override",
1075         "owner": "Ext.Base",
1076         "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
1077         "linenr": 518,
1078         "return": {
1079           "type": "Ext.Base",
1080           "doc": "<p>this</p>\n"
1081         },
1082         "html_filename": "Base3.html"
1083       },
1084       {
1085         "deprecated": null,
1086         "alias": null,
1087         "protected": false,
1088         "tagname": "method",
1089         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1090         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
1091         "static": false,
1092         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1093         "private": false,
1094         "params": [
1095           {
1096             "type": "Object",
1097             "optional": false,
1098             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1099             "name": "origin"
1100           },
1101           {
1102             "type": "[String]",
1103             "optional": false,
1104             "doc": "<p>Array of event names to relay.</p>\n",
1105             "name": "events"
1106           },
1107           {
1108             "type": "Object",
1109             "optional": false,
1110             "doc": "\n",
1111             "name": "prefix"
1112           }
1113         ],
1114         "name": "relayEvents",
1115         "owner": "Ext.util.Observable",
1116         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
1117         "linenr": 573,
1118         "return": {
1119           "type": "void",
1120           "doc": "\n"
1121         },
1122         "html_filename": "Observable.html"
1123       },
1124       {
1125         "deprecated": null,
1126         "alias": null,
1127         "protected": false,
1128         "tagname": "method",
1129         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1130         "shortDoc": "Removes all added captures from the Observable. ...",
1131         "static": true,
1132         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1133         "private": false,
1134         "params": [
1135           {
1136             "type": "Observable",
1137             "optional": false,
1138             "doc": "<p>The Observable to release</p>\n",
1139             "name": "o"
1140           }
1141         ],
1142         "name": "releaseCapture",
1143         "owner": "Ext.util.Observable",
1144         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
1145         "linenr": 44,
1146         "return": {
1147           "type": "void",
1148           "doc": "\n"
1149         },
1150         "html_filename": "Observable.html"
1151       },
1152       {
1153         "deprecated": null,
1154         "alias": null,
1155         "protected": false,
1156         "tagname": "method",
1157         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1158         "shortDoc": "Removes an event handler. ...",
1159         "static": false,
1160         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1161         "private": false,
1162         "params": [
1163           {
1164             "type": "String",
1165             "optional": false,
1166             "doc": "<p>The type of event the handler was associated with.</p>\n",
1167             "name": "eventName"
1168           },
1169           {
1170             "type": "Function",
1171             "optional": false,
1172             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1173             "name": "handler"
1174           },
1175           {
1176             "type": "Object",
1177             "optional": true,
1178             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1179             "name": "scope"
1180           }
1181         ],
1182         "name": "removeListener",
1183         "owner": "Ext.util.Observable",
1184         "doc": "<p>Removes an event handler.</p>\n",
1185         "linenr": 392,
1186         "return": {
1187           "type": "void",
1188           "doc": "\n"
1189         },
1190         "html_filename": "Observable.html"
1191       },
1192       {
1193         "deprecated": null,
1194         "alias": null,
1195         "protected": false,
1196         "tagname": "method",
1197         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1198         "shortDoc": "Removes listeners that were added by the mon method. ...",
1199         "static": false,
1200         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1201         "private": false,
1202         "params": [
1203           {
1204             "type": "Observable|Element",
1205             "optional": false,
1206             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1207             "name": "item"
1208           },
1209           {
1210             "type": "Object|String",
1211             "optional": false,
1212             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1213             "name": "ename"
1214           },
1215           {
1216             "type": "Function",
1217             "optional": false,
1218             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1219             "name": "fn"
1220           },
1221           {
1222             "type": "Object",
1223             "optional": false,
1224             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
1225             "name": "scope"
1226           }
1227         ],
1228         "name": "removeManagedListener",
1229         "owner": "Ext.util.Observable",
1230         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.selection.RowModel-method-mon\" rel=\"Ext.selection.RowModel-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1231         "linenr": 197,
1232         "return": {
1233           "type": "void",
1234           "doc": "\n"
1235         },
1236         "html_filename": "Observable.html"
1237       },
1238       {
1239         "deprecated": null,
1240         "alias": null,
1241         "protected": false,
1242         "tagname": "method",
1243         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1244         "shortDoc": "Resumes firing events (see suspendEvents). ...",
1245         "static": false,
1246         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1247         "private": false,
1248         "params": [
1249
1250         ],
1251         "name": "resumeEvents",
1252         "owner": "Ext.util.Observable",
1253         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.selection.RowModel-method-suspendEvents\" rel=\"Ext.selection.RowModel-method-suspendEvents\" class=\"docClass\">suspendEvents</a>).</p>\n\n<p>If events were suspended using the <code>**queueSuspended**</code> parameter, then all events fired\nduring event suspension will be sent to any listeners now.</p>\n",
1254         "linenr": 554,
1255         "return": {
1256           "type": "void",
1257           "doc": "\n"
1258         },
1259         "html_filename": "Observable.html"
1260       },
1261       {
1262         "deprecated": null,
1263         "alias": null,
1264         "protected": false,
1265         "tagname": "method",
1266         "href": "Model2.html#Ext-selection-Model-method-select",
1267         "shortDoc": "Selects a record instance by record instance or index. ...",
1268         "static": false,
1269         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1270         "private": false,
1271         "params": [
1272           {
1273             "type": "Ext.data.Model/Index",
1274             "optional": false,
1275             "doc": "<p>An array of records or an index</p>\n",
1276             "name": "records"
1277           },
1278           {
1279             "type": "Boolean",
1280             "optional": false,
1281             "doc": "\n",
1282             "name": "keepExisting"
1283           },
1284           {
1285             "type": "Boolean",
1286             "optional": false,
1287             "doc": "<p>Set to false to not fire a select event</p>\n",
1288             "name": "suppressEvent"
1289           }
1290         ],
1291         "name": "select",
1292         "owner": "Ext.selection.Model",
1293         "doc": "<p>Selects a record instance by record instance or index.</p>\n",
1294         "linenr": 252,
1295         "return": {
1296           "type": "void",
1297           "doc": "\n"
1298         },
1299         "html_filename": "Model2.html"
1300       },
1301       {
1302         "deprecated": null,
1303         "alias": null,
1304         "protected": false,
1305         "tagname": "method",
1306         "href": "Model2.html#Ext-selection-Model-method-selectAll",
1307         "shortDoc": "Select all records in the view. ...",
1308         "static": false,
1309         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1310         "private": false,
1311         "params": [
1312           {
1313             "type": "Boolean",
1314             "optional": false,
1315             "doc": "<p>True to suppress any selects event</p>\n",
1316             "name": "suppressEvent"
1317           }
1318         ],
1319         "name": "selectAll",
1320         "owner": "Ext.selection.Model",
1321         "doc": "<p>Select all records in the view.</p>\n",
1322         "linenr": 111,
1323         "return": {
1324           "type": "void",
1325           "doc": "\n"
1326         },
1327         "html_filename": "Model2.html"
1328       },
1329       {
1330         "deprecated": null,
1331         "alias": null,
1332         "protected": false,
1333         "tagname": "method",
1334         "href": "Model2.html#Ext-selection-Model-method-selectRange",
1335         "shortDoc": "Selects a range of rows if the selection model is not locked. ...",
1336         "static": false,
1337         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1338         "private": false,
1339         "params": [
1340           {
1341             "type": "Ext.data.Model/Number",
1342             "optional": false,
1343             "doc": "<p>The record or index of the first row in the range</p>\n",
1344             "name": "startRow"
1345           },
1346           {
1347             "type": "Ext.data.Model/Number",
1348             "optional": false,
1349             "doc": "<p>The record or index of the last row in the range</p>\n",
1350             "name": "endRow"
1351           },
1352           {
1353             "type": "Boolean",
1354             "optional": true,
1355             "doc": "<p>(optional) True to retain existing selections</p>\n",
1356             "name": "keepExisting"
1357           },
1358           {
1359             "type": "Object",
1360             "optional": false,
1361             "doc": "\n",
1362             "name": "dir"
1363           }
1364         ],
1365         "name": "selectRange",
1366         "owner": "Ext.selection.Model",
1367         "doc": "<p>Selects a range of rows if the selection model <a href=\"#/api/Ext.selection.RowModel-method-isLocked\" rel=\"Ext.selection.RowModel-method-isLocked\" class=\"docClass\">is not locked</a>.\nAll rows in between startRow and endRow are also selected.</p>\n",
1368         "linenr": 190,
1369         "return": {
1370           "type": "void",
1371           "doc": "\n"
1372         },
1373         "html_filename": "Model2.html"
1374       },
1375       {
1376         "deprecated": null,
1377         "alias": null,
1378         "protected": false,
1379         "tagname": "method",
1380         "href": "Model2.html#Ext-selection-Model-method-setLastFocused",
1381         "shortDoc": " ...",
1382         "static": false,
1383         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1384         "private": false,
1385         "params": [
1386           {
1387             "type": "Ext.data.Model",
1388             "optional": false,
1389             "doc": "<p>Set a record as the last focused record. This does NOT mean\nthat the record has been selected.</p>\n",
1390             "name": "record"
1391           },
1392           {
1393             "type": "Object",
1394             "optional": false,
1395             "doc": "\n",
1396             "name": "supressFocus"
1397           }
1398         ],
1399         "name": "setLastFocused",
1400         "owner": "Ext.selection.Model",
1401         "doc": "\n",
1402         "linenr": 408,
1403         "return": {
1404           "type": "void",
1405           "doc": "\n"
1406         },
1407         "html_filename": "Model2.html"
1408       },
1409       {
1410         "deprecated": null,
1411         "alias": null,
1412         "protected": false,
1413         "tagname": "method",
1414         "href": "Model2.html#Ext-selection-Model-method-setLocked",
1415         "shortDoc": "Locks the current selection and disables any changes from\nhappening to the selection. ...",
1416         "static": false,
1417         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1418         "private": false,
1419         "params": [
1420           {
1421             "type": "Boolean",
1422             "optional": false,
1423             "doc": "\n",
1424             "name": "locked"
1425           }
1426         ],
1427         "name": "setLocked",
1428         "owner": "Ext.selection.Model",
1429         "doc": "<p>Locks the current selection and disables any changes from\nhappening to the selection.</p>\n",
1430         "linenr": 483,
1431         "return": {
1432           "type": "void",
1433           "doc": "\n"
1434         },
1435         "html_filename": "Model2.html"
1436       },
1437       {
1438         "deprecated": null,
1439         "alias": null,
1440         "protected": false,
1441         "tagname": "method",
1442         "href": "Model2.html#Ext-selection-Model-method-setSelectionMode",
1443         "shortDoc": "Sets the current selectionMode. ...",
1444         "static": false,
1445         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1446         "private": false,
1447         "params": [
1448           {
1449             "type": "Object",
1450             "optional": false,
1451             "doc": "\n",
1452             "name": "selMode"
1453           }
1454         ],
1455         "name": "setSelectionMode",
1456         "owner": "Ext.selection.Model",
1457         "doc": "<p>Sets the current selectionMode. SINGLE, MULTI or SIMPLE.</p>\n",
1458         "linenr": 465,
1459         "return": {
1460           "type": "void",
1461           "doc": "\n"
1462         },
1463         "html_filename": "Model2.html"
1464       },
1465       {
1466         "deprecated": null,
1467         "alias": null,
1468         "protected": true,
1469         "tagname": "method",
1470         "href": "Base3.html#Ext-Base-method-statics",
1471         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1472         "static": false,
1473         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1474         "private": false,
1475         "params": [
1476
1477         ],
1478         "name": "statics",
1479         "owner": "Ext.Base",
1480         "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
1481         "linenr": 199,
1482         "return": {
1483           "type": "Class",
1484           "doc": "\n"
1485         },
1486         "html_filename": "Base3.html"
1487       },
1488       {
1489         "deprecated": null,
1490         "alias": null,
1491         "protected": false,
1492         "tagname": "method",
1493         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1494         "shortDoc": "Suspends the firing of all events. ...",
1495         "static": false,
1496         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1497         "private": false,
1498         "params": [
1499           {
1500             "type": "Boolean",
1501             "optional": false,
1502             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.selection.RowModel-method-resumeEvents\" rel=\"Ext.selection.RowModel-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
1503             "name": "queueSuspended"
1504           }
1505         ],
1506         "name": "suspendEvents",
1507         "owner": "Ext.util.Observable",
1508         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.selection.RowModel-method-resumeEvents\" rel=\"Ext.selection.RowModel-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1509         "linenr": 541,
1510         "return": {
1511           "type": "void",
1512           "doc": "\n"
1513         },
1514         "html_filename": "Observable.html"
1515       },
1516       {
1517         "deprecated": null,
1518         "alias": {
1519           "tagname": "alias",
1520           "cls": "Ext.util.Observable",
1521           "doc": null,
1522           "owner": "removeListener"
1523         },
1524         "protected": false,
1525         "tagname": "method",
1526         "href": "Observable.html#Ext-util-Observable-method-un",
1527         "shortDoc": "Shorthand for removeListener. ...",
1528         "static": false,
1529         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1530         "private": false,
1531         "params": [
1532           {
1533             "type": "String",
1534             "optional": false,
1535             "doc": "<p>The type of event the handler was associated with.</p>\n",
1536             "name": "eventName"
1537           },
1538           {
1539             "type": "Function",
1540             "optional": false,
1541             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.selection.RowModel-method-addListener\" rel=\"Ext.selection.RowModel-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1542             "name": "handler"
1543           },
1544           {
1545             "type": "Object",
1546             "optional": true,
1547             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1548             "name": "scope"
1549           }
1550         ],
1551         "name": "un",
1552         "owner": "Ext.util.Observable",
1553         "doc": "<p>Shorthand for <a href=\"#/api/Ext.selection.RowModel-method-removeListener\" rel=\"Ext.selection.RowModel-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
1554         "linenr": 675,
1555         "return": {
1556           "type": "void",
1557           "doc": "\n"
1558         },
1559         "html_filename": "Observable.html"
1560       }
1561     ],
1562     "property": [
1563       {
1564         "type": "Object",
1565         "deprecated": null,
1566         "alias": null,
1567         "protected": false,
1568         "tagname": "property",
1569         "href": "Model2.html#Ext-selection-Model-property-selected",
1570         "static": false,
1571         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1572         "private": false,
1573         "name": "selected",
1574         "owner": "Ext.selection.Model",
1575         "doc": "<p>READ-ONLY A MixedCollection that maintains all of the currently selected\nrecords.</p>\n",
1576         "linenr": 34,
1577         "html_filename": "Model2.html"
1578       },
1579       {
1580         "type": "Class",
1581         "deprecated": null,
1582         "alias": null,
1583         "protected": true,
1584         "tagname": "property",
1585         "href": "Base3.html#Ext-Base-property-self",
1586         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
1587         "static": false,
1588         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1589         "private": false,
1590         "name": "self",
1591         "owner": "Ext.Base",
1592         "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
1593         "linenr": 18,
1594         "html_filename": "Base3.html"
1595       }
1596     ],
1597     "cssVar": [
1598
1599     ],
1600     "cssMixin": [
1601
1602     ],
1603     "event": [
1604       {
1605         "deprecated": null,
1606         "alias": null,
1607         "protected": false,
1608         "tagname": "event",
1609         "href": "RowModel.html#Ext-selection-RowModel-event-beforedeselect",
1610         "shortDoc": "Fired before a record is deselected. ...",
1611         "static": false,
1612         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
1613         "private": false,
1614         "params": [
1615           {
1616             "type": "Ext.selection.RowSelectionModel",
1617             "optional": false,
1618             "doc": "\n",
1619             "name": "this"
1620           },
1621           {
1622             "type": "Ext.data.Model",
1623             "optional": false,
1624             "doc": "<p>The deselected record</p>\n",
1625             "name": "record"
1626           },
1627           {
1628             "type": "Number",
1629             "optional": false,
1630             "doc": "<p>The row index deselected</p>\n",
1631             "name": "index"
1632           },
1633           {
1634             "type": "Object",
1635             "tagname": "param",
1636             "name": "options",
1637             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1638           }
1639         ],
1640         "name": "beforedeselect",
1641         "owner": "Ext.selection.RowModel",
1642         "doc": "<p>Fired before a record is deselected. If any listener returns false, the\ndeselection is cancelled.</p>\n",
1643         "linenr": 30,
1644         "html_filename": "RowModel.html"
1645       },
1646       {
1647         "deprecated": null,
1648         "alias": null,
1649         "protected": false,
1650         "tagname": "event",
1651         "href": "RowModel.html#Ext-selection-RowModel-event-beforeselect",
1652         "shortDoc": "Fired before a record is selected. ...",
1653         "static": false,
1654         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
1655         "private": false,
1656         "params": [
1657           {
1658             "type": "Ext.selection.RowSelectionModel",
1659             "optional": false,
1660             "doc": "\n",
1661             "name": "this"
1662           },
1663           {
1664             "type": "Ext.data.Model",
1665             "optional": false,
1666             "doc": "<p>The selected record</p>\n",
1667             "name": "record"
1668           },
1669           {
1670             "type": "Number",
1671             "optional": false,
1672             "doc": "<p>The row index selected</p>\n",
1673             "name": "index"
1674           },
1675           {
1676             "type": "Object",
1677             "tagname": "param",
1678             "name": "options",
1679             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1680           }
1681         ],
1682         "name": "beforeselect",
1683         "owner": "Ext.selection.RowModel",
1684         "doc": "<p>Fired before a record is selected. If any listener returns false, the\nselection is cancelled.</p>\n",
1685         "linenr": 40,
1686         "html_filename": "RowModel.html"
1687       },
1688       {
1689         "deprecated": null,
1690         "alias": null,
1691         "protected": false,
1692         "tagname": "event",
1693         "href": "RowModel.html#Ext-selection-RowModel-event-deselect",
1694         "shortDoc": "Fired after a record is deselected ...",
1695         "static": false,
1696         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
1697         "private": false,
1698         "params": [
1699           {
1700             "type": "Ext.selection.RowSelectionModel",
1701             "optional": false,
1702             "doc": "\n",
1703             "name": "this"
1704           },
1705           {
1706             "type": "Ext.data.Model",
1707             "optional": false,
1708             "doc": "<p>The deselected record</p>\n",
1709             "name": "record"
1710           },
1711           {
1712             "type": "Number",
1713             "optional": false,
1714             "doc": "<p>The row index deselected</p>\n",
1715             "name": "index"
1716           },
1717           {
1718             "type": "Object",
1719             "tagname": "param",
1720             "name": "options",
1721             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1722           }
1723         ],
1724         "name": "deselect",
1725         "owner": "Ext.selection.RowModel",
1726         "doc": "<p>Fired after a record is deselected</p>\n",
1727         "linenr": 50,
1728         "html_filename": "RowModel.html"
1729       },
1730       {
1731         "deprecated": null,
1732         "alias": null,
1733         "protected": false,
1734         "tagname": "event",
1735         "href": "RowModel.html#Ext-selection-RowModel-event-select",
1736         "shortDoc": "Fired after a record is selected ...",
1737         "static": false,
1738         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
1739         "private": false,
1740         "params": [
1741           {
1742             "type": "Ext.selection.RowSelectionModel",
1743             "optional": false,
1744             "doc": "\n",
1745             "name": "this"
1746           },
1747           {
1748             "type": "Ext.data.Model",
1749             "optional": false,
1750             "doc": "<p>The selected record</p>\n",
1751             "name": "record"
1752           },
1753           {
1754             "type": "Number",
1755             "optional": false,
1756             "doc": "<p>The row index selected</p>\n",
1757             "name": "index"
1758           },
1759           {
1760             "type": "Object",
1761             "tagname": "param",
1762             "name": "options",
1763             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1764           }
1765         ],
1766         "name": "select",
1767         "owner": "Ext.selection.RowModel",
1768         "doc": "<p>Fired after a record is selected</p>\n",
1769         "linenr": 59,
1770         "html_filename": "RowModel.html"
1771       },
1772       {
1773         "deprecated": null,
1774         "alias": null,
1775         "protected": false,
1776         "tagname": "event",
1777         "href": "Model2.html#Ext-selection-Model-event-selectionchange",
1778         "shortDoc": "Fired after a selection change has occurred ...",
1779         "static": false,
1780         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/selection/Model.js",
1781         "private": false,
1782         "params": [
1783           {
1784             "type": "Ext.selection.Model",
1785             "optional": false,
1786             "doc": "\n",
1787             "name": "this"
1788           },
1789           {
1790             "type": "Array",
1791             "optional": false,
1792             "doc": "<p>The selected records</p>\n",
1793             "name": "selected"
1794           },
1795           {
1796             "type": "Object",
1797             "tagname": "param",
1798             "name": "options",
1799             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
1800           }
1801         ],
1802         "name": "selectionchange",
1803         "owner": "Ext.selection.Model",
1804         "doc": "<p>Fired after a selection change has occurred</p>\n",
1805         "linenr": 57,
1806         "html_filename": "Model2.html"
1807       }
1808     ]
1809   },
1810   "singleton": false,
1811   "alias": null,
1812   "superclasses": [
1813     "Ext.Base",
1814     "Ext.util.Observable",
1815     "Ext.selection.Model"
1816   ],
1817   "protected": false,
1818   "tagname": "class",
1819   "mixins": [
1820
1821   ],
1822   "href": "RowModel.html#Ext-selection-RowModel",
1823   "subclasses": [
1824     "Ext.selection.CheckboxModel"
1825   ],
1826   "static": false,
1827   "author": null,
1828   "component": false,
1829   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/selection/RowModel.js",
1830   "private": false,
1831   "alternateClassNames": [
1832
1833   ],
1834   "name": "Ext.selection.RowModel",
1835   "doc": "<p>Implement row based navigation via keyboard.</p>\n\n<p>Must synchronize across grid sections</p>\n",
1836   "mixedInto": [
1837
1838   ],
1839   "linenr": 1,
1840   "xtypes": [
1841
1842   ],
1843   "html_filename": "RowModel.html",
1844   "extends": "Ext.selection.Model"
1845 });