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