Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.chart.LegendItem.js
1 Ext.data.JsonP.Ext_chart_LegendItem({
2   "tagname": "class",
3   "name": "Ext.chart.LegendItem",
4   "doc": "<p>A single item of a legend (marker plus label)</p>\n",
5   "extends": "Ext.draw.CompositeSprite",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "allowFunctions",
21       "member": "Ext.util.AbstractMixedCollection",
22       "type": "Boolean",
23       "doc": "<p>Specify <tt>true</tt> if the <a href=\"#/api/Ext.chart.LegendItem-method-addAll\" rel=\"Ext.chart.LegendItem-method-addAll\" class=\"docClass\">addAll</a>\nfunction should add function references to the collection. Defaults to\n<tt>false</tt>.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
26       "linenr": 62,
27       "html_filename": "AbstractMixedCollection.html",
28       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-cfg-allowFunctions"
29     },
30     {
31       "tagname": "cfg",
32       "name": "listeners",
33       "member": "Ext.util.Observable",
34       "type": "Object",
35       "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
36       "private": false,
37       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
38       "linenr": 103,
39       "html_filename": "Observable.html",
40       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
41       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
42     }
43   ],
44   "method": [
45     {
46       "tagname": "method",
47       "name": "LegendItem",
48       "member": "Ext.chart.LegendItem",
49       "doc": "\n",
50       "params": [
51
52       ],
53       "return": {
54         "type": "void",
55         "doc": "\n"
56       },
57       "private": false,
58       "static": false,
59       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/LegendItem.js",
60       "linenr": 1,
61       "html_filename": "LegendItem.html",
62       "href": "LegendItem.html#Ext-chart-LegendItem-method-constructor",
63       "shortDoc": "\n"
64     },
65     {
66       "tagname": "method",
67       "name": "add",
68       "member": "Ext.draw.CompositeSprite",
69       "doc": "<p>Add a Sprite to the Group</p>\n",
70       "params": [
71         {
72           "type": "Object",
73           "name": "key",
74           "doc": "\n",
75           "optional": false
76         },
77         {
78           "type": "Object",
79           "name": "o",
80           "doc": "\n",
81           "optional": false
82         }
83       ],
84       "return": {
85         "type": "void",
86         "doc": "\n"
87       },
88       "private": false,
89       "static": false,
90       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
91       "linenr": 97,
92       "html_filename": "CompositeSprite.html",
93       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-add",
94       "shortDoc": "<p>Add a Sprite to the Group</p>\n"
95     },
96     {
97       "tagname": "method",
98       "name": "addAll",
99       "member": "Ext.util.AbstractMixedCollection",
100       "doc": "<p>Adds all elements of an Array or an Object to the collection.</p>\n",
101       "params": [
102         {
103           "type": "Object/Array",
104           "name": "objs",
105           "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.chart.LegendItem-cfg-allowFunctions\" rel=\"Ext.chart.LegendItem-cfg-allowFunctions\" class=\"docClass\">allowFunctions</a></code>\nhas been set to <tt>true</tt>.</p>\n",
106           "optional": false
107         }
108       ],
109       "return": {
110         "type": "void",
111         "doc": "\n"
112       },
113       "private": false,
114       "static": false,
115       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
116       "linenr": 166,
117       "html_filename": "AbstractMixedCollection.html",
118       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-addAll",
119       "shortDoc": "<p>Adds all elements of an Array or an Object to the collection.</p>\n"
120     },
121     {
122       "tagname": "method",
123       "name": "addEvents",
124       "member": "Ext.util.Observable",
125       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
126       "params": [
127         {
128           "type": "Object/String",
129           "name": "o",
130           "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
131           "optional": false
132         },
133         {
134           "type": "String",
135           "name": "",
136           "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
137           "optional": false
138         }
139       ],
140       "return": {
141         "type": "void",
142         "doc": "\n"
143       },
144       "private": false,
145       "static": false,
146       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
147       "linenr": 452,
148       "html_filename": "Observable.html",
149       "href": "Observable.html#Ext-util-Observable-method-addEvents",
150       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
151     },
152     {
153       "tagname": "method",
154       "name": "addListener",
155       "member": "Ext.util.Observable",
156       "doc": "<p>Appends an event handler to this object.</p>\n",
157       "params": [
158         {
159           "type": "String",
160           "name": "eventName",
161           "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
162           "optional": false
163         },
164         {
165           "type": "Function",
166           "name": "handler",
167           "doc": "<p>The method the event invokes.</p>\n",
168           "optional": false
169         },
170         {
171           "type": "Object",
172           "name": "scope",
173           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
174           "optional": true
175         },
176         {
177           "type": "Object",
178           "name": "options",
179           "doc": "<p>(optional) An object containing handler configuration.\nproperties. This may contain any of the following properties:<ul>\n<li><b>scope</b> : Object<div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></div></li>\n<li><b>delay</b> : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> : Number<div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
180           "optional": true
181         }
182       ],
183       "return": {
184         "type": "void",
185         "doc": "\n"
186       },
187       "private": false,
188       "static": false,
189       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
190       "linenr": 271,
191       "html_filename": "Observable.html",
192       "href": "Observable.html#Ext-util-Observable-method-addListener",
193       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
194     },
195     {
196       "tagname": "method",
197       "name": "addManagedListener",
198       "member": "Ext.util.Observable",
199       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
200       "params": [
201         {
202           "type": "Observable/Element",
203           "name": "item",
204           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
205           "optional": false
206         },
207         {
208           "type": "Object/String",
209           "name": "ename",
210           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
211           "optional": false
212         },
213         {
214           "type": "Function",
215           "name": "fn",
216           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
217           "optional": false
218         },
219         {
220           "type": "Object",
221           "name": "scope",
222           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
223           "optional": false
224         },
225         {
226           "type": "Object",
227           "name": "opt",
228           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
229           "optional": false
230         }
231       ],
232       "return": {
233         "type": "void",
234         "doc": "\n"
235       },
236       "private": false,
237       "static": false,
238       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
239       "linenr": 155,
240       "html_filename": "Observable.html",
241       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
242       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
243     },
244     {
245       "tagname": "method",
246       "name": "animate",
247       "member": "Ext.util.Animate",
248       "doc": "<p>Perform custom animation on this object.<p>\n<p>This method is applicable to both the the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a> class and the <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a> class.\nIt performs animated transitions of certain properties of this object over a specified timeline.</p>\n<p>The sole parameter is an object which specifies start property values, end property values, and properties which\ndescribe the timeline. Of the properties listed below, only <b><code>to</code></b> is mandatory.</p>\n<p>Properties include<ul>\n<li><code>from</code> <div class=\"sub-desc\">An object which specifies start values for the properties being animated.\nIf not supplied, properties are animated from current settings. The actual properties which may be animated depend upon\nths object being animated. See the sections below on Element and Component animation.<div></li>\n<li><code>to</code> <div class=\"sub-desc\">An object which specifies end values for the properties being animated.</div></li>\n<li><code>duration</code><div class=\"sub-desc\">The duration <b>in milliseconds</b> for which the animation will run.</div></li>\n<li><code>easing</code> <div class=\"sub-desc\">A string value describing an easing type to modify the rate of change from the default linear to non-linear. Values may be one of:<code><ul>\n<li>ease</li>\n<li>easeIn</li>\n<li>easeOut</li>\n<li>easeInOut</li>\n<li>backIn</li>\n<li>backOut</li>\n<li>elasticIn</li>\n<li>elasticOut</li>\n<li>bounceIn</li>\n<li>bounceOut</li>\n</ul></code></div></li>\n<li><code>keyframes</code> <div class=\"sub-desc\">This is an object which describes the state of animated properties at certain points along the timeline.\nit is an object containing properties who's names are the percentage along the timeline being described and who's values specify the animation state at that point.</div></li>\n<li><code>listeners</code> <div class=\"sub-desc\">This is a standard <a href=\"#/api/Ext.util.Observable-cfg-listeners\" rel=\"Ext.util.Observable-cfg-listeners\" class=\"docClass\">listeners</a> configuration object which may be used\nto inject behaviour at either the <code>beforeanimate</code> event or the <code>afteranimate</code> event.</div></li>\n</ul></p>\n<h3>Animating an <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Element</a></h3>\nWhen animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>\n<li><code>x</code> <div class=\"sub-desc\">The page X position in pixels.</div></li>\n<li><code>y</code> <div class=\"sub-desc\">The page Y position in pixels</div></li>\n<li><code>left</code> <div class=\"sub-desc\">The element's CSS <code>left</code> value. Units must be supplied.</div></li>\n<li><code>top</code> <div class=\"sub-desc\">The element's CSS <code>top</code> value. Units must be supplied.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The element's CSS <code>width</code> value. Units must be supplied.</div></li>\n<li><code>height</code> <div class=\"sub-desc\">The element's CSS <code>height</code> value. Units must be supplied.</div></li>\n<li><code>scrollLeft</code> <div class=\"sub-desc\">The element's <code>scrollLeft</code> value.</div></li>\n<li><code>scrollTop</code> <div class=\"sub-desc\">The element's <code>scrollLeft</code> value.</div></li>\n<li><code>opacity</code> <div class=\"sub-desc\">The element's <code>opacity</code> value. This must be a value between <code>0</code> and <code>1</code>.</div></li>\n</ul>\n<p><b>Be aware than animating an Element which is being used by an <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> Component without in some way informing the Component about the changed element state\nwill result in incorrect Component behaviour. This is because the Component will be using the old state of the element. To avoid this problem, it is now possible to\ndirectly animate certain properties of Components.</b></p>\n<h3>Animating a <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Component</a></h3>\nWhen animating an Element, the following properties may be specified in <code>from</code>, <code>to</code>, and <code>keyframe</code> objects:<ul>\n<li><code>x</code> <div class=\"sub-desc\">The Component's page X position in pixels.</div></li>\n<li><code>y</code> <div class=\"sub-desc\">The Component's page Y position in pixels</div></li>\n<li><code>left</code> <div class=\"sub-desc\">The Component's <code>left</code> value in pixels.</div></li>\n<li><code>top</code> <div class=\"sub-desc\">The Component's <code>top</code> value in pixels.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The Component's <code>width</code> value in pixels.</div></li>\n<li><code>width</code> <div class=\"sub-desc\">The Component's <code>width</code> value in pixels.</div></li>\n<li><code>dynamic</code> <div class=\"sub-desc\">Specify as true to update the Component's layout (if it is a Container) at every frame\nof the animation. <i>Use sparingly as laying out on every intermediate size change is an expensive operation</i>.</div></li>\n</ul>\n<p>For example, to animate a Window to a new size, ensuring that its internal layout, and any shadow is correct:</p>\n<pre><code>myWindow = Ext.create('Ext.window.Window', {\n    title: 'Test Component animation',\n    width: 500,\n    height: 300,\n    layout: {\n        type: 'hbox',\n        align: 'stretch'\n    },\n    items: [{\n        title: 'Left: 33%',\n        margins: '5 0 5 5',\n        flex: 1\n    }, {\n        title: 'Left: 66%',\n        margins: '5 5 5 5',\n        flex: 2\n    }]\n});\nmyWindow.show();\nmyWindow.header.el.on('click', function() {\n    myWindow.animate({\n        to: {\n            width: (myWindow.getWidth() == 500) ? 700 : 500,\n            height: (myWindow.getHeight() == 300) ? 400 : 300,\n        }\n    });\n});\n</code></pre>\n<p>For performance reasons, by default, the internal layout is only updated when the Window reaches its final <code>\"to\"</code> size. If dynamic updating of the Window's child\nComponents is required, then configure the animation with <code>dynamic: true</code> and the two child items will maintain their proportions during the animation.</p>\n\n",
249       "params": [
250         {
251           "type": "Object",
252           "name": "config",
253           "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
254           "optional": false
255         }
256       ],
257       "return": {
258         "type": "Object",
259         "doc": "<p>this</p>\n"
260       },
261       "private": false,
262       "static": false,
263       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
264       "linenr": 207,
265       "html_filename": "Animate.html",
266       "href": "Animate.html#Ext-util-Animate-method-animate",
267       "shortDoc": "Perform custom animation on this object.\nThis method is applicable to both the the Component class and the Element cl..."
268     },
269     {
270       "tagname": "method",
271       "name": "capture",
272       "member": "Ext.util.Observable",
273       "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
274       "params": [
275         {
276           "type": "Observable",
277           "name": "o",
278           "doc": "<p>The Observable to capture events from.</p>\n",
279           "optional": false
280         },
281         {
282           "type": "Function",
283           "name": "fn",
284           "doc": "<p>The function to call when an event is fired.</p>\n",
285           "optional": false
286         },
287         {
288           "type": "Object",
289           "name": "scope",
290           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
291           "optional": true
292         }
293       ],
294       "return": {
295         "type": "void",
296         "doc": "\n"
297       },
298       "private": false,
299       "static": true,
300       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
301       "linenr": 55,
302       "html_filename": "Observable.html",
303       "href": "Observable.html#Ext-util-Observable-method-capture",
304       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
305     },
306     {
307       "tagname": "method",
308       "name": "clear",
309       "member": "Ext.util.AbstractMixedCollection",
310       "doc": "<p>Removes all items from the collection.  Fires the <a href=\"#/api/Ext.chart.LegendItem-event-clear\" rel=\"Ext.chart.LegendItem-event-clear\" class=\"docClass\">clear</a> event when complete.</p>\n",
311       "params": [
312
313       ],
314       "return": {
315         "type": "void",
316         "doc": "\n"
317       },
318       "private": false,
319       "static": false,
320       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
321       "linenr": 435,
322       "html_filename": "AbstractMixedCollection.html",
323       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-clear",
324       "shortDoc": "<p>Removes all items from the collection.  Fires the <a href=\"#/api/Ext.chart.LegendItem-event-clear\" rel=\"Ext.chart.LegendItem-event-clear\" class=\"docClass\">clear</a> event when complete.</p>\n"
325     },
326     {
327       "tagname": "method",
328       "name": "clearListeners",
329       "member": "Ext.util.Observable",
330       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
331       "params": [
332
333       ],
334       "return": {
335         "type": "void",
336         "doc": "\n"
337       },
338       "private": false,
339       "static": false,
340       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
341       "linenr": 383,
342       "html_filename": "Observable.html",
343       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
344       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
345     },
346     {
347       "tagname": "method",
348       "name": "clearManagedListeners",
349       "member": "Ext.util.Observable",
350       "doc": "<p>Removes all managed listeners for this object.</p>\n",
351       "params": [
352
353       ],
354       "return": {
355         "type": "void",
356         "doc": "\n"
357       },
358       "private": false,
359       "static": false,
360       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
361       "linenr": 412,
362       "html_filename": "Observable.html",
363       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
364       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
365     },
366     {
367       "tagname": "method",
368       "name": "clone",
369       "member": "Ext.util.AbstractMixedCollection",
370       "doc": "<p>Creates a shallow copy of this collection</p>\n",
371       "params": [
372
373       ],
374       "return": {
375         "type": "MixedCollection",
376         "doc": "\n"
377       },
378       "private": false,
379       "static": false,
380       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
381       "linenr": 727,
382       "html_filename": "AbstractMixedCollection.html",
383       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-clone",
384       "shortDoc": "<p>Creates a shallow copy of this collection</p>\n"
385     },
386     {
387       "tagname": "method",
388       "name": "collect",
389       "member": "Ext.util.AbstractMixedCollection",
390       "doc": "<p>Collects unique values of a particular property in this MixedCollection</p>\n",
391       "params": [
392         {
393           "type": "String",
394           "name": "property",
395           "doc": "<p>The property to collect on</p>\n",
396           "optional": false
397         },
398         {
399           "type": "String",
400           "name": "root",
401           "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",
402           "optional": false
403         },
404         {
405           "type": "Boolean",
406           "name": "allowBlank",
407           "doc": "<p>(optional) Pass true to allow null, undefined or empty string values</p>\n",
408           "optional": true
409         }
410       ],
411       "return": {
412         "type": "Array",
413         "doc": "<p>The unique values</p>\n"
414       },
415       "private": false,
416       "static": false,
417       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
418       "linenr": 489,
419       "html_filename": "AbstractMixedCollection.html",
420       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-collect",
421       "shortDoc": "<p>Collects unique values of a particular property in this MixedCollection</p>\n"
422     },
423     {
424       "tagname": "method",
425       "name": "contains",
426       "member": "Ext.util.AbstractMixedCollection",
427       "doc": "<p>Returns true if the collection contains the passed Object as an item.</p>\n",
428       "params": [
429         {
430           "type": "Object",
431           "name": "o",
432           "doc": "<p>The Object to look for in the collection.</p>\n",
433           "optional": false
434         }
435       ],
436       "return": {
437         "type": "Boolean",
438         "doc": "<p>True if the collection contains the Object as an item.</p>\n"
439       },
440       "private": false,
441       "static": false,
442       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
443       "linenr": 417,
444       "html_filename": "AbstractMixedCollection.html",
445       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-contains",
446       "shortDoc": "<p>Returns true if the collection contains the passed Object as an item.</p>\n"
447     },
448     {
449       "tagname": "method",
450       "name": "containsKey",
451       "member": "Ext.util.AbstractMixedCollection",
452       "doc": "<p>Returns true if the collection contains the passed Object as a key.</p>\n",
453       "params": [
454         {
455           "type": "String",
456           "name": "key",
457           "doc": "<p>The key to look for in the collection.</p>\n",
458           "optional": false
459         }
460       ],
461       "return": {
462         "type": "Boolean",
463         "doc": "<p>True if the collection contains the Object as a key.</p>\n"
464       },
465       "private": false,
466       "static": false,
467       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
468       "linenr": 426,
469       "html_filename": "AbstractMixedCollection.html",
470       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-containsKey",
471       "shortDoc": "<p>Returns true if the collection contains the passed Object as a key.</p>\n"
472     },
473     {
474       "tagname": "method",
475       "name": "createLegend",
476       "member": "Ext.chart.LegendItem",
477       "doc": "<p>Creates all the individual sprites for this legend item</p>\n",
478       "params": [
479         {
480           "type": "Object",
481           "name": "config",
482           "doc": "\n",
483           "optional": false
484         }
485       ],
486       "return": {
487         "type": "void",
488         "doc": "\n"
489       },
490       "private": false,
491       "static": false,
492       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/LegendItem.js",
493       "linenr": 27,
494       "html_filename": "LegendItem.html",
495       "href": "LegendItem.html#Ext-chart-LegendItem-method-createLegend",
496       "shortDoc": "<p>Creates all the individual sprites for this legend item</p>\n"
497     },
498     {
499       "tagname": "method",
500       "name": "destroy",
501       "member": "Ext.draw.CompositeSprite",
502       "doc": "<p>Destroys the SpriteGroup</p>\n",
503       "params": [
504
505       ],
506       "return": {
507         "type": "void",
508         "doc": "\n"
509       },
510       "private": false,
511       "static": false,
512       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
513       "linenr": 275,
514       "html_filename": "CompositeSprite.html",
515       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-destroy",
516       "shortDoc": "<p>Destroys the SpriteGroup</p>\n"
517     },
518     {
519       "tagname": "method",
520       "name": "each",
521       "member": "Ext.util.AbstractMixedCollection",
522       "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",
523       "params": [
524         {
525           "type": "Function",
526           "name": "fn",
527           "doc": "<p>The function to execute for each item.</p>\n",
528           "optional": false
529         },
530         {
531           "type": "Object",
532           "name": "scope",
533           "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",
534           "optional": true
535         }
536       ],
537       "return": {
538         "type": "void",
539         "doc": "\n"
540       },
541       "private": false,
542       "static": false,
543       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
544       "linenr": 196,
545       "html_filename": "AbstractMixedCollection.html",
546       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-each",
547       "shortDoc": "Executes the specified function once for every item in the collection, passing the following arguments:\n\n\nitem : Mixe..."
548     },
549     {
550       "tagname": "method",
551       "name": "eachKey",
552       "member": "Ext.util.AbstractMixedCollection",
553       "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",
554       "params": [
555         {
556           "type": "Function",
557           "name": "fn",
558           "doc": "<p>The function to execute for each item.</p>\n",
559           "optional": false
560         },
561         {
562           "type": "Object",
563           "name": "scope",
564           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the browser window.</p>\n",
565           "optional": true
566         }
567       ],
568       "return": {
569         "type": "void",
570         "doc": "\n"
571       },
572       "private": false,
573       "static": false,
574       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
575       "linenr": 221,
576       "html_filename": "AbstractMixedCollection.html",
577       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-eachKey",
578       "shortDoc": "Executes the specified function once for every key in the collection, passing each\nkey, and its associated item as th..."
579     },
580     {
581       "tagname": "method",
582       "name": "enableBubble",
583       "member": "Ext.util.Observable",
584       "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
585       "params": [
586         {
587           "type": "String/Array",
588           "name": "events",
589           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
590           "optional": false
591         }
592       ],
593       "return": {
594         "type": "void",
595         "doc": "\n"
596       },
597       "private": false,
598       "static": false,
599       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
600       "linenr": 554,
601       "html_filename": "Observable.html",
602       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
603       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
604     },
605     {
606       "tagname": "method",
607       "name": "filter",
608       "member": "Ext.util.AbstractMixedCollection",
609       "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",
610       "params": [
611         {
612           "type": "Array/String",
613           "name": "property",
614           "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",
615           "optional": false
616         },
617         {
618           "type": "String/RegExp",
619           "name": "value",
620           "doc": "<p>Either string that the property values\nshould start with or a RegExp to test against the property</p>\n",
621           "optional": false
622         },
623         {
624           "type": "Boolean",
625           "name": "anyMatch",
626           "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
627           "optional": true
628         },
629         {
630           "type": "Boolean",
631           "name": "caseSensitive",
632           "doc": "<p>(optional) True for case sensitive comparison (defaults to False).</p>\n",
633           "optional": true
634         }
635       ],
636       "return": {
637         "type": "MixedCollection",
638         "doc": "<p>The new filtered collection</p>\n"
639       },
640       "private": false,
641       "static": false,
642       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
643       "linenr": 566,
644       "html_filename": "AbstractMixedCollection.html",
645       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-filter",
646       "shortDoc": "Filters the objects in this collection by a set of Filters, or by a single\nproperty/value pair with optional paramete..."
647     },
648     {
649       "tagname": "method",
650       "name": "filterBy",
651       "member": "Ext.util.AbstractMixedCollection",
652       "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",
653       "params": [
654         {
655           "type": "Function",
656           "name": "fn",
657           "doc": "<p>The function to be called, it will receive the args o (the object), k (the key)</p>\n",
658           "optional": false
659         },
660         {
661           "type": "Object",
662           "name": "scope",
663           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this MixedCollection.</p>\n",
664           "optional": true
665         }
666       ],
667       "return": {
668         "type": "MixedCollection",
669         "doc": "<p>The new filtered collection</p>\n"
670       },
671       "private": false,
672       "static": false,
673       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
674       "linenr": 630,
675       "html_filename": "AbstractMixedCollection.html",
676       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-filterBy",
677       "shortDoc": "Filter by a function. Returns a new collection that has been filtered.\nThe passed function will be called with each o..."
678     },
679     {
680       "tagname": "method",
681       "name": "findBy",
682       "member": "Ext.util.AbstractMixedCollection",
683       "doc": "<p>Returns the first item in the collection which elicits a true return value from the\npassed selection function.</p>\n",
684       "params": [
685         {
686           "type": "Function",
687           "name": "fn",
688           "doc": "<p>The selection function to execute for each item.</p>\n",
689           "optional": false
690         },
691         {
692           "type": "Object",
693           "name": "scope",
694           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the browser window.</p>\n",
695           "optional": true
696         }
697       ],
698       "return": {
699         "type": "Object",
700         "doc": "<p>The first item in the collection which returned true from the selection function.</p>\n"
701       },
702       "private": false,
703       "static": false,
704       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
705       "linenr": 238,
706       "html_filename": "AbstractMixedCollection.html",
707       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findBy",
708       "shortDoc": "<p>Returns the first item in the collection which elicits a true return value from the\npassed selection function.</p>\n"
709     },
710     {
711       "tagname": "method",
712       "name": "findIndex",
713       "member": "Ext.util.AbstractMixedCollection",
714       "doc": "<p>Finds the index of the first matching object in this collection by a specific property/value.</p>\n",
715       "params": [
716         {
717           "type": "String",
718           "name": "property",
719           "doc": "<p>The name of a property on your objects.</p>\n",
720           "optional": false
721         },
722         {
723           "type": "String/RegExp",
724           "name": "value",
725           "doc": "<p>A string that the property values\nshould start with or a RegExp to test against the property.</p>\n",
726           "optional": false
727         },
728         {
729           "type": "Number",
730           "name": "start",
731           "doc": "<p>(optional) The index to start searching at (defaults to 0).</p>\n",
732           "optional": true
733         },
734         {
735           "type": "Boolean",
736           "name": "anyMatch",
737           "doc": "<p>(optional) True to match any part of the string, not just the beginning.</p>\n",
738           "optional": true
739         },
740         {
741           "type": "Boolean",
742           "name": "caseSensitive",
743           "doc": "<p>(optional) True for case sensitive comparison.</p>\n",
744           "optional": true
745         }
746       ],
747       "return": {
748         "type": "Number",
749         "doc": "<p>The matched index or -1</p>\n"
750       },
751       "private": false,
752       "static": false,
753       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
754       "linenr": 657,
755       "html_filename": "AbstractMixedCollection.html",
756       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findIndex",
757       "shortDoc": "<p>Finds the index of the first matching object in this collection by a specific property/value.</p>\n"
758     },
759     {
760       "tagname": "method",
761       "name": "findIndexBy",
762       "member": "Ext.util.AbstractMixedCollection",
763       "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",
764       "params": [
765         {
766           "type": "Function",
767           "name": "fn",
768           "doc": "<p>The function to be called, it will receive the args o (the object), k (the key).</p>\n",
769           "optional": false
770         },
771         {
772           "type": "Object",
773           "name": "scope",
774           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this MixedCollection.</p>\n",
775           "optional": true
776         },
777         {
778           "type": "Number",
779           "name": "start",
780           "doc": "<p>(optional) The index to start searching at (defaults to 0).</p>\n",
781           "optional": true
782         }
783       ],
784       "return": {
785         "type": "Number",
786         "doc": "<p>The matched index or -1</p>\n"
787       },
788       "private": false,
789       "static": false,
790       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
791       "linenr": 677,
792       "html_filename": "AbstractMixedCollection.html",
793       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-findIndexBy",
794       "shortDoc": "Find the index of the first matching object in this collection by a function.\nIf the function returns true it is cons..."
795     },
796     {
797       "tagname": "method",
798       "name": "fireEvent",
799       "member": "Ext.util.Observable",
800       "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.chart.LegendItem-method-enableBubble\" rel=\"Ext.chart.LegendItem-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
801       "params": [
802         {
803           "type": "String",
804           "name": "eventName",
805           "doc": "<p>The name of the event to fire.</p>\n",
806           "optional": false
807         },
808         {
809           "type": "Object...",
810           "name": "args",
811           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
812           "optional": false
813         }
814       ],
815       "return": {
816         "type": "Boolean",
817         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
818       },
819       "private": false,
820       "static": false,
821       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
822       "linenr": 232,
823       "html_filename": "Observable.html",
824       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
825       "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
826     },
827     {
828       "tagname": "method",
829       "name": "first",
830       "member": "Ext.util.AbstractMixedCollection",
831       "doc": "<p>Returns the first item in the collection.</p>\n",
832       "params": [
833
834       ],
835       "return": {
836         "type": "Object",
837         "doc": "<p>the first item in the collection..</p>\n"
838       },
839       "private": false,
840       "static": false,
841       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
842       "linenr": 448,
843       "html_filename": "AbstractMixedCollection.html",
844       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-first",
845       "shortDoc": "<p>Returns the first item in the collection.</p>\n"
846     },
847     {
848       "tagname": "method",
849       "name": "get",
850       "member": "Ext.util.AbstractMixedCollection",
851       "doc": "<p>Returns the item associated with the passed key OR index.\nKey has priority over index.  This is the equivalent\nof calling <a href=\"#/api/Ext.chart.LegendItem--key\" rel=\"Ext.chart.LegendItem--key\" class=\"docClass\">key</a> first, then if nothing matched calling <a href=\"#/api/Ext.chart.LegendItem-method-getAt\" rel=\"Ext.chart.LegendItem-method-getAt\" class=\"docClass\">getAt</a>.</p>\n",
852       "params": [
853         {
854           "type": "String/Number",
855           "name": "key",
856           "doc": "<p>The key or index of the item.</p>\n",
857           "optional": false
858         }
859       ],
860       "return": {
861         "type": "Object",
862         "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"
863       },
864       "private": false,
865       "static": false,
866       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
867       "linenr": 384,
868       "html_filename": "AbstractMixedCollection.html",
869       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-get",
870       "shortDoc": "Returns the item associated with the passed key OR index.\nKey has priority over index.  This is the equivalent\nof cal..."
871     },
872     {
873       "tagname": "method",
874       "name": "getActiveAnimation",
875       "member": "Ext.util.Animate",
876       "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
877       "params": [
878
879       ],
880       "return": {
881         "type": "Mixed",
882         "doc": "<p>anim if element has active effects, else false</p>\n"
883       },
884       "private": false,
885       "static": false,
886       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
887       "linenr": 377,
888       "html_filename": "Animate.html",
889       "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
890       "shortDoc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n"
891     },
892     {
893       "tagname": "method",
894       "name": "getAt",
895       "member": "Ext.util.AbstractMixedCollection",
896       "doc": "<p>Returns the item at the specified index.</p>\n",
897       "params": [
898         {
899           "type": "Number",
900           "name": "index",
901           "doc": "<p>The index of the item.</p>\n",
902           "optional": false
903         }
904       ],
905       "return": {
906         "type": "Object",
907         "doc": "<p>The item at the specified index.</p>\n"
908       },
909       "private": false,
910       "static": false,
911       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
912       "linenr": 399,
913       "html_filename": "AbstractMixedCollection.html",
914       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getAt",
915       "shortDoc": "<p>Returns the item at the specified index.</p>\n"
916     },
917     {
918       "tagname": "method",
919       "name": "getBBox",
920       "member": "Ext.draw.CompositeSprite",
921       "doc": "<p>Returns the group bounding box.\nBehaves like <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a> getBBox method.</p>\n",
922       "params": [
923
924       ],
925       "return": {
926         "type": "void",
927         "doc": "\n"
928       },
929       "private": false,
930       "static": false,
931       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
932       "linenr": 123,
933       "html_filename": "CompositeSprite.html",
934       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-getBBox",
935       "shortDoc": "<p>Returns the group bounding box.\nBehaves like <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a> getBBox method.</p>\n"
936     },
937     {
938       "tagname": "method",
939       "name": "getByKey",
940       "member": "Ext.util.AbstractMixedCollection",
941       "doc": "<p>Returns the item associated with the passed key.</p>\n",
942       "params": [
943         {
944           "type": "String/Number",
945           "name": "key",
946           "doc": "<p>The key of the item.</p>\n",
947           "optional": false
948         }
949       ],
950       "return": {
951         "type": "Object",
952         "doc": "<p>The item associated with the passed key.</p>\n"
953       },
954       "private": false,
955       "static": false,
956       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
957       "linenr": 408,
958       "html_filename": "AbstractMixedCollection.html",
959       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getByKey",
960       "shortDoc": "<p>Returns the item associated with the passed key.</p>\n"
961     },
962     {
963       "tagname": "method",
964       "name": "getCount",
965       "member": "Ext.util.AbstractMixedCollection",
966       "doc": "<p>Returns the number of items in the collection.</p>\n",
967       "params": [
968
969       ],
970       "return": {
971         "type": "Number",
972         "doc": "<p>the number of items in the collection.</p>\n"
973       },
974       "private": false,
975       "static": false,
976       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
977       "linenr": 358,
978       "html_filename": "AbstractMixedCollection.html",
979       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getCount",
980       "shortDoc": "<p>Returns the number of items in the collection.</p>\n"
981     },
982     {
983       "tagname": "method",
984       "name": "getKey",
985       "member": "Ext.util.AbstractMixedCollection",
986       "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",
987       "params": [
988         {
989           "type": "Object",
990           "name": "item",
991           "doc": "<p>The item for which to find the key.</p>\n",
992           "optional": false
993         }
994       ],
995       "return": {
996         "type": "Object",
997         "doc": "<p>The key for the passed item.</p>\n"
998       },
999       "private": false,
1000       "static": false,
1001       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1002       "linenr": 103,
1003       "html_filename": "AbstractMixedCollection.html",
1004       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getKey",
1005       "shortDoc": "MixedCollection has a generic way to fetch keys if you implement getKey.  The default implementation\nsimply returns i..."
1006     },
1007     {
1008       "tagname": "method",
1009       "name": "getRange",
1010       "member": "Ext.util.AbstractMixedCollection",
1011       "doc": "<p>Returns a range of items in this collection</p>\n",
1012       "params": [
1013         {
1014           "type": "Number",
1015           "name": "startIndex",
1016           "doc": "<p>(optional) The starting index. Defaults to 0.</p>\n",
1017           "optional": true
1018         },
1019         {
1020           "type": "Number",
1021           "name": "endIndex",
1022           "doc": "<p>(optional) The ending index. Defaults to the last item.</p>\n",
1023           "optional": true
1024         }
1025       ],
1026       "return": {
1027         "type": "Array",
1028         "doc": "<p>An array of items</p>\n"
1029       },
1030       "private": false,
1031       "static": false,
1032       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1033       "linenr": 536,
1034       "html_filename": "AbstractMixedCollection.html",
1035       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-getRange",
1036       "shortDoc": "<p>Returns a range of items in this collection</p>\n"
1037     },
1038     {
1039       "tagname": "method",
1040       "name": "hasActiveFx",
1041       "member": "Ext.util.Animate",
1042       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.chart.LegendItem-method-getActiveAnimation\" rel=\"Ext.chart.LegendItem-method-getActiveAnimation\" class=\"docClass\">getActiveAnimation</a>\nReturns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
1043       "params": [
1044
1045       ],
1046       "return": {
1047         "type": "Mixed",
1048         "doc": "<p>anim if element has active effects, else false</p>\n"
1049       },
1050       "private": false,
1051       "static": false,
1052       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1053       "linenr": 369,
1054       "html_filename": "Animate.html",
1055       "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
1056       "shortDoc": "@deprecated 4.0 Replaced by getActiveAnimation\nReturns thq current animation if this object has any effects actively ..."
1057     },
1058     {
1059       "tagname": "method",
1060       "name": "hasListener",
1061       "member": "Ext.util.Observable",
1062       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1063       "params": [
1064         {
1065           "type": "String",
1066           "name": "eventName",
1067           "doc": "<p>The name of the event to check for</p>\n",
1068           "optional": false
1069         }
1070       ],
1071       "return": {
1072         "type": "Boolean",
1073         "doc": "<p>True if the event is being listened for, else false</p>\n"
1074       },
1075       "private": false,
1076       "static": false,
1077       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1078       "linenr": 480,
1079       "html_filename": "Observable.html",
1080       "href": "Observable.html#Ext-util-Observable-method-hasListener",
1081       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
1082     },
1083     {
1084       "tagname": "method",
1085       "name": "hide",
1086       "member": "Ext.draw.CompositeSprite",
1087       "doc": "<p>Hides all sprites. If the first parameter of the method is true\nthen a redraw will be forced for each sprite.</p>\n",
1088       "params": [
1089         {
1090           "type": "Object",
1091           "name": "redraw",
1092           "doc": "\n",
1093           "optional": false
1094         }
1095       ],
1096       "return": {
1097         "type": "void",
1098         "doc": "\n"
1099       },
1100       "private": false,
1101       "static": false,
1102       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
1103       "linenr": 176,
1104       "html_filename": "CompositeSprite.html",
1105       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-hide",
1106       "shortDoc": "<p>Hides all sprites. If the first parameter of the method is true\nthen a redraw will be forced for each sprite.</p>\n"
1107     },
1108     {
1109       "tagname": "method",
1110       "name": "indexOf",
1111       "member": "Ext.util.AbstractMixedCollection",
1112       "doc": "<p>Returns index within the collection of the passed Object.</p>\n",
1113       "params": [
1114         {
1115           "type": "Object",
1116           "name": "o",
1117           "doc": "<p>The item to find the index of.</p>\n",
1118           "optional": false
1119         }
1120       ],
1121       "return": {
1122         "type": "Number",
1123         "doc": "<p>index of the item. Returns -1 if not found.</p>\n"
1124       },
1125       "private": false,
1126       "static": false,
1127       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1128       "linenr": 366,
1129       "html_filename": "AbstractMixedCollection.html",
1130       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-indexOf",
1131       "shortDoc": "<p>Returns index within the collection of the passed Object.</p>\n"
1132     },
1133     {
1134       "tagname": "method",
1135       "name": "indexOfKey",
1136       "member": "Ext.util.AbstractMixedCollection",
1137       "doc": "<p>Returns index within the collection of the passed key.</p>\n",
1138       "params": [
1139         {
1140           "type": "String",
1141           "name": "key",
1142           "doc": "<p>The key to find the index of.</p>\n",
1143           "optional": false
1144         }
1145       ],
1146       "return": {
1147         "type": "Number",
1148         "doc": "<p>index of the key.</p>\n"
1149       },
1150       "private": false,
1151       "static": false,
1152       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1153       "linenr": 375,
1154       "html_filename": "AbstractMixedCollection.html",
1155       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-indexOfKey",
1156       "shortDoc": "<p>Returns index within the collection of the passed key.</p>\n"
1157     },
1158     {
1159       "tagname": "method",
1160       "name": "initSortable",
1161       "member": "Ext.util.Sortable",
1162       "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
1163       "params": [
1164
1165       ],
1166       "return": {
1167         "type": "void",
1168         "doc": "\n"
1169       },
1170       "private": false,
1171       "static": false,
1172       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1173       "linenr": 37,
1174       "html_filename": "Sortable.html",
1175       "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
1176       "shortDoc": "Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own in..."
1177     },
1178     {
1179       "tagname": "method",
1180       "name": "insert",
1181       "member": "Ext.util.AbstractMixedCollection",
1182       "doc": "<p>Inserts an item at the specified index in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-add\" rel=\"Ext.chart.LegendItem-event-add\" class=\"docClass\">add</a> event when complete.</p>\n",
1183       "params": [
1184         {
1185           "type": "Number",
1186           "name": "index",
1187           "doc": "<p>The index to insert the item at.</p>\n",
1188           "optional": false
1189         },
1190         {
1191           "type": "String",
1192           "name": "key",
1193           "doc": "<p>The key to associate with the new item, or the item itself.</p>\n",
1194           "optional": false
1195         },
1196         {
1197           "type": "Object",
1198           "name": "o",
1199           "doc": "<p>(optional) If the second parameter was a key, the new item.</p>\n",
1200           "optional": true
1201         }
1202       ],
1203       "return": {
1204         "type": "Object",
1205         "doc": "<p>The item inserted.</p>\n"
1206       },
1207       "private": false,
1208       "static": false,
1209       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1210       "linenr": 268,
1211       "html_filename": "AbstractMixedCollection.html",
1212       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-insert",
1213       "shortDoc": "<p>Inserts an item at the specified index in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-add\" rel=\"Ext.chart.LegendItem-event-add\" class=\"docClass\">add</a> event when complete.</p>\n"
1214     },
1215     {
1216       "tagname": "method",
1217       "name": "last",
1218       "member": "Ext.util.AbstractMixedCollection",
1219       "doc": "<p>Returns the last item in the collection.</p>\n",
1220       "params": [
1221
1222       ],
1223       "return": {
1224         "type": "Object",
1225         "doc": "<p>the last item in the collection..</p>\n"
1226       },
1227       "private": false,
1228       "static": false,
1229       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1230       "linenr": 456,
1231       "html_filename": "AbstractMixedCollection.html",
1232       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-last",
1233       "shortDoc": "<p>Returns the last item in the collection.</p>\n"
1234     },
1235     {
1236       "tagname": "method",
1237       "name": "observe",
1238       "member": "Ext.util.Observable",
1239       "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",
1240       "params": [
1241         {
1242           "type": "Function",
1243           "name": "c",
1244           "doc": "<p>The class constructor to make observable.</p>\n",
1245           "optional": false
1246         },
1247         {
1248           "type": "Object",
1249           "name": "listeners",
1250           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1251           "optional": false
1252         }
1253       ],
1254       "return": {
1255         "type": "void",
1256         "doc": "\n"
1257       },
1258       "private": false,
1259       "static": true,
1260       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1261       "linenr": 69,
1262       "html_filename": "Observable.html",
1263       "href": "Observable.html#Ext-util-Observable-method-observe",
1264       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
1265     },
1266     {
1267       "tagname": "method",
1268       "name": "on",
1269       "member": "Ext.util.Observable",
1270       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
1271       "params": [
1272         {
1273           "type": "String",
1274           "name": "eventName",
1275           "doc": "<p>The type of event to listen for</p>\n",
1276           "optional": false
1277         },
1278         {
1279           "type": "Function",
1280           "name": "handler",
1281           "doc": "<p>The method the event invokes</p>\n",
1282           "optional": false
1283         },
1284         {
1285           "type": "Object",
1286           "name": "scope",
1287           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
1288           "optional": true
1289         },
1290         {
1291           "type": "Object",
1292           "name": "options",
1293           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
1294           "optional": true
1295         }
1296       ],
1297       "return": {
1298         "type": "void",
1299         "doc": "\n"
1300       },
1301       "private": false,
1302       "static": false,
1303       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1304       "linenr": 616,
1305       "html_filename": "Observable.html",
1306       "href": "Observable.html#Ext-util-Observable-method-on",
1307       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
1308     },
1309     {
1310       "tagname": "method",
1311       "name": "relayEvents",
1312       "member": "Ext.util.Observable",
1313       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
1314       "params": [
1315         {
1316           "type": "Object",
1317           "name": "origin",
1318           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1319           "optional": false
1320         },
1321         {
1322           "type": "Array",
1323           "name": "events",
1324           "doc": "<p>Array of event names to relay.</p>\n",
1325           "optional": false
1326         },
1327         {
1328           "type": "Object",
1329           "name": "prefix",
1330           "doc": "\n",
1331           "optional": false
1332         }
1333       ],
1334       "return": {
1335         "type": "void",
1336         "doc": "\n"
1337       },
1338       "private": false,
1339       "static": false,
1340       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1341       "linenr": 520,
1342       "html_filename": "Observable.html",
1343       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1344       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
1345     },
1346     {
1347       "tagname": "method",
1348       "name": "releaseCapture",
1349       "member": "Ext.util.Observable",
1350       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
1351       "params": [
1352         {
1353           "type": "Observable",
1354           "name": "o",
1355           "doc": "<p>The Observable to release</p>\n",
1356           "optional": false
1357         }
1358       ],
1359       "return": {
1360         "type": "void",
1361         "doc": "\n"
1362       },
1363       "private": false,
1364       "static": true,
1365       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1366       "linenr": 46,
1367       "html_filename": "Observable.html",
1368       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1369       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
1370     },
1371     {
1372       "tagname": "method",
1373       "name": "remove",
1374       "member": "Ext.draw.CompositeSprite",
1375       "doc": "<p>Remove a Sprite from the Group</p>\n",
1376       "params": [
1377         {
1378           "type": "Object",
1379           "name": "o",
1380           "doc": "\n",
1381           "optional": false
1382         }
1383       ],
1384       "return": {
1385         "type": "void",
1386         "doc": "\n"
1387       },
1388       "private": false,
1389       "static": false,
1390       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
1391       "linenr": 108,
1392       "html_filename": "CompositeSprite.html",
1393       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-remove",
1394       "shortDoc": "<p>Remove a Sprite from the Group</p>\n"
1395     },
1396     {
1397       "tagname": "method",
1398       "name": "removeAll",
1399       "member": "Ext.util.AbstractMixedCollection",
1400       "doc": "<p>Remove all items in the passed array from the collection.</p>\n",
1401       "params": [
1402         {
1403           "type": "Array",
1404           "name": "items",
1405           "doc": "<p>An array of items to be removed.</p>\n",
1406           "optional": false
1407         }
1408       ],
1409       "return": {
1410         "type": "Ext.util.MixedCollection",
1411         "doc": "<p>this object</p>\n"
1412       },
1413       "private": false,
1414       "static": false,
1415       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1416       "linenr": 311,
1417       "html_filename": "AbstractMixedCollection.html",
1418       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAll",
1419       "shortDoc": "<p>Remove all items in the passed array from the collection.</p>\n"
1420     },
1421     {
1422       "tagname": "method",
1423       "name": "removeAt",
1424       "member": "Ext.util.AbstractMixedCollection",
1425       "doc": "<p>Remove an item from a specified index in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-remove\" rel=\"Ext.chart.LegendItem-event-remove\" class=\"docClass\">remove</a> event when complete.</p>\n",
1426       "params": [
1427         {
1428           "type": "Number",
1429           "name": "index",
1430           "doc": "<p>The index within the collection of the item to remove.</p>\n",
1431           "optional": false
1432         }
1433       ],
1434       "return": {
1435         "type": "Object",
1436         "doc": "<p>The item removed or false if no item was removed.</p>\n"
1437       },
1438       "private": false,
1439       "static": false,
1440       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1441       "linenr": 324,
1442       "html_filename": "AbstractMixedCollection.html",
1443       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAt",
1444       "shortDoc": "<p>Remove an item from a specified index in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-remove\" rel=\"Ext.chart.LegendItem-event-remove\" class=\"docClass\">remove</a> event when complete.</p>\n"
1445     },
1446     {
1447       "tagname": "method",
1448       "name": "removeAtKey",
1449       "member": "Ext.util.AbstractMixedCollection",
1450       "doc": "<p>Removed an item associated with the passed key fom the collection.</p>\n",
1451       "params": [
1452         {
1453           "type": "String",
1454           "name": "key",
1455           "doc": "<p>The key of the item to remove.</p>\n",
1456           "optional": false
1457         }
1458       ],
1459       "return": {
1460         "type": "Object",
1461         "doc": "<p>The item removed or false if no item was removed.</p>\n"
1462       },
1463       "private": false,
1464       "static": false,
1465       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1466       "linenr": 349,
1467       "html_filename": "AbstractMixedCollection.html",
1468       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-removeAtKey",
1469       "shortDoc": "<p>Removed an item associated with the passed key fom the collection.</p>\n"
1470     },
1471     {
1472       "tagname": "method",
1473       "name": "removeListener",
1474       "member": "Ext.util.Observable",
1475       "doc": "<p>Removes an event handler.</p>\n",
1476       "params": [
1477         {
1478           "type": "String",
1479           "name": "eventName",
1480           "doc": "<p>The type of event the handler was associated with.</p>\n",
1481           "optional": false
1482         },
1483         {
1484           "type": "Function",
1485           "name": "handler",
1486           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
1487           "optional": false
1488         },
1489         {
1490           "type": "Object",
1491           "name": "scope",
1492           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1493           "optional": true
1494         }
1495       ],
1496       "return": {
1497         "type": "void",
1498         "doc": "\n"
1499       },
1500       "private": false,
1501       "static": false,
1502       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1503       "linenr": 352,
1504       "html_filename": "Observable.html",
1505       "href": "Observable.html#Ext-util-Observable-method-removeListener",
1506       "shortDoc": "<p>Removes an event handler.</p>\n"
1507     },
1508     {
1509       "tagname": "method",
1510       "name": "removeManagedListener",
1511       "member": "Ext.util.Observable",
1512       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.chart.LegendItem--mon\" rel=\"Ext.chart.LegendItem--mon\" class=\"docClass\">mon</a> method.</p>\n",
1513       "params": [
1514         {
1515           "type": "Observable|Element",
1516           "name": "item",
1517           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1518           "optional": false
1519         },
1520         {
1521           "type": "Object|String",
1522           "name": "ename",
1523           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1524           "optional": false
1525         },
1526         {
1527           "type": "Function",
1528           "name": "fn",
1529           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
1530           "optional": false
1531         },
1532         {
1533           "type": "Object",
1534           "name": "scope",
1535           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
1536           "optional": false
1537         }
1538       ],
1539       "return": {
1540         "type": "void",
1541         "doc": "\n"
1542       },
1543       "private": false,
1544       "static": false,
1545       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1546       "linenr": 196,
1547       "html_filename": "Observable.html",
1548       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1549       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.chart.LegendItem--mon\" rel=\"Ext.chart.LegendItem--mon\" class=\"docClass\">mon</a> method.</p>\n"
1550     },
1551     {
1552       "tagname": "method",
1553       "name": "reorder",
1554       "member": "Ext.util.MixedCollection",
1555       "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",
1556       "params": [
1557         {
1558           "type": "Object",
1559           "name": "mapping",
1560           "doc": "<p>Mapping from old item index to new item index</p>\n",
1561           "optional": false
1562         }
1563       ],
1564       "return": {
1565         "type": "void",
1566         "doc": "\n"
1567       },
1568       "private": false,
1569       "static": false,
1570       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/MixedCollection.js",
1571       "linenr": 151,
1572       "html_filename": "MixedCollection.html",
1573       "href": "MixedCollection.html#Ext-util-MixedCollection-method-reorder",
1574       "shortDoc": "Reorders each of the items based on a mapping from old index to new index. Internally this\njust translates into a sor..."
1575     },
1576     {
1577       "tagname": "method",
1578       "name": "replace",
1579       "member": "Ext.util.AbstractMixedCollection",
1580       "doc": "<p>Replaces an item in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-replace\" rel=\"Ext.chart.LegendItem-event-replace\" class=\"docClass\">replace</a> event when complete.</p>\n",
1581       "params": [
1582         {
1583           "type": "String",
1584           "name": "key",
1585           "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.chart.LegendItem-method-getKey\" rel=\"Ext.chart.LegendItem-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",
1586           "optional": false
1587         },
1588         {
1589           "type": "Object",
1590           "name": "o",
1591           "doc": "<p>{Object} o (optional) If the first parameter passed was a key, the item to associate\nwith that key.</p>\n",
1592           "optional": true
1593         }
1594       ],
1595       "return": {
1596         "type": "Object",
1597         "doc": "<p>The new item.</p>\n"
1598       },
1599       "private": false,
1600       "static": false,
1601       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1602       "linenr": 135,
1603       "html_filename": "AbstractMixedCollection.html",
1604       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-replace",
1605       "shortDoc": "<p>Replaces an item in the collection. Fires the <a href=\"#/api/Ext.chart.LegendItem-event-replace\" rel=\"Ext.chart.LegendItem-event-replace\" class=\"docClass\">replace</a> event when complete.</p>\n"
1606     },
1607     {
1608       "tagname": "method",
1609       "name": "resumeEvents",
1610       "member": "Ext.util.Observable",
1611       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.chart.LegendItem-method-suspendEvents\" rel=\"Ext.chart.LegendItem-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
1612       "params": [
1613
1614       ],
1615       "return": {
1616         "type": "void",
1617         "doc": "\n"
1618       },
1619       "private": false,
1620       "static": false,
1621       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1622       "linenr": 502,
1623       "html_filename": "Observable.html",
1624       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1625       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
1626     },
1627     {
1628       "tagname": "method",
1629       "name": "sequenceFx",
1630       "member": "Ext.util.Animate",
1631       "doc": "<p>Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite of <a href=\"#/api/Ext.chart.LegendItem-method-syncFx\" rel=\"Ext.chart.LegendItem-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
1632       "params": [
1633
1634       ],
1635       "return": {
1636         "type": "Object",
1637         "doc": "<p>this</p>\n"
1638       },
1639       "private": false,
1640       "static": false,
1641       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1642       "linenr": 357,
1643       "html_filename": "Animate.html",
1644       "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
1645       "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence.  This is the opposite ..."
1646     },
1647     {
1648       "tagname": "method",
1649       "name": "setAttributes",
1650       "member": "Ext.draw.CompositeSprite",
1651       "doc": "<p>Iterates through all sprites calling\n <code>setAttributes</code> on each one. For more information\n <a href=\"#/api/Ext.draw.Sprite\" rel=\"Ext.draw.Sprite\" class=\"docClass\">Ext.draw.Sprite</a> provides a description of the\n attributes that can be set with this method.</p>\n",
1652       "params": [
1653         {
1654           "type": "Object",
1655           "name": "attrs",
1656           "doc": "\n",
1657           "optional": false
1658         },
1659         {
1660           "type": "Object",
1661           "name": "redraw",
1662           "doc": "\n",
1663           "optional": false
1664         }
1665       ],
1666       "return": {
1667         "type": "void",
1668         "doc": "\n"
1669       },
1670       "private": false,
1671       "static": false,
1672       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
1673       "linenr": 159,
1674       "html_filename": "CompositeSprite.html",
1675       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-setAttributes",
1676       "shortDoc": "Iterates through all sprites calling\n setAttributes on each one. For more information\n Ext.draw.Sprite provides a des..."
1677     },
1678     {
1679       "tagname": "method",
1680       "name": "show",
1681       "member": "Ext.draw.CompositeSprite",
1682       "doc": "<p>Shows all sprites. If the first parameter of the method is true\nthen a redraw will be forced for each sprite.</p>\n",
1683       "params": [
1684         {
1685           "type": "Object",
1686           "name": "redraw",
1687           "doc": "\n",
1688           "optional": false
1689         }
1690       ],
1691       "return": {
1692         "type": "void",
1693         "doc": "\n"
1694       },
1695       "private": false,
1696       "static": false,
1697       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/draw/CompositeSprite.js",
1698       "linenr": 191,
1699       "html_filename": "CompositeSprite.html",
1700       "href": "CompositeSprite.html#Ext-draw-CompositeSprite-method-show",
1701       "shortDoc": "<p>Shows all sprites. If the first parameter of the method is true\nthen a redraw will be forced for each sprite.</p>\n"
1702     },
1703     {
1704       "tagname": "method",
1705       "name": "sort",
1706       "member": "Ext.util.Sortable",
1707       "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",
1708       "params": [
1709         {
1710           "type": "String|Array",
1711           "name": "sorters",
1712           "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",
1713           "optional": false
1714         },
1715         {
1716           "type": "String",
1717           "name": "direction",
1718           "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
1719           "optional": false
1720         },
1721         {
1722           "type": "Object",
1723           "name": "where",
1724           "doc": "\n",
1725           "optional": false
1726         },
1727         {
1728           "type": "Object",
1729           "name": "doSort",
1730           "doc": "\n",
1731           "optional": false
1732         }
1733       ],
1734       "return": {
1735         "type": "void",
1736         "doc": "\n"
1737       },
1738       "private": false,
1739       "static": false,
1740       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1741       "linenr": 59,
1742       "html_filename": "Sortable.html",
1743       "href": "Sortable.html#Ext-util-Sortable-method-sort",
1744       "shortDoc": "Sorts the data in the Store by one or more of its properties. Example usage:\n\n\n//sort by a single field\nmyStore.sort(..."
1745     },
1746     {
1747       "tagname": "method",
1748       "name": "sortBy",
1749       "member": "Ext.util.MixedCollection",
1750       "doc": "<p>Sorts the collection by a single sorter function</p>\n",
1751       "params": [
1752         {
1753           "type": "Function",
1754           "name": "sorterFn",
1755           "doc": "<p>The function to sort by</p>\n",
1756           "optional": false
1757         }
1758       ],
1759       "return": {
1760         "type": "void",
1761         "doc": "\n"
1762       },
1763       "private": false,
1764       "static": false,
1765       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/MixedCollection.js",
1766       "linenr": 112,
1767       "html_filename": "MixedCollection.html",
1768       "href": "MixedCollection.html#Ext-util-MixedCollection-method-sortBy",
1769       "shortDoc": "<p>Sorts the collection by a single sorter function</p>\n"
1770     },
1771     {
1772       "tagname": "method",
1773       "name": "sortByKey",
1774       "member": "Ext.util.MixedCollection",
1775       "doc": "<p>Sorts this collection by <b>key</b>s.</p>\n",
1776       "params": [
1777         {
1778           "type": "String",
1779           "name": "direction",
1780           "doc": "<p>(optional) 'ASC' or 'DESC'. Defaults to 'ASC'.</p>\n",
1781           "optional": true
1782         },
1783         {
1784           "type": "Function",
1785           "name": "fn",
1786           "doc": "<p>(optional) Comparison function that defines the sort order.\nDefaults to sorting by case insensitive string.</p>\n",
1787           "optional": true
1788         }
1789       ],
1790       "return": {
1791         "type": "void",
1792         "doc": "\n"
1793       },
1794       "private": false,
1795       "static": false,
1796       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/MixedCollection.js",
1797       "linenr": 191,
1798       "html_filename": "MixedCollection.html",
1799       "href": "MixedCollection.html#Ext-util-MixedCollection-method-sortByKey",
1800       "shortDoc": "<p>Sorts this collection by <b>key</b>s.</p>\n"
1801     },
1802     {
1803       "tagname": "method",
1804       "name": "stopAnimation",
1805       "member": "Ext.util.Animate",
1806       "doc": "<p>Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.</p>\n",
1807       "params": [
1808
1809       ],
1810       "return": {
1811         "type": "Ext.core.Element",
1812         "doc": "<p>The Element</p>\n"
1813       },
1814       "private": false,
1815       "static": false,
1816       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1817       "linenr": 335,
1818       "html_filename": "Animate.html",
1819       "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
1820       "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ..."
1821     },
1822     {
1823       "tagname": "method",
1824       "name": "stopFx",
1825       "member": "Ext.util.Animate",
1826       "doc": "<p>@deprecated 4.0 Replaced by <a href=\"#/api/Ext.chart.LegendItem-method-stopAnimation\" rel=\"Ext.chart.LegendItem-method-stopAnimation\" class=\"docClass\">stopAnimation</a>\nStops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet.</p>\n",
1827       "params": [
1828
1829       ],
1830       "return": {
1831         "type": "Ext.core.Element",
1832         "doc": "<p>The Element</p>\n"
1833       },
1834       "private": false,
1835       "static": false,
1836       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1837       "linenr": 326,
1838       "html_filename": "Animate.html",
1839       "href": "Animate.html#Ext-util-Animate-method-stopFx",
1840       "shortDoc": "@deprecated 4.0 Replaced by stopAnimation\nStops any running effects and clears this object's internal effects queue i..."
1841     },
1842     {
1843       "tagname": "method",
1844       "name": "sum",
1845       "member": "Ext.util.AbstractMixedCollection",
1846       "doc": "<p>Collects all of the values of the given property and returns their sum</p>\n",
1847       "params": [
1848         {
1849           "type": "String",
1850           "name": "property",
1851           "doc": "<p>The property to sum by</p>\n",
1852           "optional": false
1853         },
1854         {
1855           "type": "String",
1856           "name": "root",
1857           "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",
1858           "optional": false
1859         },
1860         {
1861           "type": "Number",
1862           "name": "start",
1863           "doc": "<p>(optional) The record index to start at (defaults to <tt>0</tt>)</p>\n",
1864           "optional": true
1865         },
1866         {
1867           "type": "Number",
1868           "name": "end",
1869           "doc": "<p>(optional) The record index to end at (defaults to <tt>-1</tt>)</p>\n",
1870           "optional": true
1871         }
1872       ],
1873       "return": {
1874         "type": "Number",
1875         "doc": "<p>The total</p>\n"
1876       },
1877       "private": false,
1878       "static": false,
1879       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
1880       "linenr": 464,
1881       "html_filename": "AbstractMixedCollection.html",
1882       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-method-sum",
1883       "shortDoc": "<p>Collects all of the values of the given property and returns their sum</p>\n"
1884     },
1885     {
1886       "tagname": "method",
1887       "name": "suspendEvents",
1888       "member": "Ext.util.Observable",
1889       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.chart.LegendItem-method-resumeEvents\" rel=\"Ext.chart.LegendItem-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
1890       "params": [
1891         {
1892           "type": "Boolean",
1893           "name": "queueSuspended",
1894           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.chart.LegendItem-method-resumeEvents\" rel=\"Ext.chart.LegendItem-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
1895           "optional": false
1896         }
1897       ],
1898       "return": {
1899         "type": "void",
1900         "doc": "\n"
1901       },
1902       "private": false,
1903       "static": false,
1904       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1905       "linenr": 490,
1906       "html_filename": "Observable.html",
1907       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1908       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.chart.LegendItem-method-resumeEvents\" rel=\"Ext.chart.LegendItem-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
1909     },
1910     {
1911       "tagname": "method",
1912       "name": "syncFx",
1913       "member": "Ext.util.Animate",
1914       "doc": "<p>Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of <a href=\"#/api/Ext.chart.LegendItem-method-sequenceFx\" rel=\"Ext.chart.LegendItem-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
1915       "params": [
1916
1917       ],
1918       "return": {
1919         "type": "Object",
1920         "doc": "<p>this</p>\n"
1921       },
1922       "private": false,
1923       "static": false,
1924       "filename": "/Users/nick/Projects/sencha/SDK/extjs/src/util/Animate.js",
1925       "linenr": 345,
1926       "html_filename": "Animate.html",
1927       "href": "Animate.html#Ext-util-Animate-method-syncFx",
1928       "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently.  This is the opposite of ..."
1929     },
1930     {
1931       "tagname": "method",
1932       "name": "un",
1933       "member": "Ext.util.Observable",
1934       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.chart.LegendItem-method-removeListener\" rel=\"Ext.chart.LegendItem-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
1935       "params": [
1936         {
1937           "type": "String",
1938           "name": "eventName",
1939           "doc": "<p>The type of event the handler was associated with.</p>\n",
1940           "optional": false
1941         },
1942         {
1943           "type": "Function",
1944           "name": "handler",
1945           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.chart.LegendItem-method-addListener\" rel=\"Ext.chart.LegendItem-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
1946           "optional": false
1947         },
1948         {
1949           "type": "Object",
1950           "name": "scope",
1951           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1952           "optional": true
1953         }
1954       ],
1955       "return": {
1956         "type": "void",
1957         "doc": "\n"
1958       },
1959       "private": false,
1960       "static": false,
1961       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1962       "linenr": 608,
1963       "html_filename": "Observable.html",
1964       "href": "Observable.html#Ext-util-Observable-method-un",
1965       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.chart.LegendItem-method-removeListener\" rel=\"Ext.chart.LegendItem-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
1966     },
1967     {
1968       "tagname": "method",
1969       "name": "updatePosition",
1970       "member": "Ext.chart.LegendItem",
1971       "doc": "<p>Update the positions of all this item's sprites to match the root position\nof the legend box.</p>\n",
1972       "params": [
1973         {
1974           "type": "Object",
1975           "name": "relativeTo",
1976           "doc": "<p>(optional) If specified, this object's 'x' and 'y' values will be used</p>\n\n<pre><code>            as the reference point for the relative positioning. Defaults to the Legend.\n</code></pre>\n",
1977           "optional": true
1978         }
1979       ],
1980       "return": {
1981         "type": "void",
1982         "doc": "\n"
1983       },
1984       "private": false,
1985       "static": false,
1986       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/LegendItem.js",
1987       "linenr": 169,
1988       "html_filename": "LegendItem.html",
1989       "href": "LegendItem.html#Ext-chart-LegendItem-method-updatePosition",
1990       "shortDoc": "<p>Update the positions of all this item's sprites to match the root position\nof the legend box.</p>\n"
1991     }
1992   ],
1993   "property": [
1994     {
1995       "tagname": "property",
1996       "name": "defaultSortDirection",
1997       "member": "Ext.util.Sortable",
1998       "type": "String",
1999       "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
2000       "private": false,
2001       "static": false,
2002       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2003       "linenr": 20,
2004       "html_filename": "Sortable.html",
2005       "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection"
2006     },
2007     {
2008       "tagname": "property",
2009       "name": "isSortable",
2010       "member": "Ext.util.Sortable",
2011       "type": "Boolean",
2012       "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
2013       "private": false,
2014       "static": false,
2015       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2016       "linenr": 13,
2017       "html_filename": "Sortable.html",
2018       "href": "Sortable.html#Ext-util-Sortable-property-isSortable"
2019     },
2020     {
2021       "tagname": "property",
2022       "name": "sortRoot",
2023       "member": "Ext.util.Sortable",
2024       "type": "String",
2025       "doc": "<p>The property in each item that contains the data to sort. (defaults to null)</p>\n",
2026       "private": false,
2027       "static": false,
2028       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2029       "linenr": 31,
2030       "html_filename": "Sortable.html",
2031       "href": "Sortable.html#Ext-util-Sortable-property-sortRoot"
2032     },
2033     {
2034       "tagname": "property",
2035       "name": "sorters",
2036       "member": "Ext.util.Sortable",
2037       "type": "Ext.util.MixedCollection",
2038       "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",
2039       "private": false,
2040       "static": false,
2041       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2042       "linenr": 45,
2043       "html_filename": "Sortable.html",
2044       "href": "Sortable.html#Ext-util-Sortable-property-sorters"
2045     }
2046   ],
2047   "event": [
2048     {
2049       "tagname": "event",
2050       "name": "add",
2051       "member": "Ext.util.AbstractMixedCollection",
2052       "doc": "<p>Fires when an item is added to the collection.</p>\n",
2053       "params": [
2054         {
2055           "type": "Number",
2056           "name": "index",
2057           "doc": "<p>The index at which the item was added.</p>\n",
2058           "optional": false
2059         },
2060         {
2061           "type": "Object",
2062           "name": "o",
2063           "doc": "<p>The item added.</p>\n",
2064           "optional": false
2065         },
2066         {
2067           "type": "String",
2068           "name": "key",
2069           "doc": "<p>The key associated with the added item.</p>\n",
2070           "optional": false
2071         }
2072       ],
2073       "private": false,
2074       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
2075       "linenr": 26,
2076       "html_filename": "AbstractMixedCollection.html",
2077       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-add",
2078       "shortDoc": "<p>Fires when an item is added to the collection.</p>\n"
2079     },
2080     {
2081       "tagname": "event",
2082       "name": "clear",
2083       "member": "Ext.util.AbstractMixedCollection",
2084       "doc": "<p>Fires when the collection is cleared.</p>\n",
2085       "params": [
2086
2087       ],
2088       "private": false,
2089       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
2090       "linenr": 20,
2091       "html_filename": "AbstractMixedCollection.html",
2092       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-clear",
2093       "shortDoc": "<p>Fires when the collection is cleared.</p>\n"
2094     },
2095     {
2096       "tagname": "event",
2097       "name": "remove",
2098       "member": "Ext.util.AbstractMixedCollection",
2099       "doc": "<p>Fires when an item is removed from the collection.</p>\n",
2100       "params": [
2101         {
2102           "type": "Object",
2103           "name": "o",
2104           "doc": "<p>The item being removed.</p>\n",
2105           "optional": false
2106         },
2107         {
2108           "type": "String",
2109           "name": "key",
2110           "doc": "<p>(optional) The key associated with the removed item.</p>\n",
2111           "optional": true
2112         }
2113       ],
2114       "private": false,
2115       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
2116       "linenr": 44,
2117       "html_filename": "AbstractMixedCollection.html",
2118       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-remove",
2119       "shortDoc": "<p>Fires when an item is removed from the collection.</p>\n"
2120     },
2121     {
2122       "tagname": "event",
2123       "name": "replace",
2124       "member": "Ext.util.AbstractMixedCollection",
2125       "doc": "<p>Fires when an item is replaced in the collection.</p>\n",
2126       "params": [
2127         {
2128           "type": "String",
2129           "name": "key",
2130           "doc": "<p>he key associated with the new added.</p>\n",
2131           "optional": false
2132         },
2133         {
2134           "type": "Object",
2135           "name": "old",
2136           "doc": "<p>The item being replaced.</p>\n",
2137           "optional": false
2138         },
2139         {
2140           "type": "Object",
2141           "name": "new",
2142           "doc": "<p>The new item.</p>\n",
2143           "optional": false
2144         }
2145       ],
2146       "private": false,
2147       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/AbstractMixedCollection.js",
2148       "linenr": 35,
2149       "html_filename": "AbstractMixedCollection.html",
2150       "href": "AbstractMixedCollection.html#Ext-util-AbstractMixedCollection-event-replace",
2151       "shortDoc": "<p>Fires when an item is replaced in the collection.</p>\n"
2152     }
2153   ],
2154   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/chart/LegendItem.js",
2155   "linenr": 1,
2156   "html_filename": "LegendItem.html",
2157   "href": "LegendItem.html#Ext-chart-LegendItem",
2158   "cssVar": [
2159
2160   ],
2161   "cssMixin": [
2162
2163   ],
2164   "component": false,
2165   "superclasses": [
2166     "Ext.util.AbstractMixedCollection",
2167     "Ext.util.MixedCollection",
2168     "Ext.draw.CompositeSprite"
2169   ],
2170   "subclasses": [
2171
2172   ],
2173   "mixedInto": [
2174
2175   ],
2176   "allMixins": [
2177     "Ext.util.Animate",
2178     "Ext.util.Sortable",
2179     "Ext.util.Observable"
2180   ]
2181 });