Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.data.Errors.js
1 Ext.data.JsonP.Ext_data_Errors({
2   "allMixins": [
3     "Ext.util.Sortable",
4     "Ext.util.Observable"
5   ],
6   "deprecated": null,
7   "docauthor": null,
8   "members": {
9     "cfg": [
10       {
11         "type": "Boolean",
12         "deprecated": null,
13         "alias": null,
14         "protected": false,
15         "tagname": "cfg",
16         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-cfg-allowFunctions",
17         "shortDoc": "Specify true if the addAll\nfunction should add function references to the collection. ...",
18         "static": false,
19         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
20         "private": false,
21         "name": "allowFunctions",
22         "owner": "Ext.util.AbstractMixedCollection",
23         "doc": "<p>Specify <tt>true</tt> if the <a href=\"#/api/Ext.data.Errors-method-addAll\" rel=\"Ext.data.Errors-method-addAll\" class=\"docClass\">addAll</a>\nfunction should add function references to the collection. Defaults to\n<tt>false</tt>.</p>\n",
24         "linenr": 62,
25         "html_filename": "AbstractMixedCollection.html"
26       },
27       {
28         "type": "Object",
29         "deprecated": null,
30         "alias": null,
31         "protected": false,
32         "tagname": "cfg",
33         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
34         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
35         "static": false,
36         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
37         "private": false,
38         "name": "listeners",
39         "owner": "Ext.util.Observable",
40         "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.data.Errors-method-addListener\" rel=\"Ext.data.Errors-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",
41         "linenr": 102,
42         "html_filename": "Observable.html"
43       }
44     ],
45     "method": [
46       {
47         "deprecated": null,
48         "alias": null,
49         "href": "MixedCollection.html#Ext-util-MixedCollection-method-constructor",
50         "tagname": "method",
51         "protected": false,
52         "shortDoc": "Creates new MixedCollection. ...",
53         "static": false,
54         "params": [
55           {
56             "type": "Boolean",
57             "optional": false,
58             "doc": "<p>Specify <tt>true</tt> if the <a href=\"#/api/Ext.data.Errors-method-addAll\" rel=\"Ext.data.Errors-method-addAll\" class=\"docClass\">addAll</a>\nfunction should add function references to the collection. Defaults to\n<tt>false</tt>.</p>\n",
59             "name": "allowFunctions"
60           },
61           {
62             "type": "Function",
63             "optional": false,
64             "doc": "<p>A function that can accept an item of the type(s) stored in this MixedCollection\nand return the key value for that item.  This is used when available to look up the key on items that\nwere passed without an explicit key parameter to a MixedCollection method.  Passing this parameter is\nequivalent to providing an implementation for the <a href=\"#/api/Ext.data.Errors-method-getKey\" rel=\"Ext.data.Errors-method-getKey\" class=\"docClass\">getKey</a> method.</p>\n",
65             "name": "keyFn"
66           }
67         ],
68         "private": false,
69         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/MixedCollection.js",
70         "doc": "<p>Creates new MixedCollection.</p>\n",
71         "owner": "Ext.util.MixedCollection",
72         "name": "Errors",
73         "html_filename": "MixedCollection.html",
74         "return": {
75           "type": "Object",
76           "doc": "\n"
77         },
78         "linenr": 40
79       },
80       {
81         "deprecated": null,
82         "alias": null,
83         "protected": false,
84         "tagname": "method",
85         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-add",
86         "shortDoc": "Adds an item to the collection. ...",
87         "static": false,
88         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
89         "private": false,
90         "params": [
91           {
92             "type": "String",
93             "optional": false,
94             "doc": "<p>The key to associate with the item, or the new item.</p>\n\n\n<p>If a <a href=\"#/api/Ext.data.Errors-method-getKey\" rel=\"Ext.data.Errors-method-getKey\" class=\"docClass\">getKey</a> implementation was specified for this MixedCollection,\nor if the key of the stored items is in a property called <tt><b>id</b></tt>,\nthe MixedCollection will be able to <i>derive</i> the key for the new item.\nIn this case just pass the new item in this parameter.</p>\n\n",
95             "name": "key"
96           },
97           {
98             "type": "Object",
99             "optional": false,
100             "doc": "<p>The item to add.</p>\n",
101             "name": "o"
102           }
103         ],
104         "name": "add",
105         "owner": "Ext.util.AbstractMixedCollection",
106         "doc": "<p>Adds an item to the collection. Fires the <a href=\"#/api/Ext.data.Errors-event-add\" rel=\"Ext.data.Errors-event-add\" class=\"docClass\">add</a> event when complete.</p>\n",
107         "linenr": 69,
108         "return": {
109           "type": "Object",
110           "doc": "<p>The item added.</p>\n"
111         },
112         "html_filename": "AbstractMixedCollection.html"
113       },
114       {
115         "deprecated": null,
116         "alias": null,
117         "protected": false,
118         "tagname": "method",
119         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-addAll",
120         "shortDoc": "Adds all elements of an Array or an Object to the collection. ...",
121         "static": false,
122         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
123         "private": false,
124         "params": [
125           {
126             "type": "Object/Array",
127             "optional": false,
128             "doc": "<p>An Object containing properties which will be added\nto the collection, or an Array of values, each of which are added to the collection.\nFunctions references will be added to the collection if <code><a href=\"#/api/Ext.data.Errors-cfg-allowFunctions\" rel=\"Ext.data.Errors-cfg-allowFunctions\" class=\"docClass\">allowFunctions</a></code>\nhas been set to <tt>true</tt>.</p>\n",
129             "name": "objs"
130           }
131         ],
132         "name": "addAll",
133         "owner": "Ext.util.AbstractMixedCollection",
134         "doc": "<p>Adds all elements of an Array or an Object to the collection.</p>\n",
135         "linenr": 166,
136         "return": {
137           "type": "void",
138           "doc": "\n"
139         },
140         "html_filename": "AbstractMixedCollection.html"
141       },
142       {
143         "deprecated": null,
144         "alias": null,
145         "protected": false,
146         "tagname": "method",
147         "href": "Observable.html#Ext-util-Observable-method-addEvents",
148         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
149         "static": false,
150         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
151         "private": false,
152         "params": [
153           {
154             "type": "Object/String",
155             "optional": false,
156             "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",
157             "name": "o"
158           },
159           {
160             "type": "String...",
161             "optional": false,
162             "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",
163             "name": "more"
164           }
165         ],
166         "name": "addEvents",
167         "owner": "Ext.util.Observable",
168         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
169         "linenr": 494,
170         "return": {
171           "type": "void",
172           "doc": "\n"
173         },
174         "html_filename": "Observable.html"
175       },
176       {
177         "deprecated": null,
178         "alias": null,
179         "protected": false,
180         "tagname": "method",
181         "href": "Observable.html#Ext-util-Observable-method-addListener",
182         "shortDoc": "Appends an event handler to this object. ...",
183         "static": false,
184         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
185         "private": false,
186         "params": [
187           {
188             "type": "String",
189             "optional": false,
190             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
191             "name": "eventName"
192           },
193           {
194             "type": "Function",
195             "optional": false,
196             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.Errors-method-fireEvent\" rel=\"Ext.data.Errors-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
197             "name": "handler"
198           },
199           {
200             "type": "Object",
201             "optional": true,
202             "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",
203             "name": "scope"
204           },
205           {
206             "type": "Object",
207             "optional": true,
208             "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",
209             "name": "options"
210           }
211         ],
212         "name": "addListener",
213         "owner": "Ext.util.Observable",
214         "doc": "<p>Appends an event handler to this object.</p>\n",
215         "linenr": 278,
216         "return": {
217           "type": "void",
218           "doc": "\n"
219         },
220         "html_filename": "Observable.html"
221       },
222       {
223         "deprecated": null,
224         "alias": null,
225         "protected": false,
226         "tagname": "method",
227         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
228         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
229         "static": false,
230         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
231         "private": false,
232         "params": [
233           {
234             "type": "Observable/Element",
235             "optional": false,
236             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
237             "name": "item"
238           },
239           {
240             "type": "Object/String",
241             "optional": false,
242             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
243             "name": "ename"
244           },
245           {
246             "type": "Function",
247             "optional": true,
248             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
249             "name": "fn"
250           },
251           {
252             "type": "Object",
253             "optional": true,
254             "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",
255             "name": "scope"
256           },
257           {
258             "type": "Object",
259             "optional": true,
260             "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",
261             "name": "opt"
262           }
263         ],
264         "name": "addManagedListener",
265         "owner": "Ext.util.Observable",
266         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
267         "linenr": 156,
268         "return": {
269           "type": "void",
270           "doc": "\n"
271         },
272         "html_filename": "Observable.html"
273       },
274       {
275         "deprecated": null,
276         "alias": null,
277         "protected": false,
278         "tagname": "method",
279         "href": "Base3.html#Ext-Base-method-addStatics",
280         "shortDoc": "Add / override static properties of this class. ...",
281         "static": true,
282         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
283         "private": false,
284         "params": [
285           {
286             "type": "Object",
287             "optional": false,
288             "doc": "\n",
289             "name": "members"
290           }
291         ],
292         "name": "addStatics",
293         "owner": "Ext.Base",
294         "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",
295         "linenr": 388,
296         "return": {
297           "type": "Ext.Base",
298           "doc": "<p>this</p>\n"
299         },
300         "html_filename": "Base3.html"
301       },
302       {
303         "deprecated": null,
304         "alias": null,
305         "protected": false,
306         "tagname": "method",
307         "href": "Base3.html#Ext-Base-method-callOverridden",
308         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
309         "static": false,
310         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
311         "private": false,
312         "params": [
313           {
314             "type": "Array/Arguments",
315             "optional": false,
316             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
317             "name": "args"
318           }
319         ],
320         "name": "callOverridden",
321         "owner": "Ext.Base",
322         "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",
323         "linenr": 269,
324         "return": {
325           "type": "Mixed",
326           "doc": "<p>Returns the result after calling the overridden method</p>\n"
327         },
328         "html_filename": "Base3.html"
329       },
330       {
331         "deprecated": null,
332         "alias": null,
333         "protected": true,
334         "tagname": "method",
335         "href": "Base3.html#Ext-Base-method-callParent",
336         "shortDoc": "Call the parent's overridden method. ...",
337         "static": false,
338         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
339         "private": false,
340         "params": [
341           {
342             "type": "Array/Arguments",
343             "optional": false,
344             "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",
345             "name": "args"
346           }
347         ],
348         "name": "callParent",
349         "owner": "Ext.Base",
350         "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",
351         "linenr": 124,
352         "return": {
353           "type": "Mixed",
354           "doc": "<p>Returns the result from the superclass' method</p>\n"
355         },
356         "html_filename": "Base3.html"
357       },
358       {
359         "deprecated": null,
360         "alias": null,
361         "protected": false,
362         "tagname": "method",
363         "href": "Observable.html#Ext-util-Observable-method-capture",
364         "shortDoc": "Starts capture on the specified Observable. ...",
365         "static": true,
366         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
367         "private": false,
368         "params": [
369           {
370             "type": "Observable",
371             "optional": false,
372             "doc": "<p>The Observable to capture events from.</p>\n",
373             "name": "o"
374           },
375           {
376             "type": "Function",
377             "optional": false,
378             "doc": "<p>The function to call when an event is fired.</p>\n",
379             "name": "fn"
380           },
381           {
382             "type": "Object",
383             "optional": true,
384             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
385             "name": "scope"
386           }
387         ],
388         "name": "capture",
389         "owner": "Ext.util.Observable",
390         "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",
391         "linenr": 54,
392         "return": {
393           "type": "void",
394           "doc": "\n"
395         },
396         "html_filename": "Observable.html"
397       },
398       {
399         "deprecated": null,
400         "alias": null,
401         "protected": false,
402         "tagname": "method",
403         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-clear",
404         "shortDoc": "Removes all items from the collection. ...",
405         "static": false,
406         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
407         "private": false,
408         "params": [
409
410         ],
411         "name": "clear",
412         "owner": "Ext.util.AbstractMixedCollection",
413         "doc": "<p>Removes all items from the collection.  Fires the <a href=\"#/api/Ext.data.Errors-event-clear\" rel=\"Ext.data.Errors-event-clear\" class=\"docClass\">clear</a> event when complete.</p>\n",
414         "linenr": 435,
415         "return": {
416           "type": "void",
417           "doc": "\n"
418         },
419         "html_filename": "AbstractMixedCollection.html"
420       },
421       {
422         "deprecated": null,
423         "alias": null,
424         "protected": false,
425         "tagname": "method",
426         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
427         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
428         "static": false,
429         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
430         "private": false,
431         "params": [
432
433         ],
434         "name": "clearListeners",
435         "owner": "Ext.util.Observable",
436         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
437         "linenr": 425,
438         "return": {
439           "type": "void",
440           "doc": "\n"
441         },
442         "html_filename": "Observable.html"
443       },
444       {
445         "deprecated": null,
446         "alias": null,
447         "protected": false,
448         "tagname": "method",
449         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
450         "shortDoc": "Removes all managed listeners for this object. ...",
451         "static": false,
452         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
453         "private": false,
454         "params": [
455
456         ],
457         "name": "clearManagedListeners",
458         "owner": "Ext.util.Observable",
459         "doc": "<p>Removes all managed listeners for this object.</p>\n",
460         "linenr": 454,
461         "return": {
462           "type": "void",
463           "doc": "\n"
464         },
465         "html_filename": "Observable.html"
466       },
467       {
468         "deprecated": null,
469         "alias": null,
470         "protected": false,
471         "tagname": "method",
472         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-clone",
473         "shortDoc": "Creates a shallow copy of this collection ...",
474         "static": false,
475         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
476         "private": false,
477         "params": [
478
479         ],
480         "name": "clone",
481         "owner": "Ext.util.AbstractMixedCollection",
482         "doc": "<p>Creates a shallow copy of this collection</p>\n",
483         "linenr": 727,
484         "return": {
485           "type": "MixedCollection",
486           "doc": "\n"
487         },
488         "html_filename": "AbstractMixedCollection.html"
489       },
490       {
491         "deprecated": null,
492         "alias": null,
493         "protected": false,
494         "tagname": "method",
495         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-collect",
496         "shortDoc": "Collects unique values of a particular property in this MixedCollection ...",
497         "static": false,
498         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
499         "private": false,
500         "params": [
501           {
502             "type": "String",
503             "optional": false,
504             "doc": "<p>The property to collect on</p>\n",
505             "name": "property"
506           },
507           {
508             "type": "String",
509             "optional": false,
510             "doc": "<p>Optional 'root' property to extract the first argument from. This is used mainly when\nsumming fields in records, where the fields are all stored inside the 'data' object</p>\n",
511             "name": "root"
512           },
513           {
514             "type": "Boolean",
515             "optional": true,
516             "doc": "<p>(optional) Pass true to allow null, undefined or empty string values</p>\n",
517             "name": "allowBlank"
518           }
519         ],
520         "name": "collect",
521         "owner": "Ext.util.AbstractMixedCollection",
522         "doc": "<p>Collects unique values of a particular property in this MixedCollection</p>\n",
523         "linenr": 489,
524         "return": {
525           "type": "Array",
526           "doc": "<p>The unique values</p>\n"
527         },
528         "html_filename": "AbstractMixedCollection.html"
529       },
530       {
531         "deprecated": null,
532         "alias": null,
533         "protected": false,
534         "tagname": "method",
535         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-contains",
536         "shortDoc": "Returns true if the collection contains the passed Object as an item. ...",
537         "static": false,
538         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
539         "private": false,
540         "params": [
541           {
542             "type": "Object",
543             "optional": false,
544             "doc": "<p>The Object to look for in the collection.</p>\n",
545             "name": "o"
546           }
547         ],
548         "name": "contains",
549         "owner": "Ext.util.AbstractMixedCollection",
550         "doc": "<p>Returns true if the collection contains the passed Object as an item.</p>\n",
551         "linenr": 417,
552         "return": {
553           "type": "Boolean",
554           "doc": "<p>True if the collection contains the Object as an item.</p>\n"
555         },
556         "html_filename": "AbstractMixedCollection.html"
557       },
558       {
559         "deprecated": null,
560         "alias": null,
561         "protected": false,
562         "tagname": "method",
563         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-containsKey",
564         "shortDoc": "Returns true if the collection contains the passed Object as a key. ...",
565         "static": false,
566         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
567         "private": false,
568         "params": [
569           {
570             "type": "String",
571             "optional": false,
572             "doc": "<p>The key to look for in the collection.</p>\n",
573             "name": "key"
574           }
575         ],
576         "name": "containsKey",
577         "owner": "Ext.util.AbstractMixedCollection",
578         "doc": "<p>Returns true if the collection contains the passed Object as a key.</p>\n",
579         "linenr": 426,
580         "return": {
581           "type": "Boolean",
582           "doc": "<p>True if the collection contains the Object as a key.</p>\n"
583         },
584         "html_filename": "AbstractMixedCollection.html"
585       },
586       {
587         "deprecated": null,
588         "alias": null,
589         "protected": false,
590         "tagname": "method",
591         "href": "Base3.html#Ext-Base-method-create",
592         "shortDoc": "Create a new instance of this Class. ...",
593         "static": true,
594         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
595         "private": false,
596         "params": [
597
598         ],
599         "name": "create",
600         "owner": "Ext.Base",
601         "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",
602         "linenr": 329,
603         "return": {
604           "type": "Object",
605           "doc": "<p>the created instance.</p>\n"
606         },
607         "html_filename": "Base3.html"
608       },
609       {
610         "deprecated": null,
611         "alias": null,
612         "protected": false,
613         "tagname": "method",
614         "href": "Base3.html#Ext-Base-method-createAlias",
615         "shortDoc": "Create aliases for existing prototype methods. ...",
616         "static": true,
617         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
618         "private": false,
619         "params": [
620           {
621             "type": "String/Object",
622             "optional": false,
623             "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",
624             "name": "alias"
625           },
626           {
627             "type": "String/Object",
628             "optional": false,
629             "doc": "<p>The original method name</p>\n",
630             "name": "origin"
631           }
632         ],
633         "name": "createAlias",
634         "owner": "Ext.Base",
635         "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",
636         "linenr": 648,
637         "return": {
638           "type": "void",
639           "doc": "\n"
640         },
641         "html_filename": "Base3.html"
642       },
643       {
644         "deprecated": null,
645         "alias": null,
646         "protected": false,
647         "tagname": "method",
648         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-each",
649         "shortDoc": "Executes the specified function once for every item in the collection, passing the following arguments:\n\n\nitem : Mixe...",
650         "static": false,
651         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
652         "private": false,
653         "params": [
654           {
655             "type": "Function",
656             "optional": false,
657             "doc": "<p>The function to execute for each item.</p>\n",
658             "name": "fn"
659           },
660           {
661             "type": "Object",
662             "optional": true,
663             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the current item in the iteration.</p>\n",
664             "name": "scope"
665           }
666         ],
667         "name": "each",
668         "owner": "Ext.util.AbstractMixedCollection",
669         "doc": "<p>Executes the specified function once for every item in the collection, passing the following arguments:</p>\n\n<div class=\"mdetail-params\"><ul>\n<li><b>item</b> : Mixed<p class=\"sub-desc\">The collection item</p></li>\n<li><b>index</b> : Number<p class=\"sub-desc\">The item's index</p></li>\n<li><b>length</b> : Number<p class=\"sub-desc\">The total number of items in the collection</p></li>\n</ul></div>\n\n\n<p>The function should return a boolean value. Returning false from the function will stop the iteration.</p>\n",
670         "linenr": 196,
671         "return": {
672           "type": "void",
673           "doc": "\n"
674         },
675         "html_filename": "AbstractMixedCollection.html"
676       },
677       {
678         "deprecated": null,
679         "alias": null,
680         "protected": false,
681         "tagname": "method",
682         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-eachKey",
683         "shortDoc": "Executes the specified function once for every key in the collection, passing each\nkey, and its associated item as th...",
684         "static": false,
685         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
686         "private": false,
687         "params": [
688           {
689             "type": "Function",
690             "optional": false,
691             "doc": "<p>The function to execute for each item.</p>\n",
692             "name": "fn"
693           },
694           {
695             "type": "Object",
696             "optional": true,
697             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the browser window.</p>\n",
698             "name": "scope"
699           }
700         ],
701         "name": "eachKey",
702         "owner": "Ext.util.AbstractMixedCollection",
703         "doc": "<p>Executes the specified function once for every key in the collection, passing each\nkey, and its associated item as the first two parameters.</p>\n",
704         "linenr": 221,
705         "return": {
706           "type": "void",
707           "doc": "\n"
708         },
709         "html_filename": "AbstractMixedCollection.html"
710       },
711       {
712         "deprecated": null,
713         "alias": null,
714         "protected": false,
715         "tagname": "method",
716         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
717         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
718         "static": false,
719         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
720         "private": false,
721         "params": [
722           {
723             "type": "String/[String]",
724             "optional": false,
725             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
726             "name": "events"
727           }
728         ],
729         "name": "enableBubble",
730         "owner": "Ext.util.Observable",
731         "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",
732         "linenr": 609,
733         "return": {
734           "type": "void",
735           "doc": "\n"
736         },
737         "html_filename": "Observable.html"
738       },
739       {
740         "deprecated": null,
741         "alias": null,
742         "protected": false,
743         "tagname": "method",
744         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-filter",
745         "shortDoc": "Filters the objects in this collection by a set of Filters, or by a single\nproperty/value pair with optional paramete...",
746         "static": false,
747         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
748         "private": false,
749         "params": [
750           {
751             "type": "Array/String",
752             "optional": false,
753             "doc": "<p>A property on your objects, or an array of <a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Filter</a> objects</p>\n",
754             "name": "property"
755           },
756           {
757             "type": "String/RegExp",
758             "optional": false,
759             "doc": "<p>Either string that the property values\nshould start with or a RegExp to test against the property</p>\n",
760             "name": "value"
761           },
762           {
763             "type": "Boolean",
764             "optional": true,
765             "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
766             "name": "anyMatch"
767           },
768           {
769             "type": "Boolean",
770             "optional": true,
771             "doc": "<p>(optional) True for case sensitive comparison (defaults to False).</p>\n",
772             "name": "caseSensitive"
773           }
774         ],
775         "name": "filter",
776         "owner": "Ext.util.AbstractMixedCollection",
777         "doc": "<p>Filters the objects in this collection by a set of <a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Filter</a>s, or by a single\nproperty/value pair with optional parameters for substring matching and case sensitivity. See\n<a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Filter</a> for an example of using Filter objects (preferred). Alternatively,\nMixedCollection can be easily filtered by property like this:</p>\n\n\n<pre><code>//create a simple store with a few people defined\nvar people = new Ext.util.MixedCollection();\npeople.addAll([\n    {id: 1, age: 25, name: 'Ed'},\n    {id: 2, age: 24, name: 'Tommy'},\n    {id: 3, age: 24, name: 'Arne'},\n    {id: 4, age: 26, name: 'Aaron'}\n]);\n\n//a new MixedCollection containing only the items where age == 24\nvar middleAged = people.filter('age', 24);\n</code></pre>\n\n",
778         "linenr": 566,
779         "return": {
780           "type": "MixedCollection",
781           "doc": "<p>The new filtered collection</p>\n"
782         },
783         "html_filename": "AbstractMixedCollection.html"
784       },
785       {
786         "deprecated": null,
787         "alias": null,
788         "protected": false,
789         "tagname": "method",
790         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-filterBy",
791         "shortDoc": "Filter by a function. ...",
792         "static": false,
793         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
794         "private": false,
795         "params": [
796           {
797             "type": "Function",
798             "optional": false,
799             "doc": "<p>The function to be called, it will receive the args o (the object), k (the key)</p>\n",
800             "name": "fn"
801           },
802           {
803             "type": "Object",
804             "optional": true,
805             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this MixedCollection.</p>\n",
806             "name": "scope"
807           }
808         ],
809         "name": "filterBy",
810         "owner": "Ext.util.AbstractMixedCollection",
811         "doc": "<p>Filter by a function. Returns a <i>new</i> collection that has been filtered.\nThe passed function will be called with each object in the collection.\nIf the function returns true, the value is included otherwise it is filtered.</p>\n",
812         "linenr": 630,
813         "return": {
814           "type": "MixedCollection",
815           "doc": "<p>The new filtered collection</p>\n"
816         },
817         "html_filename": "AbstractMixedCollection.html"
818       },
819       {
820         "deprecated": null,
821         "alias": null,
822         "protected": false,
823         "tagname": "method",
824         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findBy",
825         "shortDoc": "Returns the first item in the collection which elicits a true return value from the\npassed selection function. ...",
826         "static": false,
827         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
828         "private": false,
829         "params": [
830           {
831             "type": "Function",
832             "optional": false,
833             "doc": "<p>The selection function to execute for each item.</p>\n",
834             "name": "fn"
835           },
836           {
837             "type": "Object",
838             "optional": true,
839             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the browser window.</p>\n",
840             "name": "scope"
841           }
842         ],
843         "name": "findBy",
844         "owner": "Ext.util.AbstractMixedCollection",
845         "doc": "<p>Returns the first item in the collection which elicits a true return value from the\npassed selection function.</p>\n",
846         "linenr": 238,
847         "return": {
848           "type": "Object",
849           "doc": "<p>The first item in the collection which returned true from the selection function.</p>\n"
850         },
851         "html_filename": "AbstractMixedCollection.html"
852       },
853       {
854         "deprecated": null,
855         "alias": null,
856         "protected": false,
857         "tagname": "method",
858         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findIndex",
859         "shortDoc": "Finds the index of the first matching object in this collection by a specific property/value. ...",
860         "static": false,
861         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
862         "private": false,
863         "params": [
864           {
865             "type": "String",
866             "optional": false,
867             "doc": "<p>The name of a property on your objects.</p>\n",
868             "name": "property"
869           },
870           {
871             "type": "String/RegExp",
872             "optional": false,
873             "doc": "<p>A string that the property values\nshould start with or a RegExp to test against the property.</p>\n",
874             "name": "value"
875           },
876           {
877             "type": "Number",
878             "optional": true,
879             "doc": "<p>(optional) The index to start searching at (defaults to 0).</p>\n",
880             "name": "start"
881           },
882           {
883             "type": "Boolean",
884             "optional": true,
885             "doc": "<p>(optional) True to match any part of the string, not just the beginning.</p>\n",
886             "name": "anyMatch"
887           },
888           {
889             "type": "Boolean",
890             "optional": true,
891             "doc": "<p>(optional) True for case sensitive comparison.</p>\n",
892             "name": "caseSensitive"
893           }
894         ],
895         "name": "findIndex",
896         "owner": "Ext.util.AbstractMixedCollection",
897         "doc": "<p>Finds the index of the first matching object in this collection by a specific property/value.</p>\n",
898         "linenr": 657,
899         "return": {
900           "type": "Number",
901           "doc": "<p>The matched index or -1</p>\n"
902         },
903         "html_filename": "AbstractMixedCollection.html"
904       },
905       {
906         "deprecated": null,
907         "alias": null,
908         "protected": false,
909         "tagname": "method",
910         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findIndexBy",
911         "shortDoc": "Find the index of the first matching object in this collection by a function. ...",
912         "static": false,
913         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
914         "private": false,
915         "params": [
916           {
917             "type": "Function",
918             "optional": false,
919             "doc": "<p>The function to be called, it will receive the args o (the object), k (the key).</p>\n",
920             "name": "fn"
921           },
922           {
923             "type": "Object",
924             "optional": true,
925             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this MixedCollection.</p>\n",
926             "name": "scope"
927           },
928           {
929             "type": "Number",
930             "optional": true,
931             "doc": "<p>(optional) The index to start searching at (defaults to 0).</p>\n",
932             "name": "start"
933           }
934         ],
935         "name": "findIndexBy",
936         "owner": "Ext.util.AbstractMixedCollection",
937         "doc": "<p>Find the index of the first matching object in this collection by a function.\nIf the function returns <i>true</i> it is considered a match.</p>\n",
938         "linenr": 677,
939         "return": {
940           "type": "Number",
941           "doc": "<p>The matched index or -1</p>\n"
942         },
943         "html_filename": "AbstractMixedCollection.html"
944       },
945       {
946         "deprecated": null,
947         "alias": null,
948         "protected": false,
949         "tagname": "method",
950         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
951         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
952         "static": false,
953         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
954         "private": false,
955         "params": [
956           {
957             "type": "String",
958             "optional": false,
959             "doc": "<p>The name of the event to fire.</p>\n",
960             "name": "eventName"
961           },
962           {
963             "type": "Object...",
964             "optional": false,
965             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
966             "name": "args"
967           }
968         ],
969         "name": "fireEvent",
970         "owner": "Ext.util.Observable",
971         "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.data.Errors-method-addListener\" rel=\"Ext.data.Errors-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.data.Errors-method-enableBubble\" rel=\"Ext.data.Errors-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
972         "linenr": 233,
973         "return": {
974           "type": "Boolean",
975           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
976         },
977         "html_filename": "Observable.html"
978       },
979       {
980         "deprecated": null,
981         "alias": null,
982         "protected": false,
983         "tagname": "method",
984         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-first",
985         "shortDoc": "Returns the first item in the collection. ...",
986         "static": false,
987         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
988         "private": false,
989         "params": [
990
991         ],
992         "name": "first",
993         "owner": "Ext.util.AbstractMixedCollection",
994         "doc": "<p>Returns the first item in the collection.</p>\n",
995         "linenr": 448,
996         "return": {
997           "type": "Object",
998           "doc": "<p>the first item in the collection..</p>\n"
999         },
1000         "html_filename": "AbstractMixedCollection.html"
1001       },
1002       {
1003         "deprecated": null,
1004         "alias": null,
1005         "protected": false,
1006         "tagname": "method",
1007         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-get",
1008         "shortDoc": "Returns the item associated with the passed key OR index. ...",
1009         "static": false,
1010         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1011         "private": false,
1012         "params": [
1013           {
1014             "type": "String/Number",
1015             "optional": false,
1016             "doc": "<p>The key or index of the item.</p>\n",
1017             "name": "key"
1018           }
1019         ],
1020         "name": "get",
1021         "owner": "Ext.util.AbstractMixedCollection",
1022         "doc": "<p>Returns the item associated with the passed key OR index.\nKey has priority over index.  This is the equivalent\nof calling key first, then if nothing matched calling <a href=\"#/api/Ext.data.Errors-method-getAt\" rel=\"Ext.data.Errors-method-getAt\" class=\"docClass\">getAt</a>.</p>\n",
1023         "linenr": 384,
1024         "return": {
1025           "type": "Object",
1026           "doc": "<p>If the item is found, returns the item.  If the item was not found, returns <tt>undefined</tt>.\nIf an item was found, but is a Class, returns <tt>null</tt>.</p>\n"
1027         },
1028         "html_filename": "AbstractMixedCollection.html"
1029       },
1030       {
1031         "deprecated": null,
1032         "alias": null,
1033         "protected": false,
1034         "tagname": "method",
1035         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getAt",
1036         "shortDoc": "Returns the item at the specified index. ...",
1037         "static": false,
1038         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1039         "private": false,
1040         "params": [
1041           {
1042             "type": "Number",
1043             "optional": false,
1044             "doc": "<p>The index of the item.</p>\n",
1045             "name": "index"
1046           }
1047         ],
1048         "name": "getAt",
1049         "owner": "Ext.util.AbstractMixedCollection",
1050         "doc": "<p>Returns the item at the specified index.</p>\n",
1051         "linenr": 399,
1052         "return": {
1053           "type": "Object",
1054           "doc": "<p>The item at the specified index.</p>\n"
1055         },
1056         "html_filename": "AbstractMixedCollection.html"
1057       },
1058       {
1059         "deprecated": null,
1060         "alias": null,
1061         "protected": false,
1062         "tagname": "method",
1063         "href": "Errors.html#Ext-data-Errors-method-getByField",
1064         "shortDoc": "Returns all of the errors for the given field ...",
1065         "static": false,
1066         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Errors.js",
1067         "private": false,
1068         "params": [
1069           {
1070             "type": "String",
1071             "optional": false,
1072             "doc": "<p>The field to get errors for</p>\n",
1073             "name": "fieldName"
1074           }
1075         ],
1076         "name": "getByField",
1077         "owner": "Ext.data.Errors",
1078         "doc": "<p>Returns all of the errors for the given field</p>\n",
1079         "linenr": 34,
1080         "return": {
1081           "type": "Array",
1082           "doc": "<p>All errors for the given field</p>\n"
1083         },
1084         "html_filename": "Errors.html"
1085       },
1086       {
1087         "deprecated": null,
1088         "alias": null,
1089         "protected": false,
1090         "tagname": "method",
1091         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getByKey",
1092         "shortDoc": "Returns the item associated with the passed key. ...",
1093         "static": false,
1094         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1095         "private": false,
1096         "params": [
1097           {
1098             "type": "String/Number",
1099             "optional": false,
1100             "doc": "<p>The key of the item.</p>\n",
1101             "name": "key"
1102           }
1103         ],
1104         "name": "getByKey",
1105         "owner": "Ext.util.AbstractMixedCollection",
1106         "doc": "<p>Returns the item associated with the passed key.</p>\n",
1107         "linenr": 408,
1108         "return": {
1109           "type": "Object",
1110           "doc": "<p>The item associated with the passed key.</p>\n"
1111         },
1112         "html_filename": "AbstractMixedCollection.html"
1113       },
1114       {
1115         "deprecated": null,
1116         "alias": null,
1117         "protected": false,
1118         "tagname": "method",
1119         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getCount",
1120         "shortDoc": "Returns the number of items in the collection. ...",
1121         "static": false,
1122         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1123         "private": false,
1124         "params": [
1125
1126         ],
1127         "name": "getCount",
1128         "owner": "Ext.util.AbstractMixedCollection",
1129         "doc": "<p>Returns the number of items in the collection.</p>\n",
1130         "linenr": 358,
1131         "return": {
1132           "type": "Number",
1133           "doc": "<p>the number of items in the collection.</p>\n"
1134         },
1135         "html_filename": "AbstractMixedCollection.html"
1136       },
1137       {
1138         "deprecated": null,
1139         "alias": null,
1140         "protected": false,
1141         "tagname": "method",
1142         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getKey",
1143         "shortDoc": "MixedCollection has a generic way to fetch keys if you implement getKey. ...",
1144         "static": false,
1145         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1146         "private": false,
1147         "params": [
1148           {
1149             "type": "Object",
1150             "optional": false,
1151             "doc": "<p>The item for which to find the key.</p>\n",
1152             "name": "item"
1153           }
1154         ],
1155         "name": "getKey",
1156         "owner": "Ext.util.AbstractMixedCollection",
1157         "doc": "<p>MixedCollection has a generic way to fetch keys if you implement getKey.  The default implementation\nsimply returns <b><code>item.id</code></b> but you can provide your own implementation\nto return a different value as in the following examples:</p>\n\n<pre><code>// normal way\nvar mc = new Ext.util.MixedCollection();\nmc.add(someEl.dom.id, someEl);\nmc.add(otherEl.dom.id, otherEl);\n//and so on\n\n// using getKey\nvar mc = new Ext.util.MixedCollection();\nmc.getKey = function(el){\n   return el.dom.id;\n};\nmc.add(someEl);\nmc.add(otherEl);\n\n// or via the constructor\nvar mc = new Ext.util.MixedCollection(false, function(el){\n   return el.dom.id;\n});\nmc.add(someEl);\nmc.add(otherEl);\n</code></pre>\n\n",
1158         "linenr": 103,
1159         "return": {
1160           "type": "Object",
1161           "doc": "<p>The key for the passed item.</p>\n"
1162         },
1163         "html_filename": "AbstractMixedCollection.html"
1164       },
1165       {
1166         "deprecated": null,
1167         "alias": null,
1168         "protected": false,
1169         "tagname": "method",
1170         "href": "Base3.html#Ext-Base-method-getName",
1171         "shortDoc": "Get the current class' name in string format. ...",
1172         "static": false,
1173         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1174         "private": false,
1175         "params": [
1176
1177         ],
1178         "name": "getName",
1179         "owner": "Ext.Base",
1180         "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",
1181         "linenr": 631,
1182         "return": {
1183           "type": "String",
1184           "doc": "<p>className</p>\n"
1185         },
1186         "html_filename": "Base3.html"
1187       },
1188       {
1189         "deprecated": null,
1190         "alias": null,
1191         "protected": false,
1192         "tagname": "method",
1193         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getRange",
1194         "shortDoc": "Returns a range of items in this collection ...",
1195         "static": false,
1196         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1197         "private": false,
1198         "params": [
1199           {
1200             "type": "Number",
1201             "optional": true,
1202             "doc": "<p>(optional) The starting index. Defaults to 0.</p>\n",
1203             "name": "startIndex"
1204           },
1205           {
1206             "type": "Number",
1207             "optional": true,
1208             "doc": "<p>(optional) The ending index. Defaults to the last item.</p>\n",
1209             "name": "endIndex"
1210           }
1211         ],
1212         "name": "getRange",
1213         "owner": "Ext.util.AbstractMixedCollection",
1214         "doc": "<p>Returns a range of items in this collection</p>\n",
1215         "linenr": 536,
1216         "return": {
1217           "type": "Array",
1218           "doc": "<p>An array of items</p>\n"
1219         },
1220         "html_filename": "AbstractMixedCollection.html"
1221       },
1222       {
1223         "deprecated": null,
1224         "alias": null,
1225         "protected": false,
1226         "tagname": "method",
1227         "href": "Observable.html#Ext-util-Observable-method-hasListener",
1228         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
1229         "static": false,
1230         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1231         "private": false,
1232         "params": [
1233           {
1234             "type": "String",
1235             "optional": false,
1236             "doc": "<p>The name of the event to check for</p>\n",
1237             "name": "eventName"
1238           }
1239         ],
1240         "name": "hasListener",
1241         "owner": "Ext.util.Observable",
1242         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1243         "linenr": 530,
1244         "return": {
1245           "type": "Boolean",
1246           "doc": "<p>True if the event is being listened for, else false</p>\n"
1247         },
1248         "html_filename": "Observable.html"
1249       },
1250       {
1251         "deprecated": null,
1252         "alias": null,
1253         "protected": false,
1254         "tagname": "method",
1255         "href": "Base3.html#Ext-Base-method-implement",
1256         "shortDoc": "Add methods / properties to the prototype of this class. ...",
1257         "static": true,
1258         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1259         "private": false,
1260         "params": [
1261           {
1262             "type": "Object",
1263             "optional": false,
1264             "doc": "\n",
1265             "name": "members"
1266           }
1267         ],
1268         "name": "implement",
1269         "owner": "Ext.Base",
1270         "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",
1271         "linenr": 415,
1272         "return": {
1273           "type": "void",
1274           "doc": "\n"
1275         },
1276         "html_filename": "Base3.html"
1277       },
1278       {
1279         "deprecated": null,
1280         "alias": null,
1281         "protected": false,
1282         "tagname": "method",
1283         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-indexOf",
1284         "shortDoc": "Returns index within the collection of the passed Object. ...",
1285         "static": false,
1286         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1287         "private": false,
1288         "params": [
1289           {
1290             "type": "Object",
1291             "optional": false,
1292             "doc": "<p>The item to find the index of.</p>\n",
1293             "name": "o"
1294           }
1295         ],
1296         "name": "indexOf",
1297         "owner": "Ext.util.AbstractMixedCollection",
1298         "doc": "<p>Returns index within the collection of the passed Object.</p>\n",
1299         "linenr": 366,
1300         "return": {
1301           "type": "Number",
1302           "doc": "<p>index of the item. Returns -1 if not found.</p>\n"
1303         },
1304         "html_filename": "AbstractMixedCollection.html"
1305       },
1306       {
1307         "deprecated": null,
1308         "alias": null,
1309         "protected": false,
1310         "tagname": "method",
1311         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-indexOfKey",
1312         "shortDoc": "Returns index within the collection of the passed key. ...",
1313         "static": false,
1314         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1315         "private": false,
1316         "params": [
1317           {
1318             "type": "String",
1319             "optional": false,
1320             "doc": "<p>The key to find the index of.</p>\n",
1321             "name": "key"
1322           }
1323         ],
1324         "name": "indexOfKey",
1325         "owner": "Ext.util.AbstractMixedCollection",
1326         "doc": "<p>Returns index within the collection of the passed key.</p>\n",
1327         "linenr": 375,
1328         "return": {
1329           "type": "Number",
1330           "doc": "<p>index of the key.</p>\n"
1331         },
1332         "html_filename": "AbstractMixedCollection.html"
1333       },
1334       {
1335         "deprecated": null,
1336         "alias": null,
1337         "protected": true,
1338         "tagname": "method",
1339         "href": "Base3.html#Ext-Base-method-initConfig",
1340         "shortDoc": "Initialize configuration for this class. ...",
1341         "static": false,
1342         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1343         "private": false,
1344         "params": [
1345           {
1346             "type": "Object",
1347             "optional": false,
1348             "doc": "\n",
1349             "name": "config"
1350           }
1351         ],
1352         "name": "initConfig",
1353         "owner": "Ext.Base",
1354         "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",
1355         "linenr": 63,
1356         "return": {
1357           "type": "Object",
1358           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
1359         },
1360         "html_filename": "Base3.html"
1361       },
1362       {
1363         "deprecated": null,
1364         "alias": null,
1365         "protected": false,
1366         "tagname": "method",
1367         "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
1368         "shortDoc": "Performs initialization of this mixin. ...",
1369         "static": false,
1370         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1371         "private": false,
1372         "params": [
1373
1374         ],
1375         "name": "initSortable",
1376         "owner": "Ext.util.Sortable",
1377         "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
1378         "linenr": 36,
1379         "return": {
1380           "type": "void",
1381           "doc": "\n"
1382         },
1383         "html_filename": "Sortable.html"
1384       },
1385       {
1386         "deprecated": null,
1387         "alias": null,
1388         "protected": false,
1389         "tagname": "method",
1390         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-insert",
1391         "shortDoc": "Inserts an item at the specified index in the collection. ...",
1392         "static": false,
1393         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1394         "private": false,
1395         "params": [
1396           {
1397             "type": "Number",
1398             "optional": false,
1399             "doc": "<p>The index to insert the item at.</p>\n",
1400             "name": "index"
1401           },
1402           {
1403             "type": "String",
1404             "optional": false,
1405             "doc": "<p>The key to associate with the new item, or the item itself.</p>\n",
1406             "name": "key"
1407           },
1408           {
1409             "type": "Object",
1410             "optional": true,
1411             "doc": "<p>(optional) If the second parameter was a key, the new item.</p>\n",
1412             "name": "o"
1413           }
1414         ],
1415         "name": "insert",
1416         "owner": "Ext.util.AbstractMixedCollection",
1417         "doc": "<p>Inserts an item at the specified index in the collection. Fires the <a href=\"#/api/Ext.data.Errors-event-add\" rel=\"Ext.data.Errors-event-add\" class=\"docClass\">add</a> event when complete.</p>\n",
1418         "linenr": 268,
1419         "return": {
1420           "type": "Object",
1421           "doc": "<p>The item inserted.</p>\n"
1422         },
1423         "html_filename": "AbstractMixedCollection.html"
1424       },
1425       {
1426         "deprecated": null,
1427         "alias": null,
1428         "protected": false,
1429         "tagname": "method",
1430         "href": "Errors.html#Ext-data-Errors-method-isValid",
1431         "shortDoc": "Returns true if there are no errors in the collection ...",
1432         "static": false,
1433         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Errors.js",
1434         "private": false,
1435         "params": [
1436
1437         ],
1438         "name": "isValid",
1439         "owner": "Ext.data.Errors",
1440         "doc": "<p>Returns true if there are no errors in the collection</p>\n",
1441         "linenr": 26,
1442         "return": {
1443           "type": "Boolean",
1444           "doc": "\n"
1445         },
1446         "html_filename": "Errors.html"
1447       },
1448       {
1449         "deprecated": null,
1450         "alias": null,
1451         "protected": false,
1452         "tagname": "method",
1453         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-last",
1454         "shortDoc": "Returns the last item in the collection. ...",
1455         "static": false,
1456         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1457         "private": false,
1458         "params": [
1459
1460         ],
1461         "name": "last",
1462         "owner": "Ext.util.AbstractMixedCollection",
1463         "doc": "<p>Returns the last item in the collection.</p>\n",
1464         "linenr": 456,
1465         "return": {
1466           "type": "Object",
1467           "doc": "<p>the last item in the collection..</p>\n"
1468         },
1469         "html_filename": "AbstractMixedCollection.html"
1470       },
1471       {
1472         "deprecated": null,
1473         "alias": {
1474           "tagname": "alias",
1475           "cls": "Ext.util.Observable",
1476           "doc": null,
1477           "owner": "addManagedListener"
1478         },
1479         "protected": false,
1480         "tagname": "method",
1481         "href": "Observable.html#Ext-util-Observable-method-mon",
1482         "shortDoc": "Shorthand for addManagedListener. ...",
1483         "static": false,
1484         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1485         "private": false,
1486         "params": [
1487           {
1488             "type": "Observable/Element",
1489             "optional": false,
1490             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
1491             "name": "item"
1492           },
1493           {
1494             "type": "Object/String",
1495             "optional": false,
1496             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1497             "name": "ename"
1498           },
1499           {
1500             "type": "Function",
1501             "optional": true,
1502             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1503             "name": "fn"
1504           },
1505           {
1506             "type": "Object",
1507             "optional": true,
1508             "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",
1509             "name": "scope"
1510           },
1511           {
1512             "type": "Object",
1513             "optional": true,
1514             "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",
1515             "name": "opt"
1516           }
1517         ],
1518         "name": "mon",
1519         "owner": "Ext.util.Observable",
1520         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.Errors-method-addManagedListener\" rel=\"Ext.data.Errors-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",
1521         "linenr": 681,
1522         "return": {
1523           "type": "void",
1524           "doc": "\n"
1525         },
1526         "html_filename": "Observable.html"
1527       },
1528       {
1529         "deprecated": null,
1530         "alias": {
1531           "tagname": "alias",
1532           "cls": "Ext.util.Observable",
1533           "doc": null,
1534           "owner": "removeManagedListener"
1535         },
1536         "protected": false,
1537         "tagname": "method",
1538         "href": "Observable.html#Ext-util-Observable-method-mun",
1539         "shortDoc": "Shorthand for removeManagedListener. ...",
1540         "static": false,
1541         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1542         "private": false,
1543         "params": [
1544           {
1545             "type": "Observable|Element",
1546             "optional": false,
1547             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1548             "name": "item"
1549           },
1550           {
1551             "type": "Object|String",
1552             "optional": false,
1553             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1554             "name": "ename"
1555           },
1556           {
1557             "type": "Function",
1558             "optional": false,
1559             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1560             "name": "fn"
1561           },
1562           {
1563             "type": "Object",
1564             "optional": false,
1565             "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",
1566             "name": "scope"
1567           }
1568         ],
1569         "name": "mun",
1570         "owner": "Ext.util.Observable",
1571         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.Errors-method-removeManagedListener\" rel=\"Ext.data.Errors-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.Errors-method-mon\" rel=\"Ext.data.Errors-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1572         "linenr": 687,
1573         "return": {
1574           "type": "void",
1575           "doc": "\n"
1576         },
1577         "html_filename": "Observable.html"
1578       },
1579       {
1580         "deprecated": null,
1581         "alias": null,
1582         "protected": false,
1583         "tagname": "method",
1584         "href": "Observable.html#Ext-util-Observable-method-observe",
1585         "shortDoc": "Sets observability on the passed class constructor. ...",
1586         "static": true,
1587         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1588         "private": false,
1589         "params": [
1590           {
1591             "type": "Function",
1592             "optional": false,
1593             "doc": "<p>The class constructor to make observable.</p>\n",
1594             "name": "c"
1595           },
1596           {
1597             "type": "Object",
1598             "optional": false,
1599             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.data.Errors-method-addListener\" rel=\"Ext.data.Errors-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1600             "name": "listeners"
1601           }
1602         ],
1603         "name": "observe",
1604         "owner": "Ext.util.Observable",
1605         "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",
1606         "linenr": 69,
1607         "return": {
1608           "type": "void",
1609           "doc": "\n"
1610         },
1611         "html_filename": "Observable.html"
1612       },
1613       {
1614         "deprecated": null,
1615         "alias": {
1616           "tagname": "alias",
1617           "cls": "Ext.util.Observable",
1618           "doc": null,
1619           "owner": "addListener"
1620         },
1621         "protected": false,
1622         "tagname": "method",
1623         "href": "Observable.html#Ext-util-Observable-method-on",
1624         "shortDoc": "Shorthand for addListener. ...",
1625         "static": false,
1626         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1627         "private": false,
1628         "params": [
1629           {
1630             "type": "String",
1631             "optional": false,
1632             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
1633             "name": "eventName"
1634           },
1635           {
1636             "type": "Function",
1637             "optional": false,
1638             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.Errors-method-fireEvent\" rel=\"Ext.data.Errors-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
1639             "name": "handler"
1640           },
1641           {
1642             "type": "Object",
1643             "optional": true,
1644             "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",
1645             "name": "scope"
1646           },
1647           {
1648             "type": "Object",
1649             "optional": true,
1650             "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",
1651             "name": "options"
1652           }
1653         ],
1654         "name": "on",
1655         "owner": "Ext.util.Observable",
1656         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.Errors-method-addListener\" rel=\"Ext.data.Errors-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
1657         "linenr": 669,
1658         "return": {
1659           "type": "void",
1660           "doc": "\n"
1661         },
1662         "html_filename": "Observable.html"
1663       },
1664       {
1665         "deprecated": null,
1666         "alias": null,
1667         "protected": false,
1668         "tagname": "method",
1669         "href": "Base3.html#Ext-Base-method-override",
1670         "shortDoc": "Override prototype members of this class. ...",
1671         "static": true,
1672         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1673         "private": false,
1674         "params": [
1675           {
1676             "type": "Object",
1677             "optional": false,
1678             "doc": "\n",
1679             "name": "members"
1680           }
1681         ],
1682         "name": "override",
1683         "owner": "Ext.Base",
1684         "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",
1685         "linenr": 518,
1686         "return": {
1687           "type": "Ext.Base",
1688           "doc": "<p>this</p>\n"
1689         },
1690         "html_filename": "Base3.html"
1691       },
1692       {
1693         "deprecated": null,
1694         "alias": null,
1695         "protected": false,
1696         "tagname": "method",
1697         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1698         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
1699         "static": false,
1700         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1701         "private": false,
1702         "params": [
1703           {
1704             "type": "Object",
1705             "optional": false,
1706             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1707             "name": "origin"
1708           },
1709           {
1710             "type": "[String]",
1711             "optional": false,
1712             "doc": "<p>Array of event names to relay.</p>\n",
1713             "name": "events"
1714           },
1715           {
1716             "type": "Object",
1717             "optional": false,
1718             "doc": "\n",
1719             "name": "prefix"
1720           }
1721         ],
1722         "name": "relayEvents",
1723         "owner": "Ext.util.Observable",
1724         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
1725         "linenr": 573,
1726         "return": {
1727           "type": "void",
1728           "doc": "\n"
1729         },
1730         "html_filename": "Observable.html"
1731       },
1732       {
1733         "deprecated": null,
1734         "alias": null,
1735         "protected": false,
1736         "tagname": "method",
1737         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1738         "shortDoc": "Removes all added captures from the Observable. ...",
1739         "static": true,
1740         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1741         "private": false,
1742         "params": [
1743           {
1744             "type": "Observable",
1745             "optional": false,
1746             "doc": "<p>The Observable to release</p>\n",
1747             "name": "o"
1748           }
1749         ],
1750         "name": "releaseCapture",
1751         "owner": "Ext.util.Observable",
1752         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
1753         "linenr": 44,
1754         "return": {
1755           "type": "void",
1756           "doc": "\n"
1757         },
1758         "html_filename": "Observable.html"
1759       },
1760       {
1761         "deprecated": null,
1762         "alias": null,
1763         "protected": false,
1764         "tagname": "method",
1765         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-remove",
1766         "shortDoc": "Remove an item from the collection. ...",
1767         "static": false,
1768         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1769         "private": false,
1770         "params": [
1771           {
1772             "type": "Object",
1773             "optional": false,
1774             "doc": "<p>The item to remove.</p>\n",
1775             "name": "o"
1776           }
1777         ],
1778         "name": "remove",
1779         "owner": "Ext.util.AbstractMixedCollection",
1780         "doc": "<p>Remove an item from the collection.</p>\n",
1781         "linenr": 302,
1782         "return": {
1783           "type": "Object",
1784           "doc": "<p>The item removed or false if no item was removed.</p>\n"
1785         },
1786         "html_filename": "AbstractMixedCollection.html"
1787       },
1788       {
1789         "deprecated": null,
1790         "alias": null,
1791         "protected": false,
1792         "tagname": "method",
1793         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAll",
1794         "shortDoc": "Remove all items in the passed array from the collection. ...",
1795         "static": false,
1796         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1797         "private": false,
1798         "params": [
1799           {
1800             "type": "Array",
1801             "optional": false,
1802             "doc": "<p>An array of items to be removed.</p>\n",
1803             "name": "items"
1804           }
1805         ],
1806         "name": "removeAll",
1807         "owner": "Ext.util.AbstractMixedCollection",
1808         "doc": "<p>Remove all items in the passed array from the collection.</p>\n",
1809         "linenr": 311,
1810         "return": {
1811           "type": "Ext.util.MixedCollection",
1812           "doc": "<p>this object</p>\n"
1813         },
1814         "html_filename": "AbstractMixedCollection.html"
1815       },
1816       {
1817         "deprecated": null,
1818         "alias": null,
1819         "protected": false,
1820         "tagname": "method",
1821         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAt",
1822         "shortDoc": "Remove an item from a specified index in the collection. ...",
1823         "static": false,
1824         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1825         "private": false,
1826         "params": [
1827           {
1828             "type": "Number",
1829             "optional": false,
1830             "doc": "<p>The index within the collection of the item to remove.</p>\n",
1831             "name": "index"
1832           }
1833         ],
1834         "name": "removeAt",
1835         "owner": "Ext.util.AbstractMixedCollection",
1836         "doc": "<p>Remove an item from a specified index in the collection. Fires the <a href=\"#/api/Ext.data.Errors-event-remove\" rel=\"Ext.data.Errors-event-remove\" class=\"docClass\">remove</a> event when complete.</p>\n",
1837         "linenr": 324,
1838         "return": {
1839           "type": "Object",
1840           "doc": "<p>The item removed or false if no item was removed.</p>\n"
1841         },
1842         "html_filename": "AbstractMixedCollection.html"
1843       },
1844       {
1845         "deprecated": null,
1846         "alias": null,
1847         "protected": false,
1848         "tagname": "method",
1849         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAtKey",
1850         "shortDoc": "Removed an item associated with the passed key fom the collection. ...",
1851         "static": false,
1852         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1853         "private": false,
1854         "params": [
1855           {
1856             "type": "String",
1857             "optional": false,
1858             "doc": "<p>The key of the item to remove.</p>\n",
1859             "name": "key"
1860           }
1861         ],
1862         "name": "removeAtKey",
1863         "owner": "Ext.util.AbstractMixedCollection",
1864         "doc": "<p>Removed an item associated with the passed key fom the collection.</p>\n",
1865         "linenr": 349,
1866         "return": {
1867           "type": "Object",
1868           "doc": "<p>The item removed or false if no item was removed.</p>\n"
1869         },
1870         "html_filename": "AbstractMixedCollection.html"
1871       },
1872       {
1873         "deprecated": null,
1874         "alias": null,
1875         "protected": false,
1876         "tagname": "method",
1877         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1878         "shortDoc": "Removes an event handler. ...",
1879         "static": false,
1880         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1881         "private": false,
1882         "params": [
1883           {
1884             "type": "String",
1885             "optional": false,
1886             "doc": "<p>The type of event the handler was associated with.</p>\n",
1887             "name": "eventName"
1888           },
1889           {
1890             "type": "Function",
1891             "optional": false,
1892             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.Errors-method-addListener\" rel=\"Ext.data.Errors-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1893             "name": "handler"
1894           },
1895           {
1896             "type": "Object",
1897             "optional": true,
1898             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1899             "name": "scope"
1900           }
1901         ],
1902         "name": "removeListener",
1903         "owner": "Ext.util.Observable",
1904         "doc": "<p>Removes an event handler.</p>\n",
1905         "linenr": 392,
1906         "return": {
1907           "type": "void",
1908           "doc": "\n"
1909         },
1910         "html_filename": "Observable.html"
1911       },
1912       {
1913         "deprecated": null,
1914         "alias": null,
1915         "protected": false,
1916         "tagname": "method",
1917         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1918         "shortDoc": "Removes listeners that were added by the mon method. ...",
1919         "static": false,
1920         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1921         "private": false,
1922         "params": [
1923           {
1924             "type": "Observable|Element",
1925             "optional": false,
1926             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1927             "name": "item"
1928           },
1929           {
1930             "type": "Object|String",
1931             "optional": false,
1932             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1933             "name": "ename"
1934           },
1935           {
1936             "type": "Function",
1937             "optional": false,
1938             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1939             "name": "fn"
1940           },
1941           {
1942             "type": "Object",
1943             "optional": false,
1944             "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",
1945             "name": "scope"
1946           }
1947         ],
1948         "name": "removeManagedListener",
1949         "owner": "Ext.util.Observable",
1950         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.Errors-method-mon\" rel=\"Ext.data.Errors-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1951         "linenr": 197,
1952         "return": {
1953           "type": "void",
1954           "doc": "\n"
1955         },
1956         "html_filename": "Observable.html"
1957       },
1958       {
1959         "deprecated": null,
1960         "alias": null,
1961         "protected": false,
1962         "tagname": "method",
1963         "href": "MixedCollection.html#Ext-util-MixedCollection-method-reorder",
1964         "shortDoc": "Reorders each of the items based on a mapping from old index to new index. ...",
1965         "static": false,
1966         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/MixedCollection.js",
1967         "private": false,
1968         "params": [
1969           {
1970             "type": "Object",
1971             "optional": false,
1972             "doc": "<p>Mapping from old item index to new item index</p>\n",
1973             "name": "mapping"
1974           }
1975         ],
1976         "name": "reorder",
1977         "owner": "Ext.util.MixedCollection",
1978         "doc": "<p>Reorders each of the items based on a mapping from old index to new index. Internally this\njust translates into a sort. The 'sort' event is fired whenever reordering has occured.</p>\n",
1979         "linenr": 152,
1980         "return": {
1981           "type": "void",
1982           "doc": "\n"
1983         },
1984         "html_filename": "MixedCollection.html"
1985       },
1986       {
1987         "deprecated": null,
1988         "alias": null,
1989         "protected": false,
1990         "tagname": "method",
1991         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-replace",
1992         "shortDoc": "Replaces an item in the collection. ...",
1993         "static": false,
1994         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
1995         "private": false,
1996         "params": [
1997           {
1998             "type": "String",
1999             "optional": false,
2000             "doc": "<p>The key associated with the item to replace, or the replacement item.</p>\n\n\n<p>If you supplied a <a href=\"#/api/Ext.data.Errors-method-getKey\" rel=\"Ext.data.Errors-method-getKey\" class=\"docClass\">getKey</a> implementation for this MixedCollection, or if the key\nof your stored items is in a property called <tt><b>id</b></tt>, then the MixedCollection\nwill be able to <i>derive</i> the key of the replacement item. If you want to replace an item\nwith one having the same key value, then just pass the replacement item in this parameter.</p>\n\n",
2001             "name": "key"
2002           },
2003           {
2004             "type": "Object",
2005             "optional": true,
2006             "doc": "<p>{Object} o (optional) If the first parameter passed was a key, the item to associate\nwith that key.</p>\n",
2007             "name": "o"
2008           }
2009         ],
2010         "name": "replace",
2011         "owner": "Ext.util.AbstractMixedCollection",
2012         "doc": "<p>Replaces an item in the collection. Fires the <a href=\"#/api/Ext.data.Errors-event-replace\" rel=\"Ext.data.Errors-event-replace\" class=\"docClass\">replace</a> event when complete.</p>\n",
2013         "linenr": 135,
2014         "return": {
2015           "type": "Object",
2016           "doc": "<p>The new item.</p>\n"
2017         },
2018         "html_filename": "AbstractMixedCollection.html"
2019       },
2020       {
2021         "deprecated": null,
2022         "alias": null,
2023         "protected": false,
2024         "tagname": "method",
2025         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
2026         "shortDoc": "Resumes firing events (see suspendEvents). ...",
2027         "static": false,
2028         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2029         "private": false,
2030         "params": [
2031
2032         ],
2033         "name": "resumeEvents",
2034         "owner": "Ext.util.Observable",
2035         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.data.Errors-method-suspendEvents\" rel=\"Ext.data.Errors-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",
2036         "linenr": 554,
2037         "return": {
2038           "type": "void",
2039           "doc": "\n"
2040         },
2041         "html_filename": "Observable.html"
2042       },
2043       {
2044         "deprecated": null,
2045         "alias": null,
2046         "protected": false,
2047         "tagname": "method",
2048         "href": "Sortable.html#Ext-util-Sortable-method-sort",
2049         "shortDoc": "Sorts the data in the Store by one or more of its properties. ...",
2050         "static": false,
2051         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2052         "private": false,
2053         "params": [
2054           {
2055             "type": "String|Array",
2056             "optional": false,
2057             "doc": "<p>Either a string name of one of the fields in this Store's configured <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a>,\nor an Array of sorter configurations.</p>\n",
2058             "name": "sorters"
2059           },
2060           {
2061             "type": "String",
2062             "optional": false,
2063             "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
2064             "name": "direction"
2065           },
2066           {
2067             "type": "Object",
2068             "optional": false,
2069             "doc": "\n",
2070             "name": "where"
2071           },
2072           {
2073             "type": "Object",
2074             "optional": false,
2075             "doc": "\n",
2076             "name": "doSort"
2077           }
2078         ],
2079         "name": "sort",
2080         "owner": "Ext.util.Sortable",
2081         "doc": "<p>Sorts the data in the Store by one or more of its properties. Example usage:</p>\n\n\n<pre><code>//sort by a single field\nmyStore.sort('myField', 'DESC');\n\n//sorting by multiple fields\nmyStore.sort([\n    {\n        property : 'age',\n        direction: 'ASC'\n    },\n    {\n        property : 'name',\n        direction: 'DESC'\n    }\n]);\n</code></pre>\n\n\n<p>Internally, Store converts the passed arguments into an array of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Ext.util.Sorter</a> instances, and delegates the actual\nsorting to its internal <a href=\"#/api/Ext.util.MixedCollection\" rel=\"Ext.util.MixedCollection\" class=\"docClass\">Ext.util.MixedCollection</a>.</p>\n\n\n<p>When passing a single string argument to sort, Store maintains a ASC/DESC toggler per field, so this code:</p>\n\n\n<pre><code>store.sort('myField');\nstore.sort('myField');\n     </code></pre>\n\n\n<p>Is equivalent to this code, because Store handles the toggling automatically:</p>\n\n\n<pre><code>store.sort('myField', 'ASC');\nstore.sort('myField', 'DESC');\n</code></pre>\n\n",
2082         "linenr": 58,
2083         "return": {
2084           "type": "void",
2085           "doc": "\n"
2086         },
2087         "html_filename": "Sortable.html"
2088       },
2089       {
2090         "deprecated": null,
2091         "alias": null,
2092         "protected": false,
2093         "tagname": "method",
2094         "href": "MixedCollection.html#Ext-util-MixedCollection-method-sortBy",
2095         "shortDoc": "Sorts the collection by a single sorter function ...",
2096         "static": false,
2097         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/MixedCollection.js",
2098         "private": false,
2099         "params": [
2100           {
2101             "type": "Function",
2102             "optional": false,
2103             "doc": "<p>The function to sort by</p>\n",
2104             "name": "sorterFn"
2105           }
2106         ],
2107         "name": "sortBy",
2108         "owner": "Ext.util.MixedCollection",
2109         "doc": "<p>Sorts the collection by a single sorter function</p>\n",
2110         "linenr": 113,
2111         "return": {
2112           "type": "void",
2113           "doc": "\n"
2114         },
2115         "html_filename": "MixedCollection.html"
2116       },
2117       {
2118         "deprecated": null,
2119         "alias": null,
2120         "protected": false,
2121         "tagname": "method",
2122         "href": "MixedCollection.html#Ext-util-MixedCollection-method-sortByKey",
2123         "shortDoc": "Sorts this collection by keys. ...",
2124         "static": false,
2125         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/MixedCollection.js",
2126         "private": false,
2127         "params": [
2128           {
2129             "type": "String",
2130             "optional": true,
2131             "doc": "<p>(optional) 'ASC' or 'DESC'. Defaults to 'ASC'.</p>\n",
2132             "name": "direction"
2133           },
2134           {
2135             "type": "Function",
2136             "optional": true,
2137             "doc": "<p>(optional) Comparison function that defines the sort order.\nDefaults to sorting by case insensitive string.</p>\n",
2138             "name": "fn"
2139           }
2140         ],
2141         "name": "sortByKey",
2142         "owner": "Ext.util.MixedCollection",
2143         "doc": "<p>Sorts this collection by <b>key</b>s.</p>\n",
2144         "linenr": 192,
2145         "return": {
2146           "type": "void",
2147           "doc": "\n"
2148         },
2149         "html_filename": "MixedCollection.html"
2150       },
2151       {
2152         "deprecated": null,
2153         "alias": null,
2154         "protected": true,
2155         "tagname": "method",
2156         "href": "Base3.html#Ext-Base-method-statics",
2157         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
2158         "static": false,
2159         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2160         "private": false,
2161         "params": [
2162
2163         ],
2164         "name": "statics",
2165         "owner": "Ext.Base",
2166         "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",
2167         "linenr": 199,
2168         "return": {
2169           "type": "Class",
2170           "doc": "\n"
2171         },
2172         "html_filename": "Base3.html"
2173       },
2174       {
2175         "deprecated": null,
2176         "alias": null,
2177         "protected": false,
2178         "tagname": "method",
2179         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-sum",
2180         "shortDoc": "Collects all of the values of the given property and returns their sum ...",
2181         "static": false,
2182         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
2183         "private": false,
2184         "params": [
2185           {
2186             "type": "String",
2187             "optional": false,
2188             "doc": "<p>The property to sum by</p>\n",
2189             "name": "property"
2190           },
2191           {
2192             "type": "String",
2193             "optional": false,
2194             "doc": "<p>Optional 'root' property to extract the first argument from. This is used mainly when\nsumming fields in records, where the fields are all stored inside the 'data' object</p>\n",
2195             "name": "root"
2196           },
2197           {
2198             "type": "Number",
2199             "optional": true,
2200             "doc": "<p>(optional) The record index to start at (defaults to <tt>0</tt>)</p>\n",
2201             "name": "start"
2202           },
2203           {
2204             "type": "Number",
2205             "optional": true,
2206             "doc": "<p>(optional) The record index to end at (defaults to <tt>-1</tt>)</p>\n",
2207             "name": "end"
2208           }
2209         ],
2210         "name": "sum",
2211         "owner": "Ext.util.AbstractMixedCollection",
2212         "doc": "<p>Collects all of the values of the given property and returns their sum</p>\n",
2213         "linenr": 464,
2214         "return": {
2215           "type": "Number",
2216           "doc": "<p>The total</p>\n"
2217         },
2218         "html_filename": "AbstractMixedCollection.html"
2219       },
2220       {
2221         "deprecated": null,
2222         "alias": null,
2223         "protected": false,
2224         "tagname": "method",
2225         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
2226         "shortDoc": "Suspends the firing of all events. ...",
2227         "static": false,
2228         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2229         "private": false,
2230         "params": [
2231           {
2232             "type": "Boolean",
2233             "optional": false,
2234             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.data.Errors-method-resumeEvents\" rel=\"Ext.data.Errors-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
2235             "name": "queueSuspended"
2236           }
2237         ],
2238         "name": "suspendEvents",
2239         "owner": "Ext.util.Observable",
2240         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.data.Errors-method-resumeEvents\" rel=\"Ext.data.Errors-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
2241         "linenr": 541,
2242         "return": {
2243           "type": "void",
2244           "doc": "\n"
2245         },
2246         "html_filename": "Observable.html"
2247       },
2248       {
2249         "deprecated": null,
2250         "alias": {
2251           "tagname": "alias",
2252           "cls": "Ext.util.Observable",
2253           "doc": null,
2254           "owner": "removeListener"
2255         },
2256         "protected": false,
2257         "tagname": "method",
2258         "href": "Observable.html#Ext-util-Observable-method-un",
2259         "shortDoc": "Shorthand for removeListener. ...",
2260         "static": false,
2261         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2262         "private": false,
2263         "params": [
2264           {
2265             "type": "String",
2266             "optional": false,
2267             "doc": "<p>The type of event the handler was associated with.</p>\n",
2268             "name": "eventName"
2269           },
2270           {
2271             "type": "Function",
2272             "optional": false,
2273             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.Errors-method-addListener\" rel=\"Ext.data.Errors-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
2274             "name": "handler"
2275           },
2276           {
2277             "type": "Object",
2278             "optional": true,
2279             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2280             "name": "scope"
2281           }
2282         ],
2283         "name": "un",
2284         "owner": "Ext.util.Observable",
2285         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.Errors-method-removeListener\" rel=\"Ext.data.Errors-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
2286         "linenr": 675,
2287         "return": {
2288           "type": "void",
2289           "doc": "\n"
2290         },
2291         "html_filename": "Observable.html"
2292       }
2293     ],
2294     "property": [
2295       {
2296         "type": "String",
2297         "deprecated": null,
2298         "alias": null,
2299         "protected": false,
2300         "tagname": "property",
2301         "href": "Sortable.html#Ext-util-Sortable-property-",
2302         "static": false,
2303         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2304         "private": false,
2305         "name": "",
2306         "owner": "Ext.util.Sortable",
2307         "doc": "<p>The property in each item that contains the data to sort.</p>\n",
2308         "linenr": 31,
2309         "html_filename": "Sortable.html"
2310       },
2311       {
2312         "type": "String",
2313         "deprecated": null,
2314         "alias": null,
2315         "protected": false,
2316         "tagname": "property",
2317         "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection",
2318         "static": false,
2319         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2320         "private": false,
2321         "name": "defaultSortDirection",
2322         "owner": "Ext.util.Sortable",
2323         "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
2324         "linenr": 20,
2325         "html_filename": "Sortable.html"
2326       },
2327       {
2328         "type": "Boolean",
2329         "deprecated": null,
2330         "alias": null,
2331         "protected": false,
2332         "tagname": "property",
2333         "href": "Sortable.html#Ext-util-Sortable-property-isSortable",
2334         "shortDoc": "Flag denoting that this object is sortable. ...",
2335         "static": false,
2336         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2337         "private": false,
2338         "name": "isSortable",
2339         "owner": "Ext.util.Sortable",
2340         "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
2341         "linenr": 13,
2342         "html_filename": "Sortable.html"
2343       },
2344       {
2345         "type": "Class",
2346         "deprecated": null,
2347         "alias": null,
2348         "protected": true,
2349         "tagname": "property",
2350         "href": "Base3.html#Ext-Base-property-self",
2351         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
2352         "static": false,
2353         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2354         "private": false,
2355         "name": "self",
2356         "owner": "Ext.Base",
2357         "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",
2358         "linenr": 18,
2359         "html_filename": "Base3.html"
2360       },
2361       {
2362         "type": "Ext.util.MixedCollection",
2363         "deprecated": null,
2364         "alias": null,
2365         "protected": false,
2366         "tagname": "property",
2367         "href": "Sortable.html#Ext-util-Sortable-property-sorters",
2368         "static": false,
2369         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2370         "private": false,
2371         "name": "sorters",
2372         "owner": "Ext.util.Sortable",
2373         "doc": "<p>The collection of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Sorters</a> currently applied to this Store</p>\n",
2374         "linenr": 44,
2375         "html_filename": "Sortable.html"
2376       }
2377     ],
2378     "cssVar": [
2379
2380     ],
2381     "cssMixin": [
2382
2383     ],
2384     "event": [
2385       {
2386         "deprecated": null,
2387         "alias": null,
2388         "protected": false,
2389         "tagname": "event",
2390         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-add",
2391         "shortDoc": "Fires when an item is added to the collection. ...",
2392         "static": false,
2393         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
2394         "private": false,
2395         "params": [
2396           {
2397             "type": "Number",
2398             "optional": false,
2399             "doc": "<p>The index at which the item was added.</p>\n",
2400             "name": "index"
2401           },
2402           {
2403             "type": "Object",
2404             "optional": false,
2405             "doc": "<p>The item added.</p>\n",
2406             "name": "o"
2407           },
2408           {
2409             "type": "String",
2410             "optional": false,
2411             "doc": "<p>The key associated with the added item.</p>\n",
2412             "name": "key"
2413           },
2414           {
2415             "type": "Object",
2416             "tagname": "param",
2417             "name": "options",
2418             "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"
2419           }
2420         ],
2421         "name": "add",
2422         "owner": "Ext.util.AbstractMixedCollection",
2423         "doc": "<p>Fires when an item is added to the collection.</p>\n",
2424         "linenr": 26,
2425         "html_filename": "AbstractMixedCollection.html"
2426       },
2427       {
2428         "deprecated": null,
2429         "alias": null,
2430         "protected": false,
2431         "tagname": "event",
2432         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-clear",
2433         "shortDoc": "Fires when the collection is cleared. ...",
2434         "static": false,
2435         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
2436         "private": false,
2437         "params": [
2438           {
2439             "type": "Object",
2440             "tagname": "param",
2441             "name": "options",
2442             "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"
2443           }
2444         ],
2445         "name": "clear",
2446         "owner": "Ext.util.AbstractMixedCollection",
2447         "doc": "<p>Fires when the collection is cleared.</p>\n",
2448         "linenr": 20,
2449         "html_filename": "AbstractMixedCollection.html"
2450       },
2451       {
2452         "deprecated": null,
2453         "alias": null,
2454         "protected": false,
2455         "tagname": "event",
2456         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-remove",
2457         "shortDoc": "Fires when an item is removed from the collection. ...",
2458         "static": false,
2459         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
2460         "private": false,
2461         "params": [
2462           {
2463             "type": "Object",
2464             "optional": false,
2465             "doc": "<p>The item being removed.</p>\n",
2466             "name": "o"
2467           },
2468           {
2469             "type": "String",
2470             "optional": true,
2471             "doc": "<p>(optional) The key associated with the removed item.</p>\n",
2472             "name": "key"
2473           },
2474           {
2475             "type": "Object",
2476             "tagname": "param",
2477             "name": "options",
2478             "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"
2479           }
2480         ],
2481         "name": "remove",
2482         "owner": "Ext.util.AbstractMixedCollection",
2483         "doc": "<p>Fires when an item is removed from the collection.</p>\n",
2484         "linenr": 44,
2485         "html_filename": "AbstractMixedCollection.html"
2486       },
2487       {
2488         "deprecated": null,
2489         "alias": null,
2490         "protected": false,
2491         "tagname": "event",
2492         "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-replace",
2493         "shortDoc": "Fires when an item is replaced in the collection. ...",
2494         "static": false,
2495         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/AbstractMixedCollection.js",
2496         "private": false,
2497         "params": [
2498           {
2499             "type": "String",
2500             "optional": false,
2501             "doc": "<p>he key associated with the new added.</p>\n",
2502             "name": "key"
2503           },
2504           {
2505             "type": "Object",
2506             "optional": false,
2507             "doc": "<p>The item being replaced.</p>\n",
2508             "name": "old"
2509           },
2510           {
2511             "type": "Object",
2512             "optional": false,
2513             "doc": "<p>The new item.</p>\n",
2514             "name": "new"
2515           },
2516           {
2517             "type": "Object",
2518             "tagname": "param",
2519             "name": "options",
2520             "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"
2521           }
2522         ],
2523         "name": "replace",
2524         "owner": "Ext.util.AbstractMixedCollection",
2525         "doc": "<p>Fires when an item is replaced in the collection.</p>\n",
2526         "linenr": 35,
2527         "html_filename": "AbstractMixedCollection.html"
2528       }
2529     ]
2530   },
2531   "singleton": false,
2532   "alias": null,
2533   "superclasses": [
2534     "Ext.Base",
2535     "Ext.util.AbstractMixedCollection",
2536     "Ext.util.MixedCollection"
2537   ],
2538   "protected": false,
2539   "tagname": "class",
2540   "mixins": [
2541
2542   ],
2543   "href": "Errors.html#Ext-data-Errors",
2544   "subclasses": [
2545
2546   ],
2547   "static": false,
2548   "author": "Ed Spencer",
2549   "component": false,
2550   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Errors.js",
2551   "private": false,
2552   "alternateClassNames": [
2553
2554   ],
2555   "name": "Ext.data.Errors",
2556   "doc": "<p>Wraps a collection of validation error responses and provides convenient functions for\naccessing and errors for specific fields.</p>\n\n\n\n\n<p>Usually this class does not need to be instantiated directly - instances are instead created\nautomatically when <a href=\"#/api/Ext.data.Model-method-validate\" rel=\"Ext.data.Model-method-validate\" class=\"docClass\">validate</a> on a model instance:</p>\n\n\n\n\n<pre><code>//validate some existing model instance - in this case it returned 2 failures messages\nvar errors = myModel.validate();\n\nerrors.isValid(); //false\n\nerrors.length; //2\nerrors.getByField('name');  // [{field: 'name',  message: 'must be present'}]\nerrors.getByField('title'); // [{field: 'title', message: 'is too short'}]\n</code></pre>\n\n",
2557   "mixedInto": [
2558
2559   ],
2560   "linenr": 1,
2561   "xtypes": [
2562
2563   ],
2564   "html_filename": "Errors.html",
2565   "extends": "Ext.util.MixedCollection"
2566 });