Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.AbstractComponent.js
1 Ext.data.JsonP.Ext_AbstractComponent({
2   "allMixins": [
3     "Ext.util.Observable",
4     "Ext.util.Animate",
5     "Ext.state.Stateful"
6   ],
7   "deprecated": null,
8   "docauthor": null,
9   "members": {
10     "cfg": [
11       {
12         "type": "Mixed",
13         "deprecated": null,
14         "alias": null,
15         "protected": false,
16         "tagname": "cfg",
17         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoEl",
18         "shortDoc": "A tag name or DomHelper spec used to create the Element which will\nencapsulate this Component. ...",
19         "static": false,
20         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
21         "private": false,
22         "name": "autoEl",
23         "owner": "Ext.AbstractComponent",
24         "doc": "<p>A tag name or <a href=\"#/api/Ext.core.DomHelper\" rel=\"Ext.core.DomHelper\" class=\"docClass\">DomHelper</a> spec used to create the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a> which will\nencapsulate this Component.</p>\n\n\n<p>You do not normally need to specify this. For the base classes <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> and <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>,\nthis defaults to <b><tt>'div'</tt></b>. The more complex Sencha classes use a more complex\nDOM structure specified by their own <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>s.</p>\n\n\n<p>This is intended to allow the developer to create application-specific utility Components encapsulated by\ndifferent DOM elements. Example usage:</p>\n\n\n<pre><code>{\n    xtype: 'component',\n    autoEl: {\n        tag: 'img',\n        src: 'http://www.example.com/example.jpg'\n    }\n}, {\n    xtype: 'component',\n    autoEl: {\n        tag: 'blockquote',\n        html: 'autoEl is cool!'\n    }\n}, {\n    xtype: 'container',\n    autoEl: 'ul',\n    cls: 'ux-unordered-list',\n    items: {\n        xtype: 'component',\n        autoEl: 'li',\n        html: 'First list item'\n    }\n}\n</code></pre>\n\n",
25         "linenr": 130,
26         "html_filename": "AbstractComponent.html"
27       },
28       {
29         "type": "Mixed",
30         "deprecated": null,
31         "alias": null,
32         "protected": false,
33         "tagname": "cfg",
34         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoRender",
35         "shortDoc": "This config is intended mainly for floating Components which may or may not be shown. ...",
36         "static": false,
37         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
38         "private": false,
39         "name": "autoRender",
40         "owner": "Ext.AbstractComponent",
41         "doc": "<p>This config is intended mainly for <a href=\"#/api/Ext.AbstractComponent-cfg-floating\" rel=\"Ext.AbstractComponent-cfg-floating\" class=\"docClass\">floating</a> Components which may or may not be shown. Instead\nof using <a href=\"#/api/Ext.AbstractComponent-cfg-renderTo\" rel=\"Ext.AbstractComponent-cfg-renderTo\" class=\"docClass\">renderTo</a> in the configuration, and rendering upon construction, this allows a Component\nto render itself upon first <i><a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a></i>.</p>\n\n\n<p>Specify as <code>true</code> to have this Component render to the document body upon first show.</p>\n\n\n<p>Specify as an element, or the ID of an element to have this Component render to a specific element upon first show.</p>\n\n\n<p><b>This defaults to <code>true</code> for the <a href=\"#/api/Ext.window.Window\" rel=\"Ext.window.Window\" class=\"docClass\">Window</a> class.</b></p>\n\n",
42         "linenr": 499,
43         "html_filename": "AbstractComponent.html"
44       },
45       {
46         "type": "Boolean",
47         "deprecated": null,
48         "alias": null,
49         "protected": false,
50         "tagname": "cfg",
51         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-autoShow",
52         "shortDoc": "True to automatically show the component upon creation. ...",
53         "static": false,
54         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
55         "private": false,
56         "name": "autoShow",
57         "owner": "Ext.AbstractComponent",
58         "doc": "<p>True to automatically show the component upon creation.\nThis config option may only be used for <a href=\"#/api/Ext.AbstractComponent-cfg-floating\" rel=\"Ext.AbstractComponent-cfg-floating\" class=\"docClass\">floating</a> components or components\nthat use <a href=\"#/api/Ext.AbstractComponent-cfg-autoRender\" rel=\"Ext.AbstractComponent-cfg-autoRender\" class=\"docClass\">autoRender</a>. Defaults to <tt>false</tt>.</p>\n",
59         "linenr": 492,
60         "html_filename": "AbstractComponent.html"
61       },
62       {
63         "type": "String",
64         "deprecated": null,
65         "alias": null,
66         "protected": false,
67         "tagname": "cfg",
68         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-baseCls",
69         "shortDoc": "The base CSS class to apply to this components's element. ...",
70         "static": false,
71         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
72         "private": false,
73         "name": "baseCls",
74         "owner": "Ext.AbstractComponent",
75         "doc": "<p>The base CSS class to apply to this components's element. This will also be prepended to\nelements within this component like Panel's body will get a class x-panel-body. This means\nthat if you create a subclass of Panel, and you want it to get all the Panels styling for the\nelement and the body, you leave the baseCls x-panel and use componentCls to add specific styling for this\ncomponent.</p>\n",
76         "linenr": 273,
77         "html_filename": "AbstractComponent.html"
78       },
79       {
80         "type": "Number/String",
81         "deprecated": null,
82         "alias": null,
83         "protected": false,
84         "tagname": "cfg",
85         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-border",
86         "shortDoc": "Specifies the border for this component. ...",
87         "static": false,
88         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
89         "private": false,
90         "name": "border",
91         "owner": "Ext.AbstractComponent",
92         "doc": "<p>Specifies the border for this component. The border can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
93         "linenr": 360,
94         "html_filename": "AbstractComponent.html"
95       },
96       {
97         "type": "String",
98         "deprecated": null,
99         "alias": null,
100         "protected": false,
101         "tagname": "cfg",
102         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-cls",
103         "shortDoc": "An optional extra CSS class that will be added to this component's Element (defaults to ''). ...",
104         "static": false,
105         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
106         "private": false,
107         "name": "cls",
108         "owner": "Ext.AbstractComponent",
109         "doc": "<p>An optional extra CSS class that will be added to this component's Element (defaults to '').  This can be\nuseful for adding customized styles to the component or any of its children using standard CSS rules.</p>\n",
110         "linenr": 289,
111         "html_filename": "AbstractComponent.html"
112       },
113       {
114         "type": "String",
115         "deprecated": null,
116         "alias": null,
117         "protected": false,
118         "tagname": "cfg",
119         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentCls",
120         "static": false,
121         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
122         "private": false,
123         "name": "componentCls",
124         "owner": "Ext.AbstractComponent",
125         "doc": "<p>CSS Class to be added to a components root level element to give distinction to it\nvia styling.</p>\n",
126         "linenr": 283,
127         "html_filename": "AbstractComponent.html"
128       },
129       {
130         "type": "String/Object",
131         "deprecated": null,
132         "alias": null,
133         "protected": false,
134         "tagname": "cfg",
135         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-componentLayout",
136         "shortDoc": "The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager...",
137         "static": false,
138         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
139         "private": false,
140         "name": "componentLayout",
141         "owner": "Ext.AbstractComponent",
142         "doc": "<p>The sizing and positioning of a Component's internal Elements is the responsibility of\nthe Component's layout manager which sizes a Component's internal structure in response to the Component being sized.</p>\n\n\n<p>Generally, developers will not use this configuration as all provided Components which need their internal\nelements sizing (Such as <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">input fields</a>) come with their own componentLayout managers.</p>\n\n\n<p>The <a href=\"#/api/Ext.layout.container.Auto\" rel=\"Ext.layout.container.Auto\" class=\"docClass\">default layout manager</a> will be used on instances of the base <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> class\nwhich simply sizes the Component's encapsulating element to the height and width specified in the <a href=\"#/api/Ext.AbstractComponent-method-setSize\" rel=\"Ext.AbstractComponent-method-setSize\" class=\"docClass\">setSize</a> method.</p>\n\n",
143         "linenr": 242,
144         "html_filename": "AbstractComponent.html"
145       },
146       {
147         "type": "String",
148         "deprecated": null,
149         "alias": null,
150         "protected": false,
151         "tagname": "cfg",
152         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-contentEl",
153         "shortDoc": "Optional. ...",
154         "static": false,
155         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
156         "private": false,
157         "name": "contentEl",
158         "owner": "Ext.AbstractComponent",
159         "doc": "<p>Optional. Specify an existing HTML element, or the <code>id</code> of an existing HTML element to use as the content\nfor this component.</p>\n\n\n<ul>\n<li><b>Description</b> :\n<div class=\"sub-desc\">This config option is used to take an existing HTML element and place it in the layout element\nof a new component (it simply moves the specified DOM element <i>after the Component is rendered</i> to use as the content.</div></li>\n<li><b>Notes</b> :\n<div class=\"sub-desc\">The specified HTML element is appended to the layout element of the component <i>after any configured\n<a href=\"#/api/Ext.AbstractComponent-cfg-html\" rel=\"Ext.AbstractComponent-cfg-html\" class=\"docClass\">HTML</a> has been inserted</i>, and so the document will not contain this element at the time the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a> event is fired.</div>\n<div class=\"sub-desc\">The specified HTML element used will not participate in any <code><b><a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout</a></b></code>\nscheme that the Component may use. It is just HTML. Layouts operate on child <code><b><a href=\"#/api/Ext.container.Container-property-items\" rel=\"Ext.container.Container-property-items\" class=\"docClass\">items</a></b></code>.</div>\n<div class=\"sub-desc\">Add either the <code>x-hidden</code> or the <code>x-hide-display</code> CSS class to\nprevent a brief flicker of the content before it is rendered to the panel.</div></li>\n</ul>\n\n",
160         "linenr": 422,
161         "html_filename": "AbstractComponent.html"
162       },
163       {
164         "type": "Mixed",
165         "deprecated": null,
166         "alias": null,
167         "protected": false,
168         "tagname": "cfg",
169         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-data",
170         "static": false,
171         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
172         "private": false,
173         "name": "data",
174         "owner": "Ext.AbstractComponent",
175         "doc": "<p>The initial set of data to apply to the <code><a href=\"#/api/Ext.AbstractComponent-cfg-tpl\" rel=\"Ext.AbstractComponent-cfg-tpl\" class=\"docClass\">tpl</a></code> to\nupdate the content area of the Component.</p>\n",
176         "linenr": 260,
177         "html_filename": "AbstractComponent.html"
178       },
179       {
180         "type": "Boolean",
181         "deprecated": null,
182         "alias": null,
183         "protected": false,
184         "tagname": "cfg",
185         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabled",
186         "static": false,
187         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
188         "private": false,
189         "name": "disabled",
190         "owner": "Ext.AbstractComponent",
191         "doc": "<p>Defaults to false.</p>\n",
192         "linenr": 384,
193         "html_filename": "AbstractComponent.html"
194       },
195       {
196         "type": "String",
197         "deprecated": null,
198         "alias": null,
199         "protected": false,
200         "tagname": "cfg",
201         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-disabledCls",
202         "shortDoc": "CSS class to add when the Component is disabled. ...",
203         "static": false,
204         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
205         "private": false,
206         "name": "disabledCls",
207         "owner": "Ext.AbstractComponent",
208         "doc": "<p>CSS class to add when the Component is disabled. Defaults to 'x-item-disabled'.</p>\n",
209         "linenr": 302,
210         "html_filename": "AbstractComponent.html"
211       },
212       {
213         "type": "Boolean",
214         "deprecated": null,
215         "alias": null,
216         "protected": false,
217         "tagname": "cfg",
218         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-draggable",
219         "static": false,
220         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
221         "private": false,
222         "name": "draggable",
223         "owner": "Ext.AbstractComponent",
224         "doc": "<p>Allows the component to be dragged.</p>\n",
225         "linenr": 390,
226         "html_filename": "AbstractComponent.html"
227       },
228       {
229         "type": "Boolean",
230         "deprecated": null,
231         "alias": null,
232         "protected": false,
233         "tagname": "cfg",
234         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-floating",
235         "shortDoc": "Create the Component as a floating and use absolute positioning. ...",
236         "static": false,
237         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
238         "private": false,
239         "name": "floating",
240         "owner": "Ext.AbstractComponent",
241         "doc": "<p>Create the Component as a floating and use absolute positioning.\nDefaults to false.</p>\n",
242         "linenr": 402,
243         "html_filename": "AbstractComponent.html"
244       },
245       {
246         "type": "Boolean",
247         "deprecated": null,
248         "alias": null,
249         "protected": false,
250         "tagname": "cfg",
251         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-frame",
252         "shortDoc": "Specify as true to have the Component inject framing elements within the Component at render time to\nprovide a graphi...",
253         "static": false,
254         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
255         "private": false,
256         "name": "frame",
257         "owner": "Ext.AbstractComponent",
258         "doc": "<p>Specify as <code>true</code> to have the Component inject framing elements within the Component at render time to\nprovide a graphical rounded frame around the Component content.</p>\n\n\n<p>This is only necessary when running on outdated, or non standard-compliant browsers such as Microsoft's Internet Explorer\nprior to version 9 which do not support rounded corners natively.</p>\n\n\n<p>The extra space taken up by this framing is available from the read only property <a href=\"#/api/Ext.AbstractComponent-property-frameSize\" rel=\"Ext.AbstractComponent-property-frameSize\" class=\"docClass\">frameSize</a>.</p>\n\n",
259         "linenr": 219,
260         "html_filename": "AbstractComponent.html"
261       },
262       {
263         "type": "Number",
264         "deprecated": null,
265         "alias": null,
266         "protected": false,
267         "tagname": "cfg",
268         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-height",
269         "static": false,
270         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
271         "private": false,
272         "name": "height",
273         "owner": "Ext.AbstractComponent",
274         "doc": "<p>The height of this component in pixels.</p>\n",
275         "linenr": 355,
276         "html_filename": "AbstractComponent.html"
277       },
278       {
279         "type": "Boolean",
280         "deprecated": null,
281         "alias": null,
282         "protected": false,
283         "tagname": "cfg",
284         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hidden",
285         "static": false,
286         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
287         "private": false,
288         "name": "hidden",
289         "owner": "Ext.AbstractComponent",
290         "doc": "<p>Defaults to false.</p>\n",
291         "linenr": 378,
292         "html_filename": "AbstractComponent.html"
293       },
294       {
295         "type": "String",
296         "deprecated": null,
297         "alias": null,
298         "protected": false,
299         "tagname": "cfg",
300         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-hideMode",
301         "shortDoc": "A String which specifies how this Component's encapsulating DOM element will be hidden. ...",
302         "static": false,
303         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
304         "private": false,
305         "name": "hideMode",
306         "owner": "Ext.AbstractComponent",
307         "doc": "<p>A String which specifies how this Component's encapsulating DOM element will be hidden.\nValues may be<div class=\"mdetail-params\"><ul>\n<li><code>'display'</code> : The Component will be hidden using the <code>display: none</code> style.</li>\n<li><code>'visibility'</code> : The Component will be hidden using the <code>visibility: hidden</code> style.</li>\n<li><code>'offsets'</code> : The Component will be hidden by absolutely positioning it out of the visible area of the document. This\nis useful when a hidden Component must maintain measurable dimensions. Hiding using <code>display</code> results\nin a Component having zero dimensions.</li></ul></div>\nDefaults to <code>'display'</code>.</p>\n",
308         "linenr": 409,
309         "html_filename": "AbstractComponent.html"
310       },
311       {
312         "type": "String/Object",
313         "deprecated": null,
314         "alias": null,
315         "protected": false,
316         "tagname": "cfg",
317         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-html",
318         "shortDoc": "An HTML fragment, or a DomHelper specification to use as the layout element\ncontent (defaults to ''). ...",
319         "static": false,
320         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
321         "private": false,
322         "name": "html",
323         "owner": "Ext.AbstractComponent",
324         "doc": "<p>An HTML fragment, or a <a href=\"#/api/Ext.core.DomHelper\" rel=\"Ext.core.DomHelper\" class=\"docClass\">DomHelper</a> specification to use as the layout element\ncontent (defaults to ''). The HTML content is added after the component is rendered,\nso the document will not contain this HTML at the time the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a> event is fired.\nThis content is inserted into the body <i>before</i> any configured <a href=\"#/api/Ext.AbstractComponent-cfg-contentEl\" rel=\"Ext.AbstractComponent-cfg-contentEl\" class=\"docClass\">contentEl</a> is appended.</p>\n",
325         "linenr": 440,
326         "html_filename": "AbstractComponent.html"
327       },
328       {
329         "type": "String",
330         "deprecated": null,
331         "alias": null,
332         "protected": false,
333         "tagname": "cfg",
334         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-id",
335         "shortDoc": "The unique id of this component instance (defaults to an auto-assigned id). ...",
336         "static": false,
337         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
338         "private": false,
339         "name": "id",
340         "owner": "Ext.AbstractComponent",
341         "doc": "<p>The <b><u>unique id of this component instance</u></b> (defaults to an <a href=\"#/api/Ext.AbstractComponent-method-getId\" rel=\"Ext.AbstractComponent-method-getId\" class=\"docClass\">auto-assigned id</a>).</p>\n\n\n<p>It should not be necessary to use this configuration except for singleton objects in your application.\nComponents created with an id may be accessed globally using <a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">Ext.getCmp</a>.</p>\n\n\n<p>Instead of using assigned ids, use the <a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a> config, and <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> which\nprovides selector-based searching for Sencha Components analogous to DOM querying. The <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>\nclass contains <a href=\"#/api/Ext.container.Container-method-down\" rel=\"Ext.container.Container-method-down\" class=\"docClass\">shortcut methods</a> to query its descendant Components by selector.</p>\n\n\n<p>Note that this id will also be used as the element id for the containing HTML element\nthat is rendered to the page for this component. This allows you to write id-based CSS\nrules to style the specific instance of this component uniquely, and also to select\nsub-elements using this component's id as the parent.</p>\n\n\n<p><b>Note</b>: to avoid complications imposed by a unique <tt>id</tt> also see <code><a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a></code>.</p>\n\n\n<p><b>Note</b>: to access the container of a Component see <code><a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a></code>.</p>\n\n",
342         "linenr": 50,
343         "html_filename": "AbstractComponent.html"
344       },
345       {
346         "type": "String",
347         "deprecated": null,
348         "alias": null,
349         "protected": false,
350         "tagname": "cfg",
351         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-itemId",
352         "shortDoc": "An itemId can be used as an alternative way to get a reference to a component\nwhen no object reference is available. ...",
353         "static": false,
354         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
355         "private": false,
356         "name": "itemId",
357         "owner": "Ext.AbstractComponent",
358         "doc": "<p>An <tt>itemId</tt> can be used as an alternative way to get a reference to a component\nwhen no object reference is available.  Instead of using an <code><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></code> with\n<a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a>.<a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">getCmp</a>, use <code>itemId</code> with\n<a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a> which will retrieve\n<code>itemId</code>'s or <tt><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></tt>'s. Since <code>itemId</code>'s are an index to the\ncontainer's internal MixedCollection, the <code>itemId</code> is scoped locally to the container --\navoiding potential conflicts with <a href=\"#/api/Ext.ComponentManager\" rel=\"Ext.ComponentManager\" class=\"docClass\">Ext.ComponentManager</a> which requires a <b>unique</b>\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></code>.</p>\n\n\n<pre><code>var c = new Ext.panel.Panel({ //\n    <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 300,\n    <a href=\"#/api/Ext.AbstractComponent-cfg-renderTo\" rel=\"Ext.AbstractComponent-cfg-renderTo\" class=\"docClass\">renderTo</a>: document.body,\n    <a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout</a>: 'auto',\n    <a href=\"#/api/Ext.container.Container-property-items\" rel=\"Ext.container.Container-property-items\" class=\"docClass\">items</a>: [\n        {\n            itemId: 'p1',\n            <a href=\"#/api/Ext.panel.Panel-cfg-title\" rel=\"Ext.panel.Panel-cfg-title\" class=\"docClass\">title</a>: 'Panel 1',\n            <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 150\n        },\n        {\n            itemId: 'p2',\n            <a href=\"#/api/Ext.panel.Panel-cfg-title\" rel=\"Ext.panel.Panel-cfg-title\" class=\"docClass\">title</a>: 'Panel 2',\n            <a href=\"#/api/Ext.Component-cfg-height\" rel=\"Ext.Component-cfg-height\" class=\"docClass\">height</a>: 150\n        }\n    ]\n})\np1 = c.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a>('p1'); // not the same as <a href=\"#/api/Ext-method-getCmp\" rel=\"Ext-method-getCmp\" class=\"docClass\">Ext.getCmp()</a>\np2 = p1.<a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a>.<a href=\"#/api/Ext.container.Container-method-getComponent\" rel=\"Ext.container.Container-method-getComponent\" class=\"docClass\">getComponent</a>('p2'); // reference via a sibling\n</code></pre>\n\n\n<p>Also see <tt><a href=\"#/api/Ext.AbstractComponent-cfg-id\" rel=\"Ext.AbstractComponent-cfg-id\" class=\"docClass\">id</a></tt>, <code><a href=\"#/api/Ext.container.Container-method-query\" rel=\"Ext.container.Container-method-query\" class=\"docClass\">Ext.container.Container.query</a></code>,\n<code><a href=\"#/api/Ext.container.Container-method-down\" rel=\"Ext.container.Container-method-down\" class=\"docClass\">Ext.container.Container.down</a></code> and <code><a href=\"#/api/Ext.container.Container-method-child\" rel=\"Ext.container.Container-method-child\" class=\"docClass\">Ext.container.Container.child</a></code>.</p>\n\n\n<p><b>Note</b>: to access the container of an item see <tt><a href=\"#/api/Ext.AbstractComponent-property-ownerCt\" rel=\"Ext.AbstractComponent-property-ownerCt\" class=\"docClass\">ownerCt</a></tt>.</p>\n\n",
359         "linenr": 66,
360         "html_filename": "AbstractComponent.html"
361       },
362       {
363         "type": "Object",
364         "deprecated": null,
365         "alias": null,
366         "protected": false,
367         "tagname": "cfg",
368         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
369         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
370         "static": false,
371         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
372         "private": false,
373         "name": "listeners",
374         "owner": "Ext.util.Observable",
375         "doc": "<p>A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple\nhandlers at once.</p>\n\n<p><strong>DOM events from ExtJS <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></strong></p>\n\n<p>While <em>some</em> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s <strong><code><a href=\"#/api/Ext.view.View-event-itemclick\" rel=\"Ext.view.View-event-itemclick\" class=\"docClass\">itemclick</a></code></strong> event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the <code>element</code> option to identify the Component property to add a\nDOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n",
376         "linenr": 102,
377         "html_filename": "Observable.html"
378       },
379       {
380         "type": "Ext.ComponentLoader/Object",
381         "deprecated": null,
382         "alias": null,
383         "protected": false,
384         "tagname": "cfg",
385         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-loader",
386         "static": false,
387         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
388         "private": false,
389         "name": "loader",
390         "owner": "Ext.AbstractComponent",
391         "doc": "<p>A configuration object or an instance of a <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> to load remote\ncontent for this Component.</p>\n",
392         "linenr": 483,
393         "html_filename": "AbstractComponent.html"
394       },
395       {
396         "type": "Number/String",
397         "deprecated": null,
398         "alias": null,
399         "protected": false,
400         "tagname": "cfg",
401         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-margin",
402         "shortDoc": "Specifies the margin for this component. ...",
403         "static": false,
404         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
405         "private": false,
406         "name": "margin",
407         "owner": "Ext.AbstractComponent",
408         "doc": "<p>Specifies the margin for this component. The margin can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
409         "linenr": 372,
410         "html_filename": "AbstractComponent.html"
411       },
412       {
413         "type": "Number",
414         "deprecated": null,
415         "alias": null,
416         "protected": false,
417         "tagname": "cfg",
418         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxHeight",
419         "shortDoc": "The maximum value in pixels which this Component will set its height to. ...",
420         "static": false,
421         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
422         "private": false,
423         "name": "maxHeight",
424         "owner": "Ext.AbstractComponent",
425         "doc": "<p>The maximum value in pixels which this Component will set its height to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
426         "linenr": 472,
427         "html_filename": "AbstractComponent.html"
428       },
429       {
430         "type": "Number",
431         "deprecated": null,
432         "alias": null,
433         "protected": false,
434         "tagname": "cfg",
435         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-maxWidth",
436         "shortDoc": "The maximum value in pixels which this Component will set its width to. ...",
437         "static": false,
438         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
439         "private": false,
440         "name": "maxWidth",
441         "owner": "Ext.AbstractComponent",
442         "doc": "<p>The maximum value in pixels which this Component will set its width to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
443         "linenr": 477,
444         "html_filename": "AbstractComponent.html"
445       },
446       {
447         "type": "Number",
448         "deprecated": null,
449         "alias": null,
450         "protected": false,
451         "tagname": "cfg",
452         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minHeight",
453         "shortDoc": "The minimum value in pixels which this Component will set its height to. ...",
454         "static": false,
455         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
456         "private": false,
457         "name": "minHeight",
458         "owner": "Ext.AbstractComponent",
459         "doc": "<p>The minimum value in pixels which this Component will set its height to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
460         "linenr": 462,
461         "html_filename": "AbstractComponent.html"
462       },
463       {
464         "type": "Number",
465         "deprecated": null,
466         "alias": null,
467         "protected": false,
468         "tagname": "cfg",
469         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-minWidth",
470         "shortDoc": "The minimum value in pixels which this Component will set its width to. ...",
471         "static": false,
472         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
473         "private": false,
474         "name": "minWidth",
475         "owner": "Ext.AbstractComponent",
476         "doc": "<p>The minimum value in pixels which this Component will set its width to.</p>\n\n\n<p><b>Warning:</b> This will override any size management applied by layout managers.</p>\n\n",
477         "linenr": 467,
478         "html_filename": "AbstractComponent.html"
479       },
480       {
481         "type": "String",
482         "deprecated": null,
483         "alias": null,
484         "protected": false,
485         "tagname": "cfg",
486         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-overCls",
487         "shortDoc": "An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and...",
488         "static": false,
489         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
490         "private": false,
491         "name": "overCls",
492         "owner": "Ext.AbstractComponent",
493         "doc": "<p>An optional extra CSS class that will be added to this component's Element when the mouse moves\nover the Element, and removed when the mouse moves out. (defaults to '').  This can be\nuseful for adding customized 'active' or 'hover' styles to the component or any of its children using standard CSS rules.</p>\n",
494         "linenr": 295,
495         "html_filename": "AbstractComponent.html"
496       },
497       {
498         "type": "Number/String",
499         "deprecated": null,
500         "alias": null,
501         "protected": false,
502         "tagname": "cfg",
503         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-padding",
504         "shortDoc": "Specifies the padding for this component. ...",
505         "static": false,
506         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
507         "private": false,
508         "name": "padding",
509         "owner": "Ext.AbstractComponent",
510         "doc": "<p>Specifies the padding for this component. The padding can be a single numeric value to apply to all sides or\nit can be a CSS style specification for each style, for example: '10 5 3 10'.</p>\n",
511         "linenr": 366,
512         "html_filename": "AbstractComponent.html"
513       },
514       {
515         "type": "Object/Array",
516         "deprecated": null,
517         "alias": null,
518         "protected": false,
519         "tagname": "cfg",
520         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-plugins",
521         "shortDoc": "An object or array of objects that will provide custom functionality for this component. ...",
522         "static": false,
523         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
524         "private": false,
525         "name": "plugins",
526         "owner": "Ext.AbstractComponent",
527         "doc": "<p>An object or array of objects that will provide custom functionality for this component.  The only\nrequirement for a valid plugin is that it contain an init method that accepts a reference of type <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>.\nWhen a component is created, if any plugins are available, the component will call the init method on each\nplugin, passing a reference to itself.  Each plugin can then call methods or respond to events on the\ncomponent as needed to provide its functionality.</p>\n",
528         "linenr": 512,
529         "html_filename": "AbstractComponent.html"
530       },
531       {
532         "type": "Object",
533         "deprecated": null,
534         "alias": null,
535         "protected": false,
536         "tagname": "cfg",
537         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderSelectors",
538         "shortDoc": "An object containing properties specifying DomQuery selectors which identify child elements\ncreated by the render pro...",
539         "static": false,
540         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
541         "private": false,
542         "name": "renderSelectors",
543         "owner": "Ext.AbstractComponent",
544         "doc": "<p>An object containing properties specifying <a href=\"#/api/Ext.DomQuery\" rel=\"Ext.DomQuery\" class=\"docClass\">DomQuery</a> selectors which identify child elements\ncreated by the render process.</p>\n\n<p>After the Component's internal structure is rendered according to the <a href=\"#/api/Ext.AbstractComponent-cfg-renderTpl\" rel=\"Ext.AbstractComponent-cfg-renderTpl\" class=\"docClass\">renderTpl</a>, this object is iterated through,\nand the found Elements are added as properties to the Component using the <code>renderSelector</code> property name.</p>\n\n<p>For example, a Component which rendered an image, and description into its element might use the following properties\ncoded into its prototype:</p>\n\n<pre><code>renderTpl: '&amp;lt;img src=\"{imageUrl}\" class=\"x-image-component-img\"&gt;&amp;lt;div class=\"x-image-component-desc\"&gt;{description}&amp;gt;/div&amp;lt;',\n\nrenderSelectors: {\n    image: 'img.x-image-component-img',\n    descEl: 'div.x-image-component-desc'\n}\n</code></pre>\n\n<p>After rendering, the Component would have a property <code>image</code> referencing its child <code>img</code> Element,\nand a property <code>descEl</code> referencing the <code>div</code> Element which contains the description.</p>\n",
545         "linenr": 179,
546         "html_filename": "AbstractComponent.html"
547       },
548       {
549         "type": "Mixed",
550         "deprecated": null,
551         "alias": null,
552         "protected": false,
553         "tagname": "cfg",
554         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTo",
555         "shortDoc": "Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into. ...",
556         "static": false,
557         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
558         "private": false,
559         "name": "renderTo",
560         "owner": "Ext.AbstractComponent",
561         "doc": "<p>Specify the id of the element, a DOM element or an existing Element that this component\nwill be rendered into.</p>\n\n\n<div><ul>\n<li><b>Notes</b> : <ul>\n<div class=\"sub-desc\">Do <u>not</u> use this option if the Component is to be a child item of\na <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>. It is the responsibility of the\n<a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a>'s <a href=\"#/api/Ext.container.Container-cfg-layout\" rel=\"Ext.container.Container-cfg-layout\" class=\"docClass\">layout manager</a>\nto render and manage its child items.</div>\n<div class=\"sub-desc\">When using this config, a call to render() is not required.</div>\n</ul></li>\n</ul></div>\n\n\n<p>See <code><a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a></code> also.</p>\n\n",
562         "linenr": 204,
563         "html_filename": "AbstractComponent.html"
564       },
565       {
566         "type": "Mixed",
567         "deprecated": null,
568         "alias": null,
569         "protected": false,
570         "tagname": "cfg",
571         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-renderTpl",
572         "shortDoc": "An XTemplate used to create the internal structure inside this Component's\nencapsulating Element. ...",
573         "static": false,
574         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
575         "private": false,
576         "name": "renderTpl",
577         "owner": "Ext.AbstractComponent",
578         "doc": "<p>An <a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">XTemplate</a> used to create the internal structure inside this Component's\nencapsulating <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>.</p>\n\n\n<p>You do not normally need to specify this. For the base classes <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a>\nand <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Ext.container.Container</a>, this defaults to <b><code>null</code></b> which means that they will be initially rendered\nwith no internal structure; they render their <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a> empty. The more specialized ExtJS and Touch classes\nwhich use a more complex DOM structure, provide their own template definitions.</p>\n\n\n<p>This is intended to allow the developer to create application-specific utility Components with customized\ninternal structure.</p>\n\n\n<p>Upon rendering, any created child elements may be automatically imported into object properties using the\n<a href=\"#/api/Ext.AbstractComponent-cfg-renderSelectors\" rel=\"Ext.AbstractComponent-cfg-renderSelectors\" class=\"docClass\">renderSelectors</a> option.</p>\n\n",
579         "linenr": 164,
580         "html_filename": "AbstractComponent.html"
581       },
582       {
583         "type": "Number",
584         "deprecated": null,
585         "alias": null,
586         "protected": false,
587         "tagname": "cfg",
588         "href": "Stateful.html#Ext-state-Stateful-cfg-saveBuffer",
589         "shortDoc": "A buffer to be applied if many state events are fired within\na short period. ...",
590         "static": false,
591         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
592         "private": false,
593         "name": "saveBuffer",
594         "owner": "Ext.state.Stateful",
595         "doc": "<p>A buffer to be applied if many state events are fired within\na short period. Defaults to 100.</p>\n",
596         "linenr": 74,
597         "html_filename": "Stateful.html"
598       },
599       {
600         "type": "Array",
601         "deprecated": null,
602         "alias": null,
603         "protected": false,
604         "tagname": "cfg",
605         "href": "Stateful.html#Ext-state-Stateful-cfg-stateEvents",
606         "shortDoc": "An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). ...",
607         "static": false,
608         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
609         "private": false,
610         "name": "stateEvents",
611         "owner": "Ext.state.Stateful",
612         "doc": "<p>An array of events that, when fired, should trigger this object to\nsave its state (defaults to none). <code>stateEvents</code> may be any type\nof event supported by this object, including browser or custom events\n(e.g., <tt>['click', 'customerchange']</tt>).</p>\n\n\n<p>See <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateful\" rel=\"Ext.AbstractComponent-cfg-stateful\" class=\"docClass\">stateful</a></code> for an explanation of saving and\nrestoring object state.</p>\n\n",
613         "linenr": 64,
614         "html_filename": "Stateful.html"
615       },
616       {
617         "type": "String",
618         "deprecated": null,
619         "alias": null,
620         "protected": false,
621         "tagname": "cfg",
622         "href": "Stateful.html#Ext-state-Stateful-cfg-stateId",
623         "shortDoc": "The unique id for this object to use for state management purposes. ...",
624         "static": false,
625         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
626         "private": false,
627         "name": "stateId",
628         "owner": "Ext.state.Stateful",
629         "doc": "<p>The unique id for this object to use for state management purposes.</p>\n\n<p>See <a href=\"#/api/Ext.AbstractComponent-cfg-stateful\" rel=\"Ext.AbstractComponent-cfg-stateful\" class=\"docClass\">stateful</a> for an explanation of saving and restoring state.</p>\n\n",
630         "linenr": 58,
631         "html_filename": "Stateful.html"
632       },
633       {
634         "type": "Boolean",
635         "deprecated": null,
636         "alias": null,
637         "protected": false,
638         "tagname": "cfg",
639         "href": "Stateful.html#Ext-state-Stateful-cfg-stateful",
640         "shortDoc": "A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. ...",
641         "static": false,
642         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
643         "private": false,
644         "name": "stateful",
645         "owner": "Ext.state.Stateful",
646         "doc": "<p>A flag which causes the object to attempt to restore the state of\ninternal properties from a saved state on startup. The object must have\na <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a></code> for state to be managed.\nAuto-generated ids are not guaranteed to be stable across page loads and\ncannot be relied upon to save and restore the same state for a object.<p>\n<p>For state saving to work, the state manager's provider must have been\nset to an implementation of <a href=\"#/api/Ext.state.Provider\" rel=\"Ext.state.Provider\" class=\"docClass\">Ext.state.Provider</a> which overrides the\n<a href=\"#/api/Ext.state.Provider-method-set\" rel=\"Ext.state.Provider-method-set\" class=\"docClass\">set</a> and <a href=\"#/api/Ext.state.Provider-method-get\" rel=\"Ext.state.Provider-method-get\" class=\"docClass\">get</a>\nmethods to save and recall name/value pairs. A built-in implementation,\n<a href=\"#/api/Ext.state.CookieProvider\" rel=\"Ext.state.CookieProvider\" class=\"docClass\">Ext.state.CookieProvider</a> is available.</p>\n<p>To set the state provider for the current page:</p>\n<pre><code>Ext.state.Manager.setProvider(new Ext.state.CookieProvider({\n    expires: new Date(new Date().getTime()+(1000*60*60*24*7)), //7 days from now\n}));\n</code></pre>\n<p>A stateful object attempts to save state when one of the events\nlisted in the <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateEvents\" rel=\"Ext.AbstractComponent-cfg-stateEvents\" class=\"docClass\">stateEvents</a></code> configuration fires.</p>\n<p>To save state, a stateful object first serializes its state by\ncalling <b><code><a href=\"#/api/Ext.AbstractComponent-method-getState\" rel=\"Ext.AbstractComponent-method-getState\" class=\"docClass\">getState</a></code></b>. By default, this function does\nnothing. The developer must provide an implementation which returns an\nobject hash which represents the restorable state of the object.</p>\n<p>The value yielded by getState is passed to <a href=\"#/api/Ext.state.Manager-method-set\" rel=\"Ext.state.Manager-method-set\" class=\"docClass\">Ext.state.Manager.set</a>\nwhich uses the configured <a href=\"#/api/Ext.state.Provider\" rel=\"Ext.state.Provider\" class=\"docClass\">Ext.state.Provider</a> to save the object\nkeyed by the <code><a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a></code></p>.\n<p>During construction, a stateful object attempts to <i>restore</i>\nits state by calling <a href=\"#/api/Ext.state.Manager-method-get\" rel=\"Ext.state.Manager-method-get\" class=\"docClass\">Ext.state.Manager.get</a> passing the\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a></code></p>\n<p>The resulting object is passed to <b><code><a href=\"#/api/Ext.AbstractComponent-method-applyState\" rel=\"Ext.AbstractComponent-method-applyState\" class=\"docClass\">applyState</a></code></b>.\nThe default implementation of <code><a href=\"#/api/Ext.AbstractComponent-method-applyState\" rel=\"Ext.AbstractComponent-method-applyState\" class=\"docClass\">applyState</a></code> simply copies\nproperties into the object, but a developer may override this to support\nmore behaviour.</p>\n<p>You can perform extra processing on state save and restore by attaching\nhandlers to the <a href=\"#/api/Ext.AbstractComponent-event-beforestaterestore\" rel=\"Ext.AbstractComponent-event-beforestaterestore\" class=\"docClass\">beforestaterestore</a>, <a href=\"#/api/Ext.AbstractComponent-event-staterestore\" rel=\"Ext.AbstractComponent-event-staterestore\" class=\"docClass\">staterestore</a>,\n<a href=\"#/api/Ext.AbstractComponent-event-beforestatesave\" rel=\"Ext.AbstractComponent-event-beforestatesave\" class=\"docClass\">beforestatesave</a> and <a href=\"#/api/Ext.AbstractComponent-event-statesave\" rel=\"Ext.AbstractComponent-event-statesave\" class=\"docClass\">statesave</a> events.</p>\n\n",
647         "linenr": 18,
648         "html_filename": "Stateful.html"
649       },
650       {
651         "type": "String",
652         "deprecated": null,
653         "alias": null,
654         "protected": false,
655         "tagname": "cfg",
656         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-style",
657         "shortDoc": "A custom style specification to be applied to this component's Element. ...",
658         "static": false,
659         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
660         "private": false,
661         "name": "style",
662         "owner": "Ext.AbstractComponent",
663         "doc": "<p>A custom style specification to be applied to this component's Element.  Should be a valid argument to\n<a href=\"#/api/Ext.core.Element-method-applyStyles\" rel=\"Ext.core.Element-method-applyStyles\" class=\"docClass\">Ext.core.Element.applyStyles</a>.</p>\n\n<pre><code>        new Ext.panel.Panel({\n            title: 'Some Title',\n            renderTo: Ext.getBody(),\n            width: 400, height: 300,\n            layout: 'form',\n            items: [{\n                xtype: 'textarea',\n                style: {\n                    width: '95%',\n                    marginBottom: '10px'\n                }\n            },\n            new Ext.button.Button({\n                text: 'Send',\n                minWidth: '100',\n                style: {\n                    marginBottom: '10px'\n                }\n            })\n            ]\n        });\n     </code></pre>\n\n",
664         "linenr": 321,
665         "html_filename": "AbstractComponent.html"
666       },
667       {
668         "type": "String",
669         "deprecated": null,
670         "alias": null,
671         "protected": false,
672         "tagname": "cfg",
673         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlCls",
674         "shortDoc": "The class that is added to the content target when you set styleHtmlContent to true. ...",
675         "static": false,
676         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
677         "private": false,
678         "name": "styleHtmlCls",
679         "owner": "Ext.AbstractComponent",
680         "doc": "<p>The class that is added to the content target when you set styleHtmlContent to true.\nDefaults to 'x-html'</p>\n",
681         "linenr": 455,
682         "html_filename": "AbstractComponent.html"
683       },
684       {
685         "type": "Boolean",
686         "deprecated": null,
687         "alias": null,
688         "protected": false,
689         "tagname": "cfg",
690         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-styleHtmlContent",
691         "shortDoc": "True to automatically style the html inside the content target of this component (body for panels). ...",
692         "static": false,
693         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
694         "private": false,
695         "name": "styleHtmlContent",
696         "owner": "Ext.AbstractComponent",
697         "doc": "<p>True to automatically style the html inside the content target of this component (body for panels).\nDefaults to false.</p>\n",
698         "linenr": 448,
699         "html_filename": "AbstractComponent.html"
700       },
701       {
702         "type": "Mixed",
703         "deprecated": null,
704         "alias": null,
705         "protected": false,
706         "tagname": "cfg",
707         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tpl",
708         "shortDoc": "An Ext.Template, Ext.XTemplate\nor an array of strings to form an Ext.XTemplate. ...",
709         "static": false,
710         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
711         "private": false,
712         "name": "tpl",
713         "owner": "Ext.AbstractComponent",
714         "doc": "<p>An <bold><a href=\"#/api/Ext.Template\" rel=\"Ext.Template\" class=\"docClass\">Ext.Template</a></bold>, <bold><a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">Ext.XTemplate</a></bold>\nor an array of strings to form an <a href=\"#/api/Ext.XTemplate\" rel=\"Ext.XTemplate\" class=\"docClass\">Ext.XTemplate</a>.\nUsed in conjunction with the <code><a href=\"#/api/Ext.AbstractComponent-cfg-data\" rel=\"Ext.AbstractComponent-cfg-data\" class=\"docClass\">data</a></code> and\n<code><a href=\"#/api/Ext.AbstractComponent-cfg-tplWriteMode\" rel=\"Ext.AbstractComponent-cfg-tplWriteMode\" class=\"docClass\">tplWriteMode</a></code> configurations.</p>\n",
715         "linenr": 252,
716         "html_filename": "AbstractComponent.html"
717       },
718       {
719         "type": "String",
720         "deprecated": null,
721         "alias": null,
722         "protected": false,
723         "tagname": "cfg",
724         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-tplWriteMode",
725         "shortDoc": "The Ext.(X)Template method to use when\nupdating the content area of the Component. ...",
726         "static": false,
727         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
728         "private": false,
729         "name": "tplWriteMode",
730         "owner": "Ext.AbstractComponent",
731         "doc": "<p>The Ext.(X)Template method to use when\nupdating the content area of the Component. Defaults to <code>'overwrite'</code>\n(see <code><a href=\"#/api/Ext.XTemplate-method-overwrite\" rel=\"Ext.XTemplate-method-overwrite\" class=\"docClass\">Ext.XTemplate.overwrite</a></code>).</p>\n",
732         "linenr": 266,
733         "html_filename": "AbstractComponent.html"
734       },
735       {
736         "type": "String/Array",
737         "deprecated": null,
738         "alias": null,
739         "protected": false,
740         "tagname": "cfg",
741         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-ui",
742         "shortDoc": "A set style for a component. ...",
743         "static": false,
744         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
745         "private": false,
746         "name": "ui",
747         "owner": "Ext.AbstractComponent",
748         "doc": "<p>A set style for a component. Can be a string or an Array of multiple strings (UIs)</p>\n",
749         "linenr": 308,
750         "html_filename": "AbstractComponent.html"
751       },
752       {
753         "type": "Number",
754         "deprecated": null,
755         "alias": null,
756         "protected": false,
757         "tagname": "cfg",
758         "href": "AbstractComponent.html#Ext-AbstractComponent-cfg-width",
759         "static": false,
760         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
761         "private": false,
762         "name": "width",
763         "owner": "Ext.AbstractComponent",
764         "doc": "<p>The width of this component in pixels.</p>\n",
765         "linenr": 350,
766         "html_filename": "AbstractComponent.html"
767       }
768     ],
769     "method": [
770       {
771         "deprecated": null,
772         "alias": null,
773         "href": "AbstractComponent.html#Ext-AbstractComponent-method-constructor",
774         "tagname": "method",
775         "protected": false,
776         "shortDoc": "Creates new Component. ...",
777         "static": false,
778         "params": [
779           {
780             "type": "Object",
781             "optional": true,
782             "doc": "<p>(optional) Config object.</p>\n",
783             "name": "config"
784           }
785         ],
786         "private": false,
787         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
788         "doc": "<p>Creates new Component.</p>\n",
789         "owner": "Ext.AbstractComponent",
790         "name": "AbstractComponent",
791         "html_filename": "AbstractComponent.html",
792         "return": {
793           "type": "Object",
794           "doc": "\n"
795         },
796         "linenr": 544
797       },
798       {
799         "deprecated": {
800           "version": "4.0",
801           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-addCls\" rel=\"Ext.picker.Color-method-addCls\" class=\"docClass\">addCls</a></p>\n\n\n\n",
802           "tagname": "deprecated",
803           "doc": "Adds a CSS class to the top level element representing this component."
804         },
805         "alias": null,
806         "protected": false,
807         "tagname": "method",
808         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClass",
809         "shortDoc": "Adds a CSS class to the top level element representing this component. ...",
810         "static": false,
811         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
812         "private": false,
813         "params": [
814           {
815             "type": "String",
816             "optional": false,
817             "doc": "<p>The CSS class name to add</p>\n",
818             "name": "cls"
819           }
820         ],
821         "name": "addClass",
822         "owner": "Ext.AbstractComponent",
823         "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
824         "linenr": 2328,
825         "return": {
826           "type": "Ext.Component",
827           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
828         },
829         "html_filename": "AbstractComponent.html"
830       },
831       {
832         "deprecated": null,
833         "alias": null,
834         "protected": false,
835         "tagname": "method",
836         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addCls",
837         "shortDoc": "Adds a CSS class to the top level element representing this component. ...",
838         "static": false,
839         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
840         "private": false,
841         "params": [
842           {
843             "type": "String",
844             "optional": false,
845             "doc": "<p>The CSS class name to add</p>\n",
846             "name": "cls"
847           }
848         ],
849         "name": "addCls",
850         "owner": "Ext.AbstractComponent",
851         "doc": "<p>Adds a CSS class to the top level element representing this component.</p>\n",
852         "linenr": 2306,
853         "return": {
854           "type": "Ext.Component",
855           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
856         },
857         "html_filename": "AbstractComponent.html"
858       },
859       {
860         "deprecated": null,
861         "alias": null,
862         "protected": false,
863         "tagname": "method",
864         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addClsWithUI",
865         "shortDoc": "Adds a cls to the uiCls array, which will also call addUIClsToElement and adds\nto all elements of this component. ...",
866         "static": false,
867         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
868         "private": false,
869         "params": [
870           {
871             "type": "String/Array",
872             "optional": false,
873             "doc": "<p>A string or an array of strings to add to the uiCls</p>\n",
874             "name": "cls"
875           },
876           {
877             "type": "Object",
878             "optional": false,
879             "doc": "<p>(Boolean) skip True to skip adding it to the class and do it later (via the return)</p>\n",
880             "name": "skip"
881           }
882         ],
883         "name": "addClsWithUI",
884         "owner": "Ext.AbstractComponent",
885         "doc": "<p>Adds a cls to the uiCls array, which will also call <a href=\"#/api/Ext.AbstractComponent-method-addUIClsToElement\" rel=\"Ext.AbstractComponent-method-addUIClsToElement\" class=\"docClass\">addUIClsToElement</a> and adds\nto all elements of this component.</p>\n",
886         "linenr": 1463,
887         "return": {
888           "type": "void",
889           "doc": "\n"
890         },
891         "html_filename": "AbstractComponent.html"
892       },
893       {
894         "deprecated": null,
895         "alias": null,
896         "protected": false,
897         "tagname": "method",
898         "href": "Observable.html#Ext-util-Observable-method-addEvents",
899         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
900         "static": false,
901         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
902         "private": false,
903         "params": [
904           {
905             "type": "Object/String",
906             "optional": false,
907             "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",
908             "name": "o"
909           },
910           {
911             "type": "String...",
912             "optional": false,
913             "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",
914             "name": "more"
915           }
916         ],
917         "name": "addEvents",
918         "owner": "Ext.util.Observable",
919         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
920         "linenr": 494,
921         "return": {
922           "type": "void",
923           "doc": "\n"
924         },
925         "html_filename": "Observable.html"
926       },
927       {
928         "deprecated": null,
929         "alias": null,
930         "protected": false,
931         "tagname": "method",
932         "href": "Observable.html#Ext-util-Observable-method-addListener",
933         "shortDoc": "Appends an event handler to this object. ...",
934         "static": false,
935         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
936         "private": false,
937         "params": [
938           {
939             "type": "String",
940             "optional": false,
941             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
942             "name": "eventName"
943           },
944           {
945             "type": "Function",
946             "optional": false,
947             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.AbstractComponent-method-fireEvent\" rel=\"Ext.AbstractComponent-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
948             "name": "handler"
949           },
950           {
951             "type": "Object",
952             "optional": true,
953             "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",
954             "name": "scope"
955           },
956           {
957             "type": "Object",
958             "optional": true,
959             "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",
960             "name": "options"
961           }
962         ],
963         "name": "addListener",
964         "owner": "Ext.util.Observable",
965         "doc": "<p>Appends an event handler to this object.</p>\n",
966         "linenr": 278,
967         "return": {
968           "type": "void",
969           "doc": "\n"
970         },
971         "html_filename": "Observable.html"
972       },
973       {
974         "deprecated": null,
975         "alias": null,
976         "protected": false,
977         "tagname": "method",
978         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
979         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
980         "static": false,
981         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
982         "private": false,
983         "params": [
984           {
985             "type": "Observable/Element",
986             "optional": false,
987             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
988             "name": "item"
989           },
990           {
991             "type": "Object/String",
992             "optional": false,
993             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
994             "name": "ename"
995           },
996           {
997             "type": "Function",
998             "optional": true,
999             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1000             "name": "fn"
1001           },
1002           {
1003             "type": "Object",
1004             "optional": true,
1005             "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",
1006             "name": "scope"
1007           },
1008           {
1009             "type": "Object",
1010             "optional": true,
1011             "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",
1012             "name": "opt"
1013           }
1014         ],
1015         "name": "addManagedListener",
1016         "owner": "Ext.util.Observable",
1017         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
1018         "linenr": 156,
1019         "return": {
1020           "type": "void",
1021           "doc": "\n"
1022         },
1023         "html_filename": "Observable.html"
1024       },
1025       {
1026         "deprecated": null,
1027         "alias": null,
1028         "protected": false,
1029         "tagname": "method",
1030         "href": "Stateful.html#Ext-state-Stateful-method-addStateEvents",
1031         "shortDoc": "Add events that will trigger the state to be saved. ...",
1032         "static": false,
1033         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1034         "private": false,
1035         "params": [
1036           {
1037             "type": "String/Array",
1038             "optional": false,
1039             "doc": "<p>The event name or an array of event names.</p>\n",
1040             "name": "events"
1041           }
1042         ],
1043         "name": "addStateEvents",
1044         "owner": "Ext.state.Stateful",
1045         "doc": "<p>Add events that will trigger the state to be saved.</p>\n",
1046         "linenr": 159,
1047         "return": {
1048           "type": "void",
1049           "doc": "\n"
1050         },
1051         "html_filename": "Stateful.html"
1052       },
1053       {
1054         "deprecated": null,
1055         "alias": null,
1056         "protected": false,
1057         "tagname": "method",
1058         "href": "Base3.html#Ext-Base-method-addStatics",
1059         "shortDoc": "Add / override static properties of this class. ...",
1060         "static": true,
1061         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1062         "private": false,
1063         "params": [
1064           {
1065             "type": "Object",
1066             "optional": false,
1067             "doc": "\n",
1068             "name": "members"
1069           }
1070         ],
1071         "name": "addStatics",
1072         "owner": "Ext.Base",
1073         "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",
1074         "linenr": 388,
1075         "return": {
1076           "type": "Ext.Base",
1077           "doc": "<p>this</p>\n"
1078         },
1079         "html_filename": "Base3.html"
1080       },
1081       {
1082         "deprecated": null,
1083         "alias": null,
1084         "protected": false,
1085         "tagname": "method",
1086         "href": "AbstractComponent.html#Ext-AbstractComponent-method-addUIClsToElement",
1087         "shortDoc": "Method which adds a specified UI + uiCls to the components element. ...",
1088         "static": false,
1089         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1090         "private": false,
1091         "params": [
1092           {
1093             "type": "String",
1094             "optional": false,
1095             "doc": "<p>The UI to remove from the element</p>\n",
1096             "name": "ui"
1097           },
1098           {
1099             "type": "Object",
1100             "optional": false,
1101             "doc": "\n",
1102             "name": "force"
1103           }
1104         ],
1105         "name": "addUIClsToElement",
1106         "owner": "Ext.AbstractComponent",
1107         "doc": "<p>Method which adds a specified UI + uiCls to the components element.\nCan be overridden to remove the UI from more than just the components element.</p>\n",
1108         "linenr": 1534,
1109         "return": {
1110           "type": "void",
1111           "doc": "\n"
1112         },
1113         "html_filename": "AbstractComponent.html"
1114       },
1115       {
1116         "deprecated": null,
1117         "alias": null,
1118         "protected": false,
1119         "tagname": "method",
1120         "href": "AbstractComponent.html#Ext-AbstractComponent-method-afterComponentLayout",
1121         "shortDoc": " ...",
1122         "static": false,
1123         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1124         "private": false,
1125         "params": [
1126           {
1127             "type": "Number",
1128             "optional": false,
1129             "doc": "<p>The box-adjusted width that was set</p>\n",
1130             "name": "adjWidth"
1131           },
1132           {
1133             "type": "Number",
1134             "optional": false,
1135             "doc": "<p>The box-adjusted height that was set</p>\n",
1136             "name": "adjHeight"
1137           },
1138           {
1139             "type": "Boolean",
1140             "optional": false,
1141             "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1142             "name": "isSetSize"
1143           },
1144           {
1145             "type": "Ext.Component",
1146             "optional": false,
1147             "doc": "<p>Container requesting the layout. Only used when isSetSize is false.</p>\n",
1148             "name": "callingContainer"
1149           }
1150         ],
1151         "name": "afterComponentLayout",
1152         "owner": "Ext.AbstractComponent",
1153         "doc": "\n",
1154         "linenr": 2699,
1155         "return": {
1156           "type": "void",
1157           "doc": "\n"
1158         },
1159         "html_filename": "AbstractComponent.html"
1160       },
1161       {
1162         "deprecated": null,
1163         "alias": null,
1164         "protected": false,
1165         "tagname": "method",
1166         "href": "Animate.html#Ext-util-Animate-method-animate",
1167         "shortDoc": "Perform custom animation on this object. ...",
1168         "static": false,
1169         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
1170         "private": false,
1171         "params": [
1172           {
1173             "type": "Object",
1174             "optional": false,
1175             "doc": "<p>An object containing properties which describe the animation's start and end states, and the timeline of the animation.</p>\n",
1176             "name": "config"
1177           }
1178         ],
1179         "name": "animate",
1180         "owner": "Ext.util.Animate",
1181         "doc": "<p>Perform custom animation on this object.<p>\n<p>This method is applicable to both 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",
1182         "linenr": 207,
1183         "return": {
1184           "type": "Object",
1185           "doc": "<p>this</p>\n"
1186         },
1187         "html_filename": "Animate.html"
1188       },
1189       {
1190         "deprecated": null,
1191         "alias": null,
1192         "protected": false,
1193         "tagname": "method",
1194         "href": "Stateful.html#Ext-state-Stateful-method-applyState",
1195         "shortDoc": "Applies the state to the object. ...",
1196         "static": false,
1197         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1198         "private": false,
1199         "params": [
1200           {
1201             "type": "Object",
1202             "optional": false,
1203             "doc": "<p>The state</p>\n",
1204             "name": "state"
1205           }
1206         ],
1207         "name": "applyState",
1208         "owner": "Ext.state.Stateful",
1209         "doc": "<p>Applies the state to the object. This should be overridden in subclasses to do\nmore complex state operations. By default it applies the state properties onto\nthe current object.</p>\n",
1210         "linenr": 225,
1211         "return": {
1212           "type": "void",
1213           "doc": "\n"
1214         },
1215         "html_filename": "Stateful.html"
1216       },
1217       {
1218         "deprecated": null,
1219         "alias": null,
1220         "protected": false,
1221         "tagname": "method",
1222         "href": "AbstractComponent.html#Ext-AbstractComponent-method-beforeComponentLayout",
1223         "shortDoc": "Occurs before componentLayout is run. ...",
1224         "static": false,
1225         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1226         "private": false,
1227         "params": [
1228           {
1229             "type": "Number",
1230             "optional": false,
1231             "doc": "<p>The box-adjusted width that was set</p>\n",
1232             "name": "adjWidth"
1233           },
1234           {
1235             "type": "Number",
1236             "optional": false,
1237             "doc": "<p>The box-adjusted height that was set</p>\n",
1238             "name": "adjHeight"
1239           },
1240           {
1241             "type": "Boolean",
1242             "optional": false,
1243             "doc": "<p>Whether or not the height/width are stored on the component permanently</p>\n",
1244             "name": "isSetSize"
1245           },
1246           {
1247             "type": "Ext.Component",
1248             "optional": false,
1249             "doc": "<p>Container requesting sent the layout. Only used when isSetSize is false.</p>\n",
1250             "name": "callingContainer"
1251           }
1252         ],
1253         "name": "beforeComponentLayout",
1254         "owner": "Ext.AbstractComponent",
1255         "doc": "<p>Occurs before componentLayout is run. Returning false from this method will prevent the componentLayout\nfrom being executed.</p>\n",
1256         "linenr": 2709,
1257         "return": {
1258           "type": "void",
1259           "doc": "\n"
1260         },
1261         "html_filename": "AbstractComponent.html"
1262       },
1263       {
1264         "deprecated": null,
1265         "alias": null,
1266         "protected": false,
1267         "tagname": "method",
1268         "href": "Base3.html#Ext-Base-method-callOverridden",
1269         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
1270         "static": false,
1271         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1272         "private": false,
1273         "params": [
1274           {
1275             "type": "Array/Arguments",
1276             "optional": false,
1277             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
1278             "name": "args"
1279           }
1280         ],
1281         "name": "callOverridden",
1282         "owner": "Ext.Base",
1283         "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",
1284         "linenr": 269,
1285         "return": {
1286           "type": "Mixed",
1287           "doc": "<p>Returns the result after calling the overridden method</p>\n"
1288         },
1289         "html_filename": "Base3.html"
1290       },
1291       {
1292         "deprecated": null,
1293         "alias": null,
1294         "protected": true,
1295         "tagname": "method",
1296         "href": "Base3.html#Ext-Base-method-callParent",
1297         "shortDoc": "Call the parent's overridden method. ...",
1298         "static": false,
1299         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1300         "private": false,
1301         "params": [
1302           {
1303             "type": "Array/Arguments",
1304             "optional": false,
1305             "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",
1306             "name": "args"
1307           }
1308         ],
1309         "name": "callParent",
1310         "owner": "Ext.Base",
1311         "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",
1312         "linenr": 124,
1313         "return": {
1314           "type": "Mixed",
1315           "doc": "<p>Returns the result from the superclass' method</p>\n"
1316         },
1317         "html_filename": "Base3.html"
1318       },
1319       {
1320         "deprecated": null,
1321         "alias": null,
1322         "protected": false,
1323         "tagname": "method",
1324         "href": "Observable.html#Ext-util-Observable-method-capture",
1325         "shortDoc": "Starts capture on the specified Observable. ...",
1326         "static": true,
1327         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1328         "private": false,
1329         "params": [
1330           {
1331             "type": "Observable",
1332             "optional": false,
1333             "doc": "<p>The Observable to capture events from.</p>\n",
1334             "name": "o"
1335           },
1336           {
1337             "type": "Function",
1338             "optional": false,
1339             "doc": "<p>The function to call when an event is fired.</p>\n",
1340             "name": "fn"
1341           },
1342           {
1343             "type": "Object",
1344             "optional": true,
1345             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
1346             "name": "scope"
1347           }
1348         ],
1349         "name": "capture",
1350         "owner": "Ext.util.Observable",
1351         "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",
1352         "linenr": 54,
1353         "return": {
1354           "type": "void",
1355           "doc": "\n"
1356         },
1357         "html_filename": "Observable.html"
1358       },
1359       {
1360         "deprecated": null,
1361         "alias": null,
1362         "protected": false,
1363         "tagname": "method",
1364         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
1365         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
1366         "static": false,
1367         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1368         "private": false,
1369         "params": [
1370
1371         ],
1372         "name": "clearListeners",
1373         "owner": "Ext.util.Observable",
1374         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
1375         "linenr": 425,
1376         "return": {
1377           "type": "void",
1378           "doc": "\n"
1379         },
1380         "html_filename": "Observable.html"
1381       },
1382       {
1383         "deprecated": null,
1384         "alias": null,
1385         "protected": false,
1386         "tagname": "method",
1387         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
1388         "shortDoc": "Removes all managed listeners for this object. ...",
1389         "static": false,
1390         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1391         "private": false,
1392         "params": [
1393
1394         ],
1395         "name": "clearManagedListeners",
1396         "owner": "Ext.util.Observable",
1397         "doc": "<p>Removes all managed listeners for this object.</p>\n",
1398         "linenr": 454,
1399         "return": {
1400           "type": "void",
1401           "doc": "\n"
1402         },
1403         "html_filename": "Observable.html"
1404       },
1405       {
1406         "deprecated": null,
1407         "alias": null,
1408         "protected": false,
1409         "tagname": "method",
1410         "href": "Base3.html#Ext-Base-method-create",
1411         "shortDoc": "Create a new instance of this Class. ...",
1412         "static": true,
1413         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1414         "private": false,
1415         "params": [
1416
1417         ],
1418         "name": "create",
1419         "owner": "Ext.Base",
1420         "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",
1421         "linenr": 329,
1422         "return": {
1423           "type": "Object",
1424           "doc": "<p>the created instance.</p>\n"
1425         },
1426         "html_filename": "Base3.html"
1427       },
1428       {
1429         "deprecated": null,
1430         "alias": null,
1431         "protected": false,
1432         "tagname": "method",
1433         "href": "Base3.html#Ext-Base-method-createAlias",
1434         "shortDoc": "Create aliases for existing prototype methods. ...",
1435         "static": true,
1436         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1437         "private": false,
1438         "params": [
1439           {
1440             "type": "String/Object",
1441             "optional": false,
1442             "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",
1443             "name": "alias"
1444           },
1445           {
1446             "type": "String/Object",
1447             "optional": false,
1448             "doc": "<p>The original method name</p>\n",
1449             "name": "origin"
1450           }
1451         ],
1452         "name": "createAlias",
1453         "owner": "Ext.Base",
1454         "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",
1455         "linenr": 648,
1456         "return": {
1457           "type": "void",
1458           "doc": "\n"
1459         },
1460         "html_filename": "Base3.html"
1461       },
1462       {
1463         "deprecated": null,
1464         "alias": null,
1465         "protected": false,
1466         "tagname": "method",
1467         "href": "AbstractComponent.html#Ext-AbstractComponent-method-destroy",
1468         "shortDoc": "Destroys the Component. ...",
1469         "static": false,
1470         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1471         "private": false,
1472         "params": [
1473
1474         ],
1475         "name": "destroy",
1476         "owner": "Ext.AbstractComponent",
1477         "doc": "<p>Destroys the Component.</p>\n",
1478         "linenr": 2891,
1479         "return": {
1480           "type": "void",
1481           "doc": "\n"
1482         },
1483         "html_filename": "AbstractComponent.html"
1484       },
1485       {
1486         "deprecated": null,
1487         "alias": null,
1488         "protected": false,
1489         "tagname": "method",
1490         "href": "AbstractComponent.html#Ext-AbstractComponent-method-disable",
1491         "shortDoc": "Disable the component. ...",
1492         "static": false,
1493         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1494         "private": false,
1495         "params": [
1496           {
1497             "type": "Boolean",
1498             "optional": false,
1499             "doc": "<p>Passing true, will supress the 'disable' event from being fired.</p>\n",
1500             "name": "silent"
1501           }
1502         ],
1503         "name": "disable",
1504         "owner": "Ext.AbstractComponent",
1505         "doc": "<p>Disable the component.</p>\n",
1506         "linenr": 2245,
1507         "return": {
1508           "type": "void",
1509           "doc": "\n"
1510         },
1511         "html_filename": "AbstractComponent.html"
1512       },
1513       {
1514         "deprecated": null,
1515         "alias": null,
1516         "protected": false,
1517         "tagname": "method",
1518         "href": "AbstractComponent.html#Ext-AbstractComponent-method-doAutoRender",
1519         "shortDoc": "Handles autoRender. ...",
1520         "static": false,
1521         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1522         "private": false,
1523         "params": [
1524
1525         ],
1526         "name": "doAutoRender",
1527         "owner": "Ext.AbstractComponent",
1528         "doc": "<p>Handles autoRender.\nFloating Components may have an ownerCt. If they are asking to be constrained, constrain them within that\nownerCt, and have their z-index managed locally. Floating Components are always rendered to document.body</p>\n",
1529         "linenr": 920,
1530         "return": {
1531           "type": "void",
1532           "doc": "\n"
1533         },
1534         "html_filename": "AbstractComponent.html"
1535       },
1536       {
1537         "deprecated": null,
1538         "alias": null,
1539         "protected": false,
1540         "tagname": "method",
1541         "href": "AbstractComponent.html#Ext-AbstractComponent-method-doComponentLayout",
1542         "shortDoc": "This method needs to be called whenever you change something on this component that requires the Component's\nlayout t...",
1543         "static": false,
1544         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1545         "private": false,
1546         "params": [
1547           {
1548             "type": "Object",
1549             "optional": false,
1550             "doc": "\n",
1551             "name": "width"
1552           },
1553           {
1554             "type": "Object",
1555             "optional": false,
1556             "doc": "\n",
1557             "name": "height"
1558           },
1559           {
1560             "type": "Object",
1561             "optional": false,
1562             "doc": "\n",
1563             "name": "isSetSize"
1564           },
1565           {
1566             "type": "Object",
1567             "optional": false,
1568             "doc": "\n",
1569             "name": "callingContainer"
1570           }
1571         ],
1572         "name": "doComponentLayout",
1573         "owner": "Ext.AbstractComponent",
1574         "doc": "<p>This method needs to be called whenever you change something on this component that requires the Component's\nlayout to be recalculated.</p>\n",
1575         "linenr": 2630,
1576         "return": {
1577           "type": "Ext.container.Container",
1578           "doc": "<p>this</p>\n"
1579         },
1580         "html_filename": "AbstractComponent.html"
1581       },
1582       {
1583         "deprecated": null,
1584         "alias": null,
1585         "protected": false,
1586         "tagname": "method",
1587         "href": "AbstractComponent.html#Ext-AbstractComponent-method-enable",
1588         "shortDoc": "Enable the component ...",
1589         "static": false,
1590         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1591         "private": false,
1592         "params": [
1593           {
1594             "type": "Boolean",
1595             "optional": false,
1596             "doc": "<p>Passing false will supress the 'enable' event from being fired.</p>\n",
1597             "name": "silent"
1598           }
1599         ],
1600         "name": "enable",
1601         "owner": "Ext.AbstractComponent",
1602         "doc": "<p>Enable the component</p>\n",
1603         "linenr": 2222,
1604         "return": {
1605           "type": "void",
1606           "doc": "\n"
1607         },
1608         "html_filename": "AbstractComponent.html"
1609       },
1610       {
1611         "deprecated": null,
1612         "alias": null,
1613         "protected": false,
1614         "tagname": "method",
1615         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
1616         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
1617         "static": false,
1618         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1619         "private": false,
1620         "params": [
1621           {
1622             "type": "String/[String]",
1623             "optional": false,
1624             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
1625             "name": "events"
1626           }
1627         ],
1628         "name": "enableBubble",
1629         "owner": "Ext.util.Observable",
1630         "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",
1631         "linenr": 609,
1632         "return": {
1633           "type": "void",
1634           "doc": "\n"
1635         },
1636         "html_filename": "Observable.html"
1637       },
1638       {
1639         "deprecated": null,
1640         "alias": null,
1641         "protected": false,
1642         "tagname": "method",
1643         "href": "AbstractComponent.html#Ext-AbstractComponent-method-findLayoutController",
1644         "shortDoc": "This method finds the topmost active layout who's processing will eventually determine the size and position of this\n...",
1645         "static": false,
1646         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1647         "private": false,
1648         "params": [
1649
1650         ],
1651         "name": "findLayoutController",
1652         "owner": "Ext.AbstractComponent",
1653         "doc": "<p>This method finds the topmost active layout who's processing will eventually determine the size and position of this\nComponent.<p>\n<p>This method is useful when dynamically adding Components into Containers, and some processing must take place after the\nfinal sizing and positioning of the Component has been performed.</p>\n\n",
1654         "linenr": 876,
1655         "return": {
1656           "type": "void",
1657           "doc": "\n"
1658         },
1659         "html_filename": "AbstractComponent.html"
1660       },
1661       {
1662         "deprecated": null,
1663         "alias": null,
1664         "protected": false,
1665         "tagname": "method",
1666         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1667         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
1668         "static": false,
1669         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1670         "private": false,
1671         "params": [
1672           {
1673             "type": "String",
1674             "optional": false,
1675             "doc": "<p>The name of the event to fire.</p>\n",
1676             "name": "eventName"
1677           },
1678           {
1679             "type": "Object...",
1680             "optional": false,
1681             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1682             "name": "args"
1683           }
1684         ],
1685         "name": "fireEvent",
1686         "owner": "Ext.util.Observable",
1687         "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.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-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.AbstractComponent-method-enableBubble\" rel=\"Ext.AbstractComponent-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
1688         "linenr": 233,
1689         "return": {
1690           "type": "Boolean",
1691           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1692         },
1693         "html_filename": "Observable.html"
1694       },
1695       {
1696         "deprecated": null,
1697         "alias": null,
1698         "protected": false,
1699         "tagname": "method",
1700         "href": "AbstractComponent.html#Ext-AbstractComponent-method-forceComponentLayout",
1701         "shortDoc": "Forces this component to redo its componentLayout. ...",
1702         "static": false,
1703         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1704         "private": false,
1705         "params": [
1706
1707         ],
1708         "name": "forceComponentLayout",
1709         "owner": "Ext.AbstractComponent",
1710         "doc": "<p>Forces this component to redo its componentLayout.</p>\n",
1711         "linenr": 2673,
1712         "return": {
1713           "type": "void",
1714           "doc": "\n"
1715         },
1716         "html_filename": "AbstractComponent.html"
1717       },
1718       {
1719         "deprecated": null,
1720         "alias": null,
1721         "protected": false,
1722         "tagname": "method",
1723         "href": "Animate.html#Ext-util-Animate-method-getActiveAnimation",
1724         "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...",
1725         "static": false,
1726         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
1727         "private": false,
1728         "params": [
1729
1730         ],
1731         "name": "getActiveAnimation",
1732         "owner": "Ext.util.Animate",
1733         "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
1734         "linenr": 377,
1735         "return": {
1736           "type": "Mixed",
1737           "doc": "<p>anim if element has active effects, else false</p>\n"
1738         },
1739         "html_filename": "Animate.html"
1740       },
1741       {
1742         "deprecated": null,
1743         "alias": null,
1744         "protected": false,
1745         "tagname": "method",
1746         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getBubbleTarget",
1747         "shortDoc": "Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy. ...",
1748         "static": false,
1749         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1750         "private": false,
1751         "params": [
1752
1753         ],
1754         "name": "getBubbleTarget",
1755         "owner": "Ext.AbstractComponent",
1756         "doc": "<p>Provides the link for Observable's fireEvent method to bubble up the ownership hierarchy.</p>\n",
1757         "linenr": 2443,
1758         "return": {
1759           "type": "Ext.container.Container",
1760           "doc": "<p>the Container which owns this Component.</p>\n"
1761         },
1762         "html_filename": "AbstractComponent.html"
1763       },
1764       {
1765         "deprecated": null,
1766         "alias": null,
1767         "protected": false,
1768         "tagname": "method",
1769         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getEl",
1770         "shortDoc": "Retrieves the top level element representing this component. ...",
1771         "static": false,
1772         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1773         "private": false,
1774         "params": [
1775
1776         ],
1777         "name": "getEl",
1778         "owner": "Ext.AbstractComponent",
1779         "doc": "<p>Retrieves the top level element representing this component.</p>\n",
1780         "linenr": 2059,
1781         "return": {
1782           "type": "void",
1783           "doc": "\n"
1784         },
1785         "html_filename": "AbstractComponent.html"
1786       },
1787       {
1788         "deprecated": null,
1789         "alias": null,
1790         "protected": false,
1791         "tagname": "method",
1792         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getHeight",
1793         "shortDoc": "Gets the current height of the component's underlying element. ...",
1794         "static": false,
1795         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1796         "private": false,
1797         "params": [
1798
1799         ],
1800         "name": "getHeight",
1801         "owner": "Ext.AbstractComponent",
1802         "doc": "<p>Gets the current height of the component's underlying element.</p>\n",
1803         "linenr": 2798,
1804         "return": {
1805           "type": "Number",
1806           "doc": "\n"
1807         },
1808         "html_filename": "AbstractComponent.html"
1809       },
1810       {
1811         "deprecated": null,
1812         "alias": null,
1813         "protected": false,
1814         "tagname": "method",
1815         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getId",
1816         "shortDoc": "Retrieves the id of this component. ...",
1817         "static": false,
1818         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1819         "private": false,
1820         "params": [
1821
1822         ],
1823         "name": "getId",
1824         "owner": "Ext.AbstractComponent",
1825         "doc": "<p>Retrieves the id of this component.\nWill autogenerate an id if one has not already been set.</p>\n",
1826         "linenr": 2047,
1827         "return": {
1828           "type": "void",
1829           "doc": "\n"
1830         },
1831         "html_filename": "AbstractComponent.html"
1832       },
1833       {
1834         "deprecated": null,
1835         "alias": null,
1836         "protected": false,
1837         "tagname": "method",
1838         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getInsertPosition",
1839         "shortDoc": "This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insert...",
1840         "static": false,
1841         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1842         "private": false,
1843         "params": [
1844           {
1845             "type": "String/Number/Element/HTMLElement",
1846             "optional": false,
1847             "doc": "<p>Index, element id or element you want\nto put this component before.</p>\n",
1848             "name": "position"
1849           }
1850         ],
1851         "name": "getInsertPosition",
1852         "owner": "Ext.AbstractComponent",
1853         "doc": "<p>This function takes the position argument passed to onRender and returns a\nDOM element that you can use in the insertBefore.</p>\n",
1854         "linenr": 1674,
1855         "return": {
1856           "type": "HTMLElement",
1857           "doc": "<p>DOM element that you can use in the insertBefore</p>\n"
1858         },
1859         "html_filename": "AbstractComponent.html"
1860       },
1861       {
1862         "deprecated": null,
1863         "alias": null,
1864         "protected": false,
1865         "tagname": "method",
1866         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getLoader",
1867         "shortDoc": "Gets the Ext.ComponentLoader for this Component. ...",
1868         "static": false,
1869         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1870         "private": false,
1871         "params": [
1872
1873         ],
1874         "name": "getLoader",
1875         "owner": "Ext.AbstractComponent",
1876         "doc": "<p>Gets the <a href=\"#/api/Ext.ComponentLoader\" rel=\"Ext.ComponentLoader\" class=\"docClass\">Ext.ComponentLoader</a> for this Component.</p>\n",
1877         "linenr": 2806,
1878         "return": {
1879           "type": "Ext.ComponentLoader",
1880           "doc": "<p>The loader instance, null if it doesn't exist.</p>\n"
1881         },
1882         "html_filename": "AbstractComponent.html"
1883       },
1884       {
1885         "deprecated": null,
1886         "alias": null,
1887         "protected": false,
1888         "tagname": "method",
1889         "href": "Base3.html#Ext-Base-method-getName",
1890         "shortDoc": "Get the current class' name in string format. ...",
1891         "static": false,
1892         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1893         "private": false,
1894         "params": [
1895
1896         ],
1897         "name": "getName",
1898         "owner": "Ext.Base",
1899         "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",
1900         "linenr": 631,
1901         "return": {
1902           "type": "String",
1903           "doc": "<p>className</p>\n"
1904         },
1905         "html_filename": "Base3.html"
1906       },
1907       {
1908         "deprecated": null,
1909         "alias": null,
1910         "protected": false,
1911         "tagname": "method",
1912         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getPlugin",
1913         "shortDoc": "Retrieves a plugin by its pluginId which has been bound to this\ncomponent. ...",
1914         "static": false,
1915         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1916         "private": false,
1917         "params": [
1918           {
1919             "type": "Object",
1920             "optional": false,
1921             "doc": "\n",
1922             "name": "pluginId"
1923           }
1924         ],
1925         "name": "getPlugin",
1926         "owner": "Ext.AbstractComponent",
1927         "doc": "<p>Retrieves a plugin by its pluginId which has been bound to this\ncomponent.</p>\n",
1928         "linenr": 2934,
1929         "return": {
1930           "type": "Ext.AbstractPlugin",
1931           "doc": "<p>pluginInstance</p>\n"
1932         },
1933         "html_filename": "AbstractComponent.html"
1934       },
1935       {
1936         "deprecated": null,
1937         "alias": null,
1938         "protected": false,
1939         "tagname": "method",
1940         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getSize",
1941         "shortDoc": "Gets the current size of the component's underlying element. ...",
1942         "static": false,
1943         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1944         "private": false,
1945         "params": [
1946
1947         ],
1948         "name": "getSize",
1949         "owner": "Ext.AbstractComponent",
1950         "doc": "<p>Gets the current size of the component's underlying element.</p>\n",
1951         "linenr": 2782,
1952         "return": {
1953           "type": "Object",
1954           "doc": "<p>An object containing the element's size {width: (element width), height: (element height)}</p>\n"
1955         },
1956         "html_filename": "AbstractComponent.html"
1957       },
1958       {
1959         "deprecated": null,
1960         "alias": null,
1961         "protected": false,
1962         "tagname": "method",
1963         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getState",
1964         "shortDoc": "The supplied default state gathering method for the AbstractComponent class. ...",
1965         "static": false,
1966         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
1967         "private": false,
1968         "params": [
1969
1970         ],
1971         "name": "getState",
1972         "owner": "Ext.AbstractComponent",
1973         "doc": "<p></p>The supplied default state gathering method for the AbstractComponent class.</p>\nThis method returns dimension setings such as <code>flex</code>, <code>anchor</code>, <code>width</code>\nand <code>height</code> along with <code>collapsed</code> state.</p></p>\n\n<p>Subclasses which implement more complex state should call the superclass's implementation, and apply their state\nto the result if this basic state is to be saved.</p>\n\n\n<p>Note that Component state will only be saved if the Component has a <a href=\"#/api/Ext.AbstractComponent-cfg-stateId\" rel=\"Ext.AbstractComponent-cfg-stateId\" class=\"docClass\">stateId</a> and there as a StateProvider\nconfigured for the document.</p>\n\n",
1974         "linenr": 750,
1975         "return": {
1976           "type": "void",
1977           "doc": "\n"
1978         },
1979         "html_filename": "AbstractComponent.html"
1980       },
1981       {
1982         "deprecated": null,
1983         "alias": null,
1984         "protected": false,
1985         "tagname": "method",
1986         "href": "Stateful.html#Ext-state-Stateful-method-getStateId",
1987         "shortDoc": "Gets the state id for this object. ...",
1988         "static": false,
1989         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
1990         "private": false,
1991         "params": [
1992
1993         ],
1994         "name": "getStateId",
1995         "owner": "Ext.state.Stateful",
1996         "doc": "<p>Gets the state id for this object.</p>\n",
1997         "linenr": 237,
1998         "return": {
1999           "type": "String",
2000           "doc": "<p>The state id, null if not found.</p>\n"
2001         },
2002         "html_filename": "Stateful.html"
2003       },
2004       {
2005         "deprecated": null,
2006         "alias": null,
2007         "protected": false,
2008         "tagname": "method",
2009         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getWidth",
2010         "shortDoc": "Gets the current width of the component's underlying element. ...",
2011         "static": false,
2012         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2013         "private": false,
2014         "params": [
2015
2016         ],
2017         "name": "getWidth",
2018         "owner": "Ext.AbstractComponent",
2019         "doc": "<p>Gets the current width of the component's underlying element.</p>\n",
2020         "linenr": 2790,
2021         "return": {
2022           "type": "Number",
2023           "doc": "\n"
2024         },
2025         "html_filename": "AbstractComponent.html"
2026       },
2027       {
2028         "deprecated": null,
2029         "alias": null,
2030         "protected": false,
2031         "tagname": "method",
2032         "href": "AbstractComponent.html#Ext-AbstractComponent-method-getXTypes",
2033         "shortDoc": "Returns this Component's xtype hierarchy as a slash-delimited string. ...",
2034         "static": false,
2035         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2036         "private": false,
2037         "params": [
2038
2039         ],
2040         "name": "getXTypes",
2041         "owner": "Ext.AbstractComponent",
2042         "doc": "<p>Returns this Component's xtype hierarchy as a slash-delimited string. For a list of all\navailable xtypes, see the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> header.</p>\n\n\n<p><b>If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.</b></p>\n\n\n<p>Example usage:</p>\n\n\n<pre><code>var t = new Ext.form.field.Text();\nalert(t.getXTypes());  // alerts 'component/field/textfield'\n</code></pre>\n\n",
2043         "linenr": 2105,
2044         "return": {
2045           "type": "String",
2046           "doc": "<p>The xtype hierarchy string</p>\n"
2047         },
2048         "html_filename": "AbstractComponent.html"
2049       },
2050       {
2051         "deprecated": {
2052           "version": "4.0",
2053           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-getActiveAnimation\" rel=\"Ext.picker.Color-method-getActiveAnimation\" class=\"docClass\">getActiveAnimation</a></p>\n\n\n\n",
2054           "tagname": "deprecated",
2055           "doc": "Returns thq current animation if this object has any effects actively running or queued, else returns false."
2056         },
2057         "alias": null,
2058         "protected": false,
2059         "tagname": "method",
2060         "href": "Animate.html#Ext-util-Animate-method-hasActiveFx",
2061         "shortDoc": "Returns thq current animation if this object has any effects actively running or queued, else returns false. ...",
2062         "static": false,
2063         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
2064         "private": false,
2065         "params": [
2066
2067         ],
2068         "name": "hasActiveFx",
2069         "owner": "Ext.util.Animate",
2070         "doc": "<p>Returns thq current animation if this object has any effects actively running or queued, else returns false.</p>\n",
2071         "linenr": 369,
2072         "return": {
2073           "type": "Mixed",
2074           "doc": "<p>anim if element has active effects, else false</p>\n"
2075         },
2076         "html_filename": "Animate.html"
2077       },
2078       {
2079         "deprecated": null,
2080         "alias": null,
2081         "protected": false,
2082         "tagname": "method",
2083         "href": "Observable.html#Ext-util-Observable-method-hasListener",
2084         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
2085         "static": false,
2086         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2087         "private": false,
2088         "params": [
2089           {
2090             "type": "String",
2091             "optional": false,
2092             "doc": "<p>The name of the event to check for</p>\n",
2093             "name": "eventName"
2094           }
2095         ],
2096         "name": "hasListener",
2097         "owner": "Ext.util.Observable",
2098         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
2099         "linenr": 530,
2100         "return": {
2101           "type": "Boolean",
2102           "doc": "<p>True if the event is being listened for, else false</p>\n"
2103         },
2104         "html_filename": "Observable.html"
2105       },
2106       {
2107         "deprecated": null,
2108         "alias": null,
2109         "protected": false,
2110         "tagname": "method",
2111         "href": "AbstractComponent.html#Ext-AbstractComponent-method-hasUICls",
2112         "shortDoc": "Checks if there is currently a specified uiCls ...",
2113         "static": false,
2114         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2115         "private": false,
2116         "params": [
2117           {
2118             "type": "String",
2119             "optional": false,
2120             "doc": "<p>The cls to check</p>\n",
2121             "name": "cls"
2122           }
2123         ],
2124         "name": "hasUICls",
2125         "owner": "Ext.AbstractComponent",
2126         "doc": "<p>Checks if there is currently a specified uiCls</p>\n",
2127         "linenr": 1523,
2128         "return": {
2129           "type": "void",
2130           "doc": "\n"
2131         },
2132         "html_filename": "AbstractComponent.html"
2133       },
2134       {
2135         "deprecated": null,
2136         "alias": null,
2137         "protected": false,
2138         "tagname": "method",
2139         "href": "Base3.html#Ext-Base-method-implement",
2140         "shortDoc": "Add methods / properties to the prototype of this class. ...",
2141         "static": true,
2142         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2143         "private": false,
2144         "params": [
2145           {
2146             "type": "Object",
2147             "optional": false,
2148             "doc": "\n",
2149             "name": "members"
2150           }
2151         ],
2152         "name": "implement",
2153         "owner": "Ext.Base",
2154         "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",
2155         "linenr": 415,
2156         "return": {
2157           "type": "void",
2158           "doc": "\n"
2159         },
2160         "html_filename": "Base3.html"
2161       },
2162       {
2163         "deprecated": null,
2164         "alias": null,
2165         "protected": true,
2166         "tagname": "method",
2167         "href": "Base3.html#Ext-Base-method-initConfig",
2168         "shortDoc": "Initialize configuration for this class. ...",
2169         "static": false,
2170         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2171         "private": false,
2172         "params": [
2173           {
2174             "type": "Object",
2175             "optional": false,
2176             "doc": "\n",
2177             "name": "config"
2178           }
2179         ],
2180         "name": "initConfig",
2181         "owner": "Ext.Base",
2182         "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",
2183         "linenr": 63,
2184         "return": {
2185           "type": "Object",
2186           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
2187         },
2188         "html_filename": "Base3.html"
2189       },
2190       {
2191         "deprecated": null,
2192         "alias": null,
2193         "protected": false,
2194         "tagname": "method",
2195         "href": "AbstractComponent.html#Ext-AbstractComponent-method-is",
2196         "shortDoc": "Tests whether this Component matches the selector string. ...",
2197         "static": false,
2198         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2199         "private": false,
2200         "params": [
2201           {
2202             "type": "String",
2203             "optional": false,
2204             "doc": "<p>The selector string to test against.</p>\n",
2205             "name": "selector"
2206           }
2207         ],
2208         "name": "is",
2209         "owner": "Ext.AbstractComponent",
2210         "doc": "<p>Tests whether this Component matches the selector string.</p>\n",
2211         "linenr": 1886,
2212         "return": {
2213           "type": "Boolean",
2214           "doc": "<p>True if this Component matches the selector.</p>\n"
2215         },
2216         "html_filename": "AbstractComponent.html"
2217       },
2218       {
2219         "deprecated": null,
2220         "alias": null,
2221         "protected": false,
2222         "tagname": "method",
2223         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDescendantOf",
2224         "shortDoc": "Determines whether this component is the descendant of a particular container. ...",
2225         "static": false,
2226         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2227         "private": false,
2228         "params": [
2229           {
2230             "type": "Ext.Container",
2231             "optional": false,
2232             "doc": "\n",
2233             "name": "container"
2234           }
2235         ],
2236         "name": "isDescendantOf",
2237         "owner": "Ext.AbstractComponent",
2238         "doc": "<p>Determines whether this component is the descendant of a particular container.</p>\n",
2239         "linenr": 2950,
2240         "return": {
2241           "type": "Boolean",
2242           "doc": "<p>isDescendant</p>\n"
2243         },
2244         "html_filename": "AbstractComponent.html"
2245       },
2246       {
2247         "deprecated": null,
2248         "alias": null,
2249         "protected": false,
2250         "tagname": "method",
2251         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDisabled",
2252         "shortDoc": "Method to determine whether this Component is currently disabled. ...",
2253         "static": false,
2254         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2255         "private": false,
2256         "params": [
2257
2258         ],
2259         "name": "isDisabled",
2260         "owner": "Ext.AbstractComponent",
2261         "doc": "<p>Method to determine whether this Component is currently disabled.</p>\n",
2262         "linenr": 2282,
2263         "return": {
2264           "type": "Boolean",
2265           "doc": "<p>the disabled state of this Component.</p>\n"
2266         },
2267         "html_filename": "AbstractComponent.html"
2268       },
2269       {
2270         "deprecated": null,
2271         "alias": null,
2272         "protected": false,
2273         "tagname": "method",
2274         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDraggable",
2275         "shortDoc": "Method to determine whether this Component is draggable. ...",
2276         "static": false,
2277         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2278         "private": false,
2279         "params": [
2280
2281         ],
2282         "name": "isDraggable",
2283         "owner": "Ext.AbstractComponent",
2284         "doc": "<p>Method to determine whether this Component is draggable.</p>\n",
2285         "linenr": 2459,
2286         "return": {
2287           "type": "Boolean",
2288           "doc": "<p>the draggable state of this component.</p>\n"
2289         },
2290         "html_filename": "AbstractComponent.html"
2291       },
2292       {
2293         "deprecated": null,
2294         "alias": null,
2295         "protected": false,
2296         "tagname": "method",
2297         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isDroppable",
2298         "shortDoc": "Method to determine whether this Component is droppable. ...",
2299         "static": false,
2300         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2301         "private": false,
2302         "params": [
2303
2304         ],
2305         "name": "isDroppable",
2306         "owner": "Ext.AbstractComponent",
2307         "doc": "<p>Method to determine whether this Component is droppable.</p>\n",
2308         "linenr": 2467,
2309         "return": {
2310           "type": "Boolean",
2311           "doc": "<p>the droppable state of this component.</p>\n"
2312         },
2313         "html_filename": "AbstractComponent.html"
2314       },
2315       {
2316         "deprecated": null,
2317         "alias": null,
2318         "protected": false,
2319         "tagname": "method",
2320         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isFloating",
2321         "shortDoc": "Method to determine whether this Component is floating. ...",
2322         "static": false,
2323         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2324         "private": false,
2325         "params": [
2326
2327         ],
2328         "name": "isFloating",
2329         "owner": "Ext.AbstractComponent",
2330         "doc": "<p>Method to determine whether this Component is floating.</p>\n",
2331         "linenr": 2451,
2332         "return": {
2333           "type": "Boolean",
2334           "doc": "<p>the floating state of this component.</p>\n"
2335         },
2336         "html_filename": "AbstractComponent.html"
2337       },
2338       {
2339         "deprecated": null,
2340         "alias": null,
2341         "protected": false,
2342         "tagname": "method",
2343         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isHidden",
2344         "shortDoc": "Method to determine whether this Component is currently set to hidden. ...",
2345         "static": false,
2346         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2347         "private": false,
2348         "params": [
2349
2350         ],
2351         "name": "isHidden",
2352         "owner": "Ext.AbstractComponent",
2353         "doc": "<p>Method to determine whether this Component is currently set to hidden.</p>\n",
2354         "linenr": 2298,
2355         "return": {
2356           "type": "Boolean",
2357           "doc": "<p>the hidden state of this Component.</p>\n"
2358         },
2359         "html_filename": "AbstractComponent.html"
2360       },
2361       {
2362         "deprecated": null,
2363         "alias": null,
2364         "protected": false,
2365         "tagname": "method",
2366         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isVisible",
2367         "shortDoc": "Returns true if this component is visible. ...",
2368         "static": false,
2369         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2370         "private": false,
2371         "params": [
2372           {
2373             "type": "Boolean",
2374             "optional": false,
2375             "doc": "<p>. <p>Optional. Pass <code>true</code> to interrogate the visibility status of all\nparent Containers to determine whether this Component is truly visible to the user.</p></p>\n\n<p>Generally, to determine whether a Component is hidden, the no argument form is needed. For example\nwhen creating dynamically laid out UIs in a hidden Container before showing them.</p>\n\n",
2376             "name": "deep"
2377           }
2378         ],
2379         "name": "isVisible",
2380         "owner": "Ext.AbstractComponent",
2381         "doc": "<p>Returns true if this component is visible.</p>\n",
2382         "linenr": 2182,
2383         "return": {
2384           "type": "Boolean",
2385           "doc": "<p>True if this component is visible, false otherwise.</p>\n"
2386         },
2387         "html_filename": "AbstractComponent.html"
2388       },
2389       {
2390         "deprecated": null,
2391         "alias": null,
2392         "protected": false,
2393         "tagname": "method",
2394         "href": "AbstractComponent.html#Ext-AbstractComponent-method-isXType",
2395         "shortDoc": "Tests whether or not this Component is of a specific xtype. ...",
2396         "static": false,
2397         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2398         "private": false,
2399         "params": [
2400           {
2401             "type": "String",
2402             "optional": false,
2403             "doc": "<p>The xtype to check for this Component</p>\n",
2404             "name": "xtype"
2405           },
2406           {
2407             "type": "Boolean",
2408             "optional": true,
2409             "doc": "<p>(optional) False to check whether this Component is descended from the xtype (this is\nthe default), or true to check whether this Component is directly of the specified xtype.</p>\n",
2410             "name": "shallow"
2411           }
2412         ],
2413         "name": "isXType",
2414         "owner": "Ext.AbstractComponent",
2415         "doc": "<p>Tests whether or not this Component is of a specific xtype. This can test whether this Component is descended\nfrom the xtype (default) or whether it is directly of the xtype specified (shallow = true).</p>\n\n\n<p><b>If using your own subclasses, be aware that a Component must register its own xtype\nto participate in determination of inherited xtypes.</b></p>\n\n\n<p>For a list of all available xtypes, see the <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> header.</p>\n\n\n<p>Example usage:</p>\n\n\n<pre><code>var t = new Ext.form.field.Text();\nvar isText = t.isXType('textfield');        // true\nvar isBoxSubclass = t.isXType('field');       // true, descended from <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a>\nvar isBoxInstance = t.isXType('field', true); // false, not a direct <a href=\"#/api/Ext.form.field.Base\" rel=\"Ext.form.field.Base\" class=\"docClass\">Ext.form.field.Base</a> instance\n</code></pre>\n\n",
2416         "linenr": 2074,
2417         "return": {
2418           "type": "Boolean",
2419           "doc": "<p>True if this component descends from the specified xtype, false otherwise.</p>\n"
2420         },
2421         "html_filename": "AbstractComponent.html"
2422       },
2423       {
2424         "deprecated": null,
2425         "alias": {
2426           "tagname": "alias",
2427           "cls": "Ext.util.Observable",
2428           "doc": null,
2429           "owner": "addManagedListener"
2430         },
2431         "protected": false,
2432         "tagname": "method",
2433         "href": "Observable.html#Ext-util-Observable-method-mon",
2434         "shortDoc": "Shorthand for addManagedListener. ...",
2435         "static": false,
2436         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2437         "private": false,
2438         "params": [
2439           {
2440             "type": "Observable/Element",
2441             "optional": false,
2442             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
2443             "name": "item"
2444           },
2445           {
2446             "type": "Object/String",
2447             "optional": false,
2448             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2449             "name": "ename"
2450           },
2451           {
2452             "type": "Function",
2453             "optional": true,
2454             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2455             "name": "fn"
2456           },
2457           {
2458             "type": "Object",
2459             "optional": true,
2460             "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",
2461             "name": "scope"
2462           },
2463           {
2464             "type": "Object",
2465             "optional": true,
2466             "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",
2467             "name": "opt"
2468           }
2469         ],
2470         "name": "mon",
2471         "owner": "Ext.util.Observable",
2472         "doc": "<p>Shorthand for <a href=\"#/api/Ext.AbstractComponent-method-addManagedListener\" rel=\"Ext.AbstractComponent-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",
2473         "linenr": 681,
2474         "return": {
2475           "type": "void",
2476           "doc": "\n"
2477         },
2478         "html_filename": "Observable.html"
2479       },
2480       {
2481         "deprecated": null,
2482         "alias": {
2483           "tagname": "alias",
2484           "cls": "Ext.util.Observable",
2485           "doc": null,
2486           "owner": "removeManagedListener"
2487         },
2488         "protected": false,
2489         "tagname": "method",
2490         "href": "Observable.html#Ext-util-Observable-method-mun",
2491         "shortDoc": "Shorthand for removeManagedListener. ...",
2492         "static": false,
2493         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2494         "private": false,
2495         "params": [
2496           {
2497             "type": "Observable|Element",
2498             "optional": false,
2499             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2500             "name": "item"
2501           },
2502           {
2503             "type": "Object|String",
2504             "optional": false,
2505             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2506             "name": "ename"
2507           },
2508           {
2509             "type": "Function",
2510             "optional": false,
2511             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2512             "name": "fn"
2513           },
2514           {
2515             "type": "Object",
2516             "optional": false,
2517             "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",
2518             "name": "scope"
2519           }
2520         ],
2521         "name": "mun",
2522         "owner": "Ext.util.Observable",
2523         "doc": "<p>Shorthand for <a href=\"#/api/Ext.AbstractComponent-method-removeManagedListener\" rel=\"Ext.AbstractComponent-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.AbstractComponent-method-mon\" rel=\"Ext.AbstractComponent-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
2524         "linenr": 687,
2525         "return": {
2526           "type": "void",
2527           "doc": "\n"
2528         },
2529         "html_filename": "Observable.html"
2530       },
2531       {
2532         "deprecated": null,
2533         "alias": null,
2534         "protected": false,
2535         "tagname": "method",
2536         "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextNode",
2537         "shortDoc": "Returns the next node in the Component tree in tree traversal order. ...",
2538         "static": false,
2539         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2540         "private": false,
2541         "params": [
2542           {
2543             "type": "String",
2544             "optional": false,
2545             "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following nodes.</p>\n",
2546             "name": "selector"
2547           },
2548           {
2549             "type": "Object",
2550             "optional": false,
2551             "doc": "\n",
2552             "name": "includeSelf"
2553           }
2554         ],
2555         "name": "nextNode",
2556         "owner": "Ext.AbstractComponent",
2557         "doc": "<p>Returns the next node in the Component tree in tree traversal order.</p>\n\n\n<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree to attempt to find a match. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-nextSibling\" rel=\"Ext.AbstractComponent-method-nextSibling\" class=\"docClass\">nextSibling</a>.</p>\n\n",
2558         "linenr": 2012,
2559         "return": {
2560           "type": "void",
2561           "doc": "<p>The next node (or the next node which matches the selector). Returns null if there is no matching node.</p>\n"
2562         },
2563         "html_filename": "AbstractComponent.html"
2564       },
2565       {
2566         "deprecated": null,
2567         "alias": null,
2568         "protected": false,
2569         "tagname": "method",
2570         "href": "AbstractComponent.html#Ext-AbstractComponent-method-nextSibling",
2571         "shortDoc": "Returns the next sibling of this Component. ...",
2572         "static": false,
2573         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2574         "private": false,
2575         "params": [
2576           {
2577             "type": "String",
2578             "optional": false,
2579             "doc": "<p>Optional A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the following items.</p>\n",
2580             "name": "selector"
2581           }
2582         ],
2583         "name": "nextSibling",
2584         "owner": "Ext.AbstractComponent",
2585         "doc": "<p>Returns the next sibling of this Component.</p>\n\n\n<p>Optionally selects the next sibling which matches the passed <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector.</p>\n\n\n<p>May also be refered to as <code><b>next()</b></code></p>\n\n\n<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-nextNode\" rel=\"Ext.AbstractComponent-method-nextNode\" class=\"docClass\">nextNode</a></p>\n\n",
2586         "linenr": 1916,
2587         "return": {
2588           "type": "void",
2589           "doc": "<p>The next sibling (or the next sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
2590         },
2591         "html_filename": "AbstractComponent.html"
2592       },
2593       {
2594         "deprecated": null,
2595         "alias": null,
2596         "protected": false,
2597         "tagname": "method",
2598         "href": "Observable.html#Ext-util-Observable-method-observe",
2599         "shortDoc": "Sets observability on the passed class constructor. ...",
2600         "static": true,
2601         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2602         "private": false,
2603         "params": [
2604           {
2605             "type": "Function",
2606             "optional": false,
2607             "doc": "<p>The class constructor to make observable.</p>\n",
2608             "name": "c"
2609           },
2610           {
2611             "type": "Object",
2612             "optional": false,
2613             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
2614             "name": "listeners"
2615           }
2616         ],
2617         "name": "observe",
2618         "owner": "Ext.util.Observable",
2619         "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",
2620         "linenr": 69,
2621         "return": {
2622           "type": "void",
2623           "doc": "\n"
2624         },
2625         "html_filename": "Observable.html"
2626       },
2627       {
2628         "deprecated": null,
2629         "alias": {
2630           "tagname": "alias",
2631           "cls": "Ext.util.Observable",
2632           "doc": null,
2633           "owner": "addListener"
2634         },
2635         "protected": false,
2636         "tagname": "method",
2637         "href": "Observable.html#Ext-util-Observable-method-on",
2638         "shortDoc": "Shorthand for addListener. ...",
2639         "static": false,
2640         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2641         "private": false,
2642         "params": [
2643           {
2644             "type": "String",
2645             "optional": false,
2646             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
2647             "name": "eventName"
2648           },
2649           {
2650             "type": "Function",
2651             "optional": false,
2652             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.AbstractComponent-method-fireEvent\" rel=\"Ext.AbstractComponent-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
2653             "name": "handler"
2654           },
2655           {
2656             "type": "Object",
2657             "optional": true,
2658             "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",
2659             "name": "scope"
2660           },
2661           {
2662             "type": "Object",
2663             "optional": true,
2664             "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",
2665             "name": "options"
2666           }
2667         ],
2668         "name": "on",
2669         "owner": "Ext.util.Observable",
2670         "doc": "<p>Shorthand for <a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
2671         "linenr": 669,
2672         "return": {
2673           "type": "void",
2674           "doc": "\n"
2675         },
2676         "html_filename": "Observable.html"
2677       },
2678       {
2679         "deprecated": null,
2680         "alias": null,
2681         "protected": false,
2682         "tagname": "method",
2683         "href": "Base3.html#Ext-Base-method-override",
2684         "shortDoc": "Override prototype members of this class. ...",
2685         "static": true,
2686         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2687         "private": false,
2688         "params": [
2689           {
2690             "type": "Object",
2691             "optional": false,
2692             "doc": "\n",
2693             "name": "members"
2694           }
2695         ],
2696         "name": "override",
2697         "owner": "Ext.Base",
2698         "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",
2699         "linenr": 518,
2700         "return": {
2701           "type": "Ext.Base",
2702           "doc": "<p>this</p>\n"
2703         },
2704         "html_filename": "Base3.html"
2705       },
2706       {
2707         "deprecated": null,
2708         "alias": null,
2709         "protected": false,
2710         "tagname": "method",
2711         "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousNode",
2712         "shortDoc": "Returns the previous node in the Component tree in tree traversal order. ...",
2713         "static": false,
2714         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2715         "private": false,
2716         "params": [
2717           {
2718             "type": "String",
2719             "optional": false,
2720             "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding nodes.</p>\n",
2721             "name": "selector"
2722           },
2723           {
2724             "type": "Object",
2725             "optional": false,
2726             "doc": "\n",
2727             "name": "includeSelf"
2728           }
2729         ],
2730         "name": "previousNode",
2731         "owner": "Ext.AbstractComponent",
2732         "doc": "<p>Returns the previous node in the Component tree in tree traversal order.</p>\n\n\n<p>Note that this is not limited to siblings, and if invoked upon a node with no matching siblings, will\nwalk the tree in reverse order to attempt to find a match. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-previousSibling\" rel=\"Ext.AbstractComponent-method-previousSibling\" class=\"docClass\">previousSibling</a>.</p>\n\n",
2733         "linenr": 1976,
2734         "return": {
2735           "type": "void",
2736           "doc": "<p>The previous node (or the previous node which matches the selector). Returns null if there is no matching node.</p>\n"
2737         },
2738         "html_filename": "AbstractComponent.html"
2739       },
2740       {
2741         "deprecated": null,
2742         "alias": null,
2743         "protected": false,
2744         "tagname": "method",
2745         "href": "AbstractComponent.html#Ext-AbstractComponent-method-previousSibling",
2746         "shortDoc": "Returns the previous sibling of this Component. ...",
2747         "static": false,
2748         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2749         "private": false,
2750         "params": [
2751           {
2752             "type": "String",
2753             "optional": false,
2754             "doc": "<p>Optional. A <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector to filter the preceding items.</p>\n",
2755             "name": "selector"
2756           }
2757         ],
2758         "name": "previousSibling",
2759         "owner": "Ext.AbstractComponent",
2760         "doc": "<p>Returns the previous sibling of this Component.</p>\n\n\n<p>Optionally selects the previous sibling which matches the passed <a href=\"#/api/Ext.ComponentQuery\" rel=\"Ext.ComponentQuery\" class=\"docClass\">ComponentQuery</a> selector.</p>\n\n\n<p>May also be refered to as <code><b>prev()</b></code></p>\n\n\n<p>Note that this is limited to siblings, and if no siblings of the item match, <code>null</code> is returned. Contrast with <a href=\"#/api/Ext.AbstractComponent-method-previousNode\" rel=\"Ext.AbstractComponent-method-previousNode\" class=\"docClass\">previousNode</a></p>\n\n",
2761         "linenr": 1946,
2762         "return": {
2763           "type": "void",
2764           "doc": "<p>The previous sibling (or the previous sibling which matches the selector). Returns null if there is no matching sibling.</p>\n"
2765         },
2766         "html_filename": "AbstractComponent.html"
2767       },
2768       {
2769         "deprecated": null,
2770         "alias": null,
2771         "protected": false,
2772         "tagname": "method",
2773         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
2774         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
2775         "static": false,
2776         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2777         "private": false,
2778         "params": [
2779           {
2780             "type": "Object",
2781             "optional": false,
2782             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
2783             "name": "origin"
2784           },
2785           {
2786             "type": "[String]",
2787             "optional": false,
2788             "doc": "<p>Array of event names to relay.</p>\n",
2789             "name": "events"
2790           },
2791           {
2792             "type": "Object",
2793             "optional": false,
2794             "doc": "\n",
2795             "name": "prefix"
2796           }
2797         ],
2798         "name": "relayEvents",
2799         "owner": "Ext.util.Observable",
2800         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
2801         "linenr": 573,
2802         "return": {
2803           "type": "void",
2804           "doc": "\n"
2805         },
2806         "html_filename": "Observable.html"
2807       },
2808       {
2809         "deprecated": null,
2810         "alias": null,
2811         "protected": false,
2812         "tagname": "method",
2813         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
2814         "shortDoc": "Removes all added captures from the Observable. ...",
2815         "static": true,
2816         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2817         "private": false,
2818         "params": [
2819           {
2820             "type": "Observable",
2821             "optional": false,
2822             "doc": "<p>The Observable to release</p>\n",
2823             "name": "o"
2824           }
2825         ],
2826         "name": "releaseCapture",
2827         "owner": "Ext.util.Observable",
2828         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
2829         "linenr": 44,
2830         "return": {
2831           "type": "void",
2832           "doc": "\n"
2833         },
2834         "html_filename": "Observable.html"
2835       },
2836       {
2837         "deprecated": null,
2838         "alias": null,
2839         "protected": false,
2840         "tagname": "method",
2841         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeCls",
2842         "shortDoc": "Removes a CSS class from the top level element representing this component. ...",
2843         "static": false,
2844         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2845         "private": false,
2846         "params": [
2847           {
2848             "type": "Object",
2849             "optional": false,
2850             "doc": "\n",
2851             "name": "className"
2852           }
2853         ],
2854         "name": "removeCls",
2855         "owner": "Ext.AbstractComponent",
2856         "doc": "<p>Removes a CSS class from the top level element representing this component.</p>\n",
2857         "linenr": 2338,
2858         "return": {
2859           "type": "Ext.Component",
2860           "doc": "<p>Returns the Component to allow method chaining.</p>\n"
2861         },
2862         "html_filename": "AbstractComponent.html"
2863       },
2864       {
2865         "deprecated": null,
2866         "alias": null,
2867         "protected": false,
2868         "tagname": "method",
2869         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeClsWithUI",
2870         "shortDoc": "Removes a cls to the uiCls array, which will also call removeUIClsFromElement and removes\nit from all elements of thi...",
2871         "static": false,
2872         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2873         "private": false,
2874         "params": [
2875           {
2876             "type": "String/Array",
2877             "optional": false,
2878             "doc": "<p>A string or an array of strings to remove to the uiCls</p>\n",
2879             "name": "cls"
2880           },
2881           {
2882             "type": "Object",
2883             "optional": false,
2884             "doc": "\n",
2885             "name": "skip"
2886           }
2887         ],
2888         "name": "removeClsWithUI",
2889         "owner": "Ext.AbstractComponent",
2890         "doc": "<p>Removes a cls to the uiCls array, which will also call <a href=\"#/api/Ext.AbstractComponent-method-removeUIClsFromElement\" rel=\"Ext.AbstractComponent-method-removeUIClsFromElement\" class=\"docClass\">removeUIClsFromElement</a> and removes\nit from all elements of this component.</p>\n",
2891         "linenr": 1494,
2892         "return": {
2893           "type": "void",
2894           "doc": "\n"
2895         },
2896         "html_filename": "AbstractComponent.html"
2897       },
2898       {
2899         "deprecated": null,
2900         "alias": null,
2901         "protected": false,
2902         "tagname": "method",
2903         "href": "Observable.html#Ext-util-Observable-method-removeListener",
2904         "shortDoc": "Removes an event handler. ...",
2905         "static": false,
2906         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2907         "private": false,
2908         "params": [
2909           {
2910             "type": "String",
2911             "optional": false,
2912             "doc": "<p>The type of event the handler was associated with.</p>\n",
2913             "name": "eventName"
2914           },
2915           {
2916             "type": "Function",
2917             "optional": false,
2918             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
2919             "name": "handler"
2920           },
2921           {
2922             "type": "Object",
2923             "optional": true,
2924             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2925             "name": "scope"
2926           }
2927         ],
2928         "name": "removeListener",
2929         "owner": "Ext.util.Observable",
2930         "doc": "<p>Removes an event handler.</p>\n",
2931         "linenr": 392,
2932         "return": {
2933           "type": "void",
2934           "doc": "\n"
2935         },
2936         "html_filename": "Observable.html"
2937       },
2938       {
2939         "deprecated": null,
2940         "alias": null,
2941         "protected": false,
2942         "tagname": "method",
2943         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
2944         "shortDoc": "Removes listeners that were added by the mon method. ...",
2945         "static": false,
2946         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2947         "private": false,
2948         "params": [
2949           {
2950             "type": "Observable|Element",
2951             "optional": false,
2952             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2953             "name": "item"
2954           },
2955           {
2956             "type": "Object|String",
2957             "optional": false,
2958             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2959             "name": "ename"
2960           },
2961           {
2962             "type": "Function",
2963             "optional": false,
2964             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2965             "name": "fn"
2966           },
2967           {
2968             "type": "Object",
2969             "optional": false,
2970             "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",
2971             "name": "scope"
2972           }
2973         ],
2974         "name": "removeManagedListener",
2975         "owner": "Ext.util.Observable",
2976         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.AbstractComponent-method-mon\" rel=\"Ext.AbstractComponent-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
2977         "linenr": 197,
2978         "return": {
2979           "type": "void",
2980           "doc": "\n"
2981         },
2982         "html_filename": "Observable.html"
2983       },
2984       {
2985         "deprecated": null,
2986         "alias": null,
2987         "protected": false,
2988         "tagname": "method",
2989         "href": "AbstractComponent.html#Ext-AbstractComponent-method-removeUIClsFromElement",
2990         "shortDoc": "Method which removes a specified UI + uiCls from the components element. ...",
2991         "static": false,
2992         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
2993         "private": false,
2994         "params": [
2995           {
2996             "type": "String",
2997             "optional": false,
2998             "doc": "<p>The UI to add to the element</p>\n",
2999             "name": "ui"
3000           },
3001           {
3002             "type": "Object",
3003             "optional": false,
3004             "doc": "\n",
3005             "name": "force"
3006           }
3007         ],
3008         "name": "removeUIClsFromElement",
3009         "owner": "Ext.AbstractComponent",
3010         "doc": "<p>Method which removes a specified UI + uiCls from the components element.\nThe cls which is added to the element will be: <code>this.baseCls + '-' + ui</code></p>\n",
3011         "linenr": 1574,
3012         "return": {
3013           "type": "void",
3014           "doc": "\n"
3015         },
3016         "html_filename": "AbstractComponent.html"
3017       },
3018       {
3019         "deprecated": null,
3020         "alias": null,
3021         "protected": false,
3022         "tagname": "method",
3023         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
3024         "shortDoc": "Resumes firing events (see suspendEvents). ...",
3025         "static": false,
3026         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3027         "private": false,
3028         "params": [
3029
3030         ],
3031         "name": "resumeEvents",
3032         "owner": "Ext.util.Observable",
3033         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.AbstractComponent-method-suspendEvents\" rel=\"Ext.AbstractComponent-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",
3034         "linenr": 554,
3035         "return": {
3036           "type": "void",
3037           "doc": "\n"
3038         },
3039         "html_filename": "Observable.html"
3040       },
3041       {
3042         "deprecated": null,
3043         "alias": null,
3044         "protected": false,
3045         "tagname": "method",
3046         "href": "Animate.html#Ext-util-Animate-method-sequenceFx",
3047         "shortDoc": "Ensures that all effects queued after sequenceFx is called on this object are\nrun in sequence. ...",
3048         "static": false,
3049         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
3050         "private": false,
3051         "params": [
3052
3053         ],
3054         "name": "sequenceFx",
3055         "owner": "Ext.util.Animate",
3056         "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.AbstractComponent-method-syncFx\" rel=\"Ext.AbstractComponent-method-syncFx\" class=\"docClass\">syncFx</a>.</p>\n",
3057         "linenr": 357,
3058         "return": {
3059           "type": "Object",
3060           "doc": "<p>this</p>\n"
3061         },
3062         "html_filename": "Animate.html"
3063       },
3064       {
3065         "deprecated": null,
3066         "alias": null,
3067         "protected": false,
3068         "tagname": "method",
3069         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDisabled",
3070         "shortDoc": "Enable or disable the component. ...",
3071         "static": false,
3072         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3073         "private": false,
3074         "params": [
3075           {
3076             "type": "Boolean",
3077             "optional": false,
3078             "doc": "\n",
3079             "name": "disabled"
3080           }
3081         ],
3082         "name": "setDisabled",
3083         "owner": "Ext.AbstractComponent",
3084         "doc": "<p>Enable or disable the component.</p>\n",
3085         "linenr": 2290,
3086         "return": {
3087           "type": "void",
3088           "doc": "\n"
3089         },
3090         "html_filename": "AbstractComponent.html"
3091       },
3092       {
3093         "deprecated": null,
3094         "alias": null,
3095         "protected": false,
3096         "tagname": "method",
3097         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setDocked",
3098         "shortDoc": "Sets the dock position of this component in its parent panel. ...",
3099         "static": false,
3100         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3101         "private": false,
3102         "params": [
3103           {
3104             "type": "Object",
3105             "optional": false,
3106             "doc": "\n",
3107             "name": "dock"
3108           },
3109           {
3110             "type": "Object",
3111             "optional": false,
3112             "doc": "\n",
3113             "name": "layoutParent"
3114           }
3115         ],
3116         "name": "setDocked",
3117         "owner": "Ext.AbstractComponent",
3118         "doc": "<p>Sets the dock position of this component in its parent panel. Note that\nthis only has effect if this item is part of the dockedItems collection\nof a parent that has a DockLayout (note that any Panel has a DockLayout\nby default)</p>\n",
3119         "linenr": 2865,
3120         "return": {
3121           "type": "Component",
3122           "doc": "<p>this</p>\n"
3123         },
3124         "html_filename": "AbstractComponent.html"
3125       },
3126       {
3127         "deprecated": null,
3128         "alias": null,
3129         "protected": false,
3130         "tagname": "method",
3131         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setHeight",
3132         "shortDoc": "Sets the height of the component. ...",
3133         "static": false,
3134         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3135         "private": false,
3136         "params": [
3137           {
3138             "type": "Number",
3139             "optional": false,
3140             "doc": "<p>The new height to set. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS height style.</li>\n<li><i>undefined</i> to leave the height unchanged.</li>\n</ul></div></p>\n",
3141             "name": "height"
3142           }
3143         ],
3144         "name": "setHeight",
3145         "owner": "Ext.AbstractComponent",
3146         "doc": "<p>Sets the height of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3147         "linenr": 2769,
3148         "return": {
3149           "type": "Ext.Component",
3150           "doc": "<p>this</p>\n"
3151         },
3152         "html_filename": "AbstractComponent.html"
3153       },
3154       {
3155         "deprecated": null,
3156         "alias": null,
3157         "protected": false,
3158         "tagname": "method",
3159         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setLoading",
3160         "shortDoc": "This method allows you to show or hide a LoadMask on top of this component. ...",
3161         "static": false,
3162         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3163         "private": false,
3164         "params": [
3165           {
3166             "type": "Boolean/Object/String",
3167             "optional": false,
3168             "doc": "<p>True to show the default LoadMask, a config object\nthat will be passed to the LoadMask constructor, or a message String to show. False to\nhide the current LoadMask.</p>\n",
3169             "name": "load"
3170           },
3171           {
3172             "type": "Boolean",
3173             "optional": false,
3174             "doc": "<p>True to mask the targetEl of this Component instead of the this.el.\nFor example, setting this to true on a Panel will cause only the body to be masked. (defaults to false)</p>\n",
3175             "name": "targetEl"
3176           }
3177         ],
3178         "name": "setLoading",
3179         "owner": "Ext.AbstractComponent",
3180         "doc": "<p>This method allows you to show or hide a LoadMask on top of this component.</p>\n",
3181         "linenr": 2830,
3182         "return": {
3183           "type": "Ext.LoadMask",
3184           "doc": "<p>The LoadMask instance that has just been shown.</p>\n"
3185         },
3186         "html_filename": "AbstractComponent.html"
3187       },
3188       {
3189         "deprecated": null,
3190         "alias": null,
3191         "protected": false,
3192         "tagname": "method",
3193         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setPosition",
3194         "shortDoc": "Sets the left and top of the component. ...",
3195         "static": false,
3196         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3197         "private": false,
3198         "params": [
3199           {
3200             "type": "Number",
3201             "optional": false,
3202             "doc": "<p>The new left</p>\n",
3203             "name": "left"
3204           },
3205           {
3206             "type": "Number",
3207             "optional": false,
3208             "doc": "<p>The new top</p>\n",
3209             "name": "top"
3210           }
3211         ],
3212         "name": "setPosition",
3213         "owner": "Ext.AbstractComponent",
3214         "doc": "<p>Sets the left and top of the component.  To set the page XY position instead, use\n<a href=\"#/api/Ext.Component-method-setPagePosition\" rel=\"Ext.Component-method-setPagePosition\" class=\"docClass\">setPagePosition</a>.\nThis method fires the <a href=\"#/api/Ext.AbstractComponent-event-move\" rel=\"Ext.AbstractComponent-event-move\" class=\"docClass\">move</a> event.</p>\n",
3215         "linenr": 2721,
3216         "return": {
3217           "type": "Ext.Component",
3218           "doc": "<p>this</p>\n"
3219         },
3220         "html_filename": "AbstractComponent.html"
3221       },
3222       {
3223         "deprecated": null,
3224         "alias": null,
3225         "protected": false,
3226         "tagname": "method",
3227         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setSize",
3228         "shortDoc": "Sets the width and height of this Component. ...",
3229         "static": false,
3230         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3231         "private": false,
3232         "params": [
3233           {
3234             "type": "Mixed",
3235             "optional": false,
3236             "doc": "<p>The new width to set. This may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style.</li>\n<li>A size object in the format <code>{width: widthValue, height: heightValue}</code>.</li>\n<li><code>undefined</code> to leave the width unchanged.</li>\n</ul></div></p>\n",
3237             "name": "width"
3238           },
3239           {
3240             "type": "Mixed",
3241             "optional": false,
3242             "doc": "<p>The new height to set (not required if a size object is passed as the first arg).\nThis may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new height in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS height style. Animation may <b>not</b> be used.</li>\n<li><code>undefined</code> to leave the height unchanged.</li>\n</ul></div></p>\n",
3243             "name": "height"
3244           }
3245         ],
3246         "name": "setSize",
3247         "owner": "Ext.AbstractComponent",
3248         "doc": "<p>Sets the width and height of this Component. This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event. This method can accept\neither width and height as separate arguments, or you can pass a size object like <code>{width:10, height:20}</code>.</p>\n",
3249         "linenr": 2507,
3250         "return": {
3251           "type": "Ext.Component",
3252           "doc": "<p>this</p>\n"
3253         },
3254         "html_filename": "AbstractComponent.html"
3255       },
3256       {
3257         "deprecated": null,
3258         "alias": null,
3259         "protected": false,
3260         "tagname": "method",
3261         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setUI",
3262         "shortDoc": "Sets the UI for the component. ...",
3263         "static": false,
3264         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3265         "private": false,
3266         "params": [
3267           {
3268             "type": "String",
3269             "optional": false,
3270             "doc": "<p>The new UI for the component</p>\n",
3271             "name": "ui"
3272           }
3273         ],
3274         "name": "setUI",
3275         "owner": "Ext.AbstractComponent",
3276         "doc": "<p>Sets the UI for the component. This will remove any existing UIs on the component. It will also\nloop through any uiCls set on the component and rename them so they include the new UI</p>\n",
3277         "linenr": 1417,
3278         "return": {
3279           "type": "void",
3280           "doc": "\n"
3281         },
3282         "html_filename": "AbstractComponent.html"
3283       },
3284       {
3285         "deprecated": null,
3286         "alias": null,
3287         "protected": false,
3288         "tagname": "method",
3289         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setVisible",
3290         "shortDoc": "Convenience function to hide or show this component by boolean. ...",
3291         "static": false,
3292         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3293         "private": false,
3294         "params": [
3295           {
3296             "type": "Boolean",
3297             "optional": false,
3298             "doc": "<p>True to show, false to hide</p>\n",
3299             "name": "visible"
3300           }
3301         ],
3302         "name": "setVisible",
3303         "owner": "Ext.AbstractComponent",
3304         "doc": "<p>Convenience function to hide or show this component by boolean.</p>\n",
3305         "linenr": 2173,
3306         "return": {
3307           "type": "Ext.Component",
3308           "doc": "<p>this</p>\n"
3309         },
3310         "html_filename": "AbstractComponent.html"
3311       },
3312       {
3313         "deprecated": null,
3314         "alias": null,
3315         "protected": false,
3316         "tagname": "method",
3317         "href": "AbstractComponent.html#Ext-AbstractComponent-method-setWidth",
3318         "shortDoc": "Sets the width of the component. ...",
3319         "static": false,
3320         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3321         "private": false,
3322         "params": [
3323           {
3324             "type": "Number",
3325             "optional": false,
3326             "doc": "<p>The new width to setThis may be one of:<div class=\"mdetail-params\"><ul>\n<li>A Number specifying the new width in the <a href=\"#/api/Ext.AbstractComponent-method-getEl\" rel=\"Ext.AbstractComponent-method-getEl\" class=\"docClass\">Element</a>'s <a href=\"#/api/Ext.core.Element-property-defaultUnit\" rel=\"Ext.core.Element-property-defaultUnit\" class=\"docClass\">Ext.core.Element.defaultUnit</a>s (by default, pixels).</li>\n<li>A String used to set the CSS width style.</li>\n</ul></div></p>\n",
3327             "name": "width"
3328           }
3329         ],
3330         "name": "setWidth",
3331         "owner": "Ext.AbstractComponent",
3332         "doc": "<p>Sets the width of the component.  This method fires the <a href=\"#/api/Ext.AbstractComponent-event-resize\" rel=\"Ext.AbstractComponent-event-resize\" class=\"docClass\">resize</a> event.</p>\n",
3333         "linenr": 2757,
3334         "return": {
3335           "type": "Ext.Component",
3336           "doc": "<p>this</p>\n"
3337         },
3338         "html_filename": "AbstractComponent.html"
3339       },
3340       {
3341         "deprecated": null,
3342         "alias": null,
3343         "protected": true,
3344         "tagname": "method",
3345         "href": "Base3.html#Ext-Base-method-statics",
3346         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
3347         "static": false,
3348         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
3349         "private": false,
3350         "params": [
3351
3352         ],
3353         "name": "statics",
3354         "owner": "Ext.Base",
3355         "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",
3356         "linenr": 199,
3357         "return": {
3358           "type": "Class",
3359           "doc": "\n"
3360         },
3361         "html_filename": "Base3.html"
3362       },
3363       {
3364         "deprecated": null,
3365         "alias": null,
3366         "protected": false,
3367         "tagname": "method",
3368         "href": "Animate.html#Ext-util-Animate-method-stopAnimation",
3369         "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...",
3370         "static": false,
3371         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
3372         "private": false,
3373         "params": [
3374
3375         ],
3376         "name": "stopAnimation",
3377         "owner": "Ext.util.Animate",
3378         "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",
3379         "linenr": 335,
3380         "return": {
3381           "type": "Ext.core.Element",
3382           "doc": "<p>The Element</p>\n"
3383         },
3384         "html_filename": "Animate.html"
3385       },
3386       {
3387         "deprecated": {
3388           "version": "4.0",
3389           "text": "<p>Replaced by <a href=\"#/api/Ext.picker.Color-method-stopAnimation\" rel=\"Ext.picker.Color-method-stopAnimation\" class=\"docClass\">stopAnimation</a></p>\n\n\n\n",
3390           "tagname": "deprecated",
3391           "doc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that haven't started yet."
3392         },
3393         "alias": null,
3394         "protected": false,
3395         "tagname": "method",
3396         "href": "Animate.html#Ext-util-Animate-method-stopFx",
3397         "shortDoc": "Stops any running effects and clears this object's internal effects queue if it contains\nany additional effects that ...",
3398         "static": false,
3399         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
3400         "private": false,
3401         "params": [
3402
3403         ],
3404         "name": "stopFx",
3405         "owner": "Ext.util.Animate",
3406         "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",
3407         "linenr": 326,
3408         "return": {
3409           "type": "Ext.core.Element",
3410           "doc": "<p>The Element</p>\n"
3411         },
3412         "html_filename": "Animate.html"
3413       },
3414       {
3415         "deprecated": null,
3416         "alias": null,
3417         "protected": false,
3418         "tagname": "method",
3419         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
3420         "shortDoc": "Suspends the firing of all events. ...",
3421         "static": false,
3422         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3423         "private": false,
3424         "params": [
3425           {
3426             "type": "Boolean",
3427             "optional": false,
3428             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.AbstractComponent-method-resumeEvents\" rel=\"Ext.AbstractComponent-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
3429             "name": "queueSuspended"
3430           }
3431         ],
3432         "name": "suspendEvents",
3433         "owner": "Ext.util.Observable",
3434         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.AbstractComponent-method-resumeEvents\" rel=\"Ext.AbstractComponent-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
3435         "linenr": 541,
3436         "return": {
3437           "type": "void",
3438           "doc": "\n"
3439         },
3440         "html_filename": "Observable.html"
3441       },
3442       {
3443         "deprecated": null,
3444         "alias": null,
3445         "protected": false,
3446         "tagname": "method",
3447         "href": "Animate.html#Ext-util-Animate-method-syncFx",
3448         "shortDoc": "Ensures that all effects queued after syncFx is called on this object are\nrun concurrently. ...",
3449         "static": false,
3450         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/util/Animate.js",
3451         "private": false,
3452         "params": [
3453
3454         ],
3455         "name": "syncFx",
3456         "owner": "Ext.util.Animate",
3457         "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.AbstractComponent-method-sequenceFx\" rel=\"Ext.AbstractComponent-method-sequenceFx\" class=\"docClass\">sequenceFx</a>.</p>\n",
3458         "linenr": 345,
3459         "return": {
3460           "type": "Object",
3461           "doc": "<p>this</p>\n"
3462         },
3463         "html_filename": "Animate.html"
3464       },
3465       {
3466         "deprecated": null,
3467         "alias": {
3468           "tagname": "alias",
3469           "cls": "Ext.util.Observable",
3470           "doc": null,
3471           "owner": "removeListener"
3472         },
3473         "protected": false,
3474         "tagname": "method",
3475         "href": "Observable.html#Ext-util-Observable-method-un",
3476         "shortDoc": "Shorthand for removeListener. ...",
3477         "static": false,
3478         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3479         "private": false,
3480         "params": [
3481           {
3482             "type": "String",
3483             "optional": false,
3484             "doc": "<p>The type of event the handler was associated with.</p>\n",
3485             "name": "eventName"
3486           },
3487           {
3488             "type": "Function",
3489             "optional": false,
3490             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.AbstractComponent-method-addListener\" rel=\"Ext.AbstractComponent-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
3491             "name": "handler"
3492           },
3493           {
3494             "type": "Object",
3495             "optional": true,
3496             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
3497             "name": "scope"
3498           }
3499         ],
3500         "name": "un",
3501         "owner": "Ext.util.Observable",
3502         "doc": "<p>Shorthand for <a href=\"#/api/Ext.AbstractComponent-method-removeListener\" rel=\"Ext.AbstractComponent-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
3503         "linenr": 675,
3504         "return": {
3505           "type": "void",
3506           "doc": "\n"
3507         },
3508         "html_filename": "Observable.html"
3509       },
3510       {
3511         "deprecated": null,
3512         "alias": null,
3513         "protected": false,
3514         "tagname": "method",
3515         "href": "AbstractComponent.html#Ext-AbstractComponent-method-up",
3516         "shortDoc": "Walks up the ownerCt axis looking for an ancestor Container which matches\nthe passed simple selector. ...",
3517         "static": false,
3518         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3519         "private": false,
3520         "params": [
3521           {
3522             "type": "String",
3523             "optional": false,
3524             "doc": "<p>Optional. The simple selector to test.</p>\n",
3525             "name": "selector"
3526           }
3527         ],
3528         "name": "up",
3529         "owner": "Ext.AbstractComponent",
3530         "doc": "<p>Walks up the <code>ownerCt</code> axis looking for an ancestor Container which matches\nthe passed simple selector.</p>\n\n\n<p>Example:\n<pre><code>var owningTabPanel = grid.up('tabpanel');\n</code></pre>\n\n",
3531         "linenr": 1895,
3532         "return": {
3533           "type": "Container",
3534           "doc": "<p>The matching ancestor Container (or <code>undefined</code> if no match was found).</p>\n"
3535         },
3536         "html_filename": "AbstractComponent.html"
3537       },
3538       {
3539         "deprecated": null,
3540         "alias": null,
3541         "protected": false,
3542         "tagname": "method",
3543         "href": "AbstractComponent.html#Ext-AbstractComponent-method-update",
3544         "shortDoc": "Update the content area of a component. ...",
3545         "static": false,
3546         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3547         "private": false,
3548         "params": [
3549           {
3550             "type": "Mixed",
3551             "optional": false,
3552             "doc": "<p>If this component has been configured with a template via the tpl config\nthen it will use this argument as data to populate the template.\nIf this component was not configured with a template, the components\ncontent area will be updated via <a href=\"#/api/Ext.core.Element\" rel=\"Ext.core.Element\" class=\"docClass\">Ext.core.Element</a> update</p>\n",
3553             "name": "htmlOrData"
3554           },
3555           {
3556             "type": "Boolean",
3557             "optional": true,
3558             "doc": "<p>(optional) Only legitimate when using the html configuration. Defaults to false</p>\n",
3559             "name": "loadScripts"
3560           },
3561           {
3562             "type": "Function",
3563             "optional": true,
3564             "doc": "<p>(optional) Only legitimate when using the html configuration. Callback to execute when scripts have finished loading</p>\n",
3565             "name": "callback"
3566           }
3567         ],
3568         "name": "update",
3569         "owner": "Ext.AbstractComponent",
3570         "doc": "<p>Update the content area of a component.</p>\n",
3571         "linenr": 2141,
3572         "return": {
3573           "type": "void",
3574           "doc": "\n"
3575         },
3576         "html_filename": "AbstractComponent.html"
3577       }
3578     ],
3579     "property": [
3580       {
3581         "type": "Boolean",
3582         "deprecated": null,
3583         "alias": null,
3584         "protected": false,
3585         "tagname": "property",
3586         "href": "AbstractComponent.html#Ext-AbstractComponent-property-draggable",
3587         "static": false,
3588         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3589         "private": false,
3590         "name": "draggable",
3591         "owner": "Ext.AbstractComponent",
3592         "doc": "<p>Read-only property indicating whether or not the component can be dragged</p>\n",
3593         "linenr": 395,
3594         "html_filename": "AbstractComponent.html"
3595       },
3596       {
3597         "type": "Object",
3598         "deprecated": null,
3599         "alias": null,
3600         "protected": false,
3601         "tagname": "property",
3602         "href": "AbstractComponent.html#Ext-AbstractComponent-property-frameSize",
3603         "shortDoc": "Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto ...",
3604         "static": false,
3605         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3606         "private": false,
3607         "name": "frameSize",
3608         "owner": "Ext.AbstractComponent",
3609         "doc": "<p>Read-only property indicating the width of any framing elements which were added within the encapsulating element\nto provide graphical, rounded borders. See the <a href=\"#/api/Ext.AbstractComponent-cfg-frame\" rel=\"Ext.AbstractComponent-cfg-frame\" class=\"docClass\">frame</a> config.</p>\n\n\n<p> This is an object containing the frame width in pixels for all four sides of the Component containing\nthe following properties:</p>\n\n\n<div class=\"mdetail-params\"><ul>\n<li><code>top</code> The width of the top framing element in pixels.</li>\n<li><code>right</code> The width of the right framing element in pixels.</li>\n<li><code>bottom</code> The width of the bottom framing element in pixels.</li>\n<li><code>left</code> The width of the left framing element in pixels.</li>\n</ul></div>\n\n",
3610         "linenr": 228,
3611         "html_filename": "AbstractComponent.html"
3612       },
3613       {
3614         "type": "Boolean",
3615         "deprecated": null,
3616         "alias": null,
3617         "protected": false,
3618         "tagname": "property",
3619         "href": "AbstractComponent.html#Ext-AbstractComponent-property-maskOnDisable",
3620         "shortDoc": "This is an internal flag that you use when creating custom components. ...",
3621         "static": false,
3622         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3623         "private": false,
3624         "name": "maskOnDisable",
3625         "owner": "Ext.AbstractComponent",
3626         "doc": "<p>This is an internal flag that you use when creating custom components.\nBy default this is set to true which means that every component gets a mask when its disabled.\nComponents like FieldContainer, FieldSet, Field, Button, Tab override this property to false\nsince they want to implement custom disable logic.</p>\n",
3627         "linenr": 534,
3628         "html_filename": "AbstractComponent.html"
3629       },
3630       {
3631         "type": "Ext.Container",
3632         "deprecated": null,
3633         "alias": null,
3634         "protected": false,
3635         "tagname": "property",
3636         "href": "AbstractComponent.html#Ext-AbstractComponent-property-ownerCt",
3637         "shortDoc": "This Component's owner Container (defaults to undefined, and is set automatically when\nthis Component is added to a C...",
3638         "static": false,
3639         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3640         "private": false,
3641         "name": "ownerCt",
3642         "owner": "Ext.AbstractComponent",
3643         "doc": "<p>This Component's owner <a href=\"#/api/Ext.container.Container\" rel=\"Ext.container.Container\" class=\"docClass\">Container</a> (defaults to undefined, and is set automatically when\nthis Component is added to a Container).  Read-only.</p>\n\n<p><b>Note</b>: to access items within the Container see <tt><a href=\"#/api/Ext.AbstractComponent-cfg-itemId\" rel=\"Ext.AbstractComponent-cfg-itemId\" class=\"docClass\">itemId</a></tt>.</p>\n\n",
3644         "linenr": 102,
3645         "html_filename": "AbstractComponent.html"
3646       },
3647       {
3648         "type": "Boolean",
3649         "deprecated": null,
3650         "alias": null,
3651         "protected": false,
3652         "tagname": "property",
3653         "href": "AbstractComponent.html#Ext-AbstractComponent-property-rendered",
3654         "static": false,
3655         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3656         "private": false,
3657         "name": "rendered",
3658         "owner": "Ext.AbstractComponent",
3659         "doc": "<p>Read-only property indicating whether or not the component has been rendered.</p>\n",
3660         "linenr": 521,
3661         "html_filename": "AbstractComponent.html"
3662       },
3663       {
3664         "type": "Class",
3665         "deprecated": null,
3666         "alias": null,
3667         "protected": true,
3668         "tagname": "property",
3669         "href": "Base3.html#Ext-Base-property-self",
3670         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
3671         "static": false,
3672         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
3673         "private": false,
3674         "name": "self",
3675         "owner": "Ext.Base",
3676         "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",
3677         "linenr": 18,
3678         "html_filename": "Base3.html"
3679       }
3680     ],
3681     "cssVar": [
3682
3683     ],
3684     "cssMixin": [
3685
3686     ],
3687     "event": [
3688       {
3689         "deprecated": null,
3690         "alias": null,
3691         "protected": false,
3692         "tagname": "event",
3693         "href": "AbstractComponent.html#Ext-AbstractComponent-event-activate",
3694         "shortDoc": "Fires after a Component has been visually activated. ...",
3695         "static": false,
3696         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3697         "private": false,
3698         "params": [
3699           {
3700             "type": "Ext.Component",
3701             "optional": false,
3702             "doc": "\n",
3703             "name": "this"
3704           },
3705           {
3706             "type": "Object",
3707             "tagname": "param",
3708             "name": "options",
3709             "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"
3710           }
3711         ],
3712         "name": "activate",
3713         "owner": "Ext.AbstractComponent",
3714         "doc": "<p>Fires after a Component has been visually activated.</p>\n",
3715         "linenr": 565,
3716         "html_filename": "AbstractComponent.html"
3717       },
3718       {
3719         "deprecated": null,
3720         "alias": null,
3721         "protected": false,
3722         "tagname": "event",
3723         "href": "AbstractComponent.html#Ext-AbstractComponent-event-added",
3724         "shortDoc": "Fires after a Component had been added to a Container. ...",
3725         "static": false,
3726         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3727         "private": false,
3728         "params": [
3729           {
3730             "type": "Ext.Component",
3731             "optional": false,
3732             "doc": "\n",
3733             "name": "this"
3734           },
3735           {
3736             "type": "Ext.container.Container",
3737             "optional": false,
3738             "doc": "<p>Parent Container</p>\n",
3739             "name": "container"
3740           },
3741           {
3742             "type": "Number",
3743             "optional": false,
3744             "doc": "<p>position of Component</p>\n",
3745             "name": "pos"
3746           },
3747           {
3748             "type": "Object",
3749             "tagname": "param",
3750             "name": "options",
3751             "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"
3752           }
3753         ],
3754         "name": "added",
3755         "owner": "Ext.AbstractComponent",
3756         "doc": "<p>Fires after a Component had been added to a Container.</p>\n",
3757         "linenr": 585,
3758         "html_filename": "AbstractComponent.html"
3759       },
3760       {
3761         "deprecated": null,
3762         "alias": null,
3763         "protected": false,
3764         "tagname": "event",
3765         "href": "AbstractComponent.html#Ext-AbstractComponent-event-afterrender",
3766         "shortDoc": "Fires after the component rendering is finished. ...",
3767         "static": false,
3768         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3769         "private": false,
3770         "params": [
3771           {
3772             "type": "Ext.Component",
3773             "optional": false,
3774             "doc": "\n",
3775             "name": "this"
3776           },
3777           {
3778             "type": "Object",
3779             "tagname": "param",
3780             "name": "options",
3781             "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"
3782           }
3783         ],
3784         "name": "afterrender",
3785         "owner": "Ext.AbstractComponent",
3786         "doc": "<p>Fires after the component rendering is finished.</p>\n\n\n<p>The afterrender event is fired after this Component has been <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>, been postprocesed\nby any afterRender method defined for the Component.</p>\n\n",
3787         "linenr": 652,
3788         "html_filename": "AbstractComponent.html"
3789       },
3790       {
3791         "deprecated": null,
3792         "alias": null,
3793         "protected": false,
3794         "tagname": "event",
3795         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeactivate",
3796         "shortDoc": "Fires before a Component has been visually activated. ...",
3797         "static": false,
3798         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3799         "private": false,
3800         "params": [
3801           {
3802             "type": "Ext.Component",
3803             "optional": false,
3804             "doc": "\n",
3805             "name": "this"
3806           },
3807           {
3808             "type": "Object",
3809             "tagname": "param",
3810             "name": "options",
3811             "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"
3812           }
3813         ],
3814         "name": "beforeactivate",
3815         "owner": "Ext.AbstractComponent",
3816         "doc": "<p>Fires before a Component has been visually activated.\nReturning false from an event listener can prevent the activate\nfrom occurring.</p>\n",
3817         "linenr": 557,
3818         "html_filename": "AbstractComponent.html"
3819       },
3820       {
3821         "deprecated": null,
3822         "alias": null,
3823         "protected": false,
3824         "tagname": "event",
3825         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedeactivate",
3826         "shortDoc": "Fires before a Component has been visually deactivated. ...",
3827         "static": false,
3828         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3829         "private": false,
3830         "params": [
3831           {
3832             "type": "Ext.Component",
3833             "optional": false,
3834             "doc": "\n",
3835             "name": "this"
3836           },
3837           {
3838             "type": "Object",
3839             "tagname": "param",
3840             "name": "options",
3841             "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"
3842           }
3843         ],
3844         "name": "beforedeactivate",
3845         "owner": "Ext.AbstractComponent",
3846         "doc": "<p>Fires before a Component has been visually deactivated.\nReturning false from an event listener can prevent the deactivate\nfrom occurring.</p>\n",
3847         "linenr": 571,
3848         "html_filename": "AbstractComponent.html"
3849       },
3850       {
3851         "deprecated": null,
3852         "alias": null,
3853         "protected": false,
3854         "tagname": "event",
3855         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforedestroy",
3856         "shortDoc": "Fires before the component is destroyed. ...",
3857         "static": false,
3858         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3859         "private": false,
3860         "params": [
3861           {
3862             "type": "Ext.Component",
3863             "optional": false,
3864             "doc": "\n",
3865             "name": "this"
3866           },
3867           {
3868             "type": "Object",
3869             "tagname": "param",
3870             "name": "options",
3871             "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"
3872           }
3873         ],
3874         "name": "beforedestroy",
3875         "owner": "Ext.AbstractComponent",
3876         "doc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed. Return false from an event handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>.</p>\n",
3877         "linenr": 660,
3878         "html_filename": "AbstractComponent.html"
3879       },
3880       {
3881         "deprecated": null,
3882         "alias": null,
3883         "protected": false,
3884         "tagname": "event",
3885         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforehide",
3886         "shortDoc": "Fires before the component is hidden when calling the hide method. ...",
3887         "static": false,
3888         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3889         "private": false,
3890         "params": [
3891           {
3892             "type": "Ext.Component",
3893             "optional": false,
3894             "doc": "\n",
3895             "name": "this"
3896           },
3897           {
3898             "type": "Object",
3899             "tagname": "param",
3900             "name": "options",
3901             "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"
3902           }
3903         ],
3904         "name": "beforehide",
3905         "owner": "Ext.AbstractComponent",
3906         "doc": "<p>Fires before the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.\nReturn false from an event handler to stop the hide.</p>\n",
3907         "linenr": 618,
3908         "html_filename": "AbstractComponent.html"
3909       },
3910       {
3911         "deprecated": null,
3912         "alias": null,
3913         "protected": false,
3914         "tagname": "event",
3915         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforerender",
3916         "shortDoc": "Fires before the component is rendered. ...",
3917         "static": false,
3918         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3919         "private": false,
3920         "params": [
3921           {
3922             "type": "Ext.Component",
3923             "optional": false,
3924             "doc": "\n",
3925             "name": "this"
3926           },
3927           {
3928             "type": "Object",
3929             "tagname": "param",
3930             "name": "options",
3931             "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"
3932           }
3933         ],
3934         "name": "beforerender",
3935         "owner": "Ext.AbstractComponent",
3936         "doc": "<p>Fires before the component is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>. Return false from an\nevent handler to stop the <a href=\"#/api/Ext.AbstractComponent-event-render\" rel=\"Ext.AbstractComponent-event-render\" class=\"docClass\">render</a>.</p>\n",
3937         "linenr": 639,
3938         "html_filename": "AbstractComponent.html"
3939       },
3940       {
3941         "deprecated": null,
3942         "alias": null,
3943         "protected": false,
3944         "tagname": "event",
3945         "href": "AbstractComponent.html#Ext-AbstractComponent-event-beforeshow",
3946         "shortDoc": "Fires before the component is shown when calling the show method. ...",
3947         "static": false,
3948         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
3949         "private": false,
3950         "params": [
3951           {
3952             "type": "Ext.Component",
3953             "optional": false,
3954             "doc": "\n",
3955             "name": "this"
3956           },
3957           {
3958             "type": "Object",
3959             "tagname": "param",
3960             "name": "options",
3961             "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"
3962           }
3963         ],
3964         "name": "beforeshow",
3965         "owner": "Ext.AbstractComponent",
3966         "doc": "<p>Fires before the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.\nReturn false from an event handler to stop the show.</p>\n",
3967         "linenr": 605,
3968         "html_filename": "AbstractComponent.html"
3969       },
3970       {
3971         "deprecated": null,
3972         "alias": null,
3973         "protected": false,
3974         "tagname": "event",
3975         "href": "Stateful.html#Ext-state-Stateful-event-beforestaterestore",
3976         "shortDoc": "Fires before the state of the object is restored. ...",
3977         "static": false,
3978         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
3979         "private": false,
3980         "params": [
3981           {
3982             "type": "Ext.state.Stateful",
3983             "optional": false,
3984             "doc": "\n",
3985             "name": "this"
3986           },
3987           {
3988             "type": "Object",
3989             "optional": false,
3990             "doc": "<p>The hash of state values returned from the StateProvider. If this\nevent is not vetoed, then the state object is passed to <b><tt>applyState</tt></b>. By default,\nthat simply copies property values into this object. The method maybe overriden to\nprovide custom state restoration.</p>\n",
3991             "name": "state"
3992           },
3993           {
3994             "type": "Object",
3995             "tagname": "param",
3996             "name": "options",
3997             "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"
3998           }
3999         ],
4000         "name": "beforestaterestore",
4001         "owner": "Ext.state.Stateful",
4002         "doc": "<p>Fires before the state of the object is restored. Return false from an event handler to stop the restore.</p>\n",
4003         "linenr": 101,
4004         "html_filename": "Stateful.html"
4005       },
4006       {
4007         "deprecated": null,
4008         "alias": null,
4009         "protected": false,
4010         "tagname": "event",
4011         "href": "Stateful.html#Ext-state-Stateful-event-beforestatesave",
4012         "shortDoc": "Fires before the state of the object is saved to the configured state provider. ...",
4013         "static": false,
4014         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
4015         "private": false,
4016         "params": [
4017           {
4018             "type": "Ext.state.Stateful",
4019             "optional": false,
4020             "doc": "\n",
4021             "name": "this"
4022           },
4023           {
4024             "type": "Object",
4025             "optional": false,
4026             "doc": "<p>The hash of state values. This is determined by calling\n<b><tt>getState()</tt></b> on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, <a href=\"#/api/Ext.state.Stateful\" rel=\"Ext.state.Stateful\" class=\"docClass\">Ext.state.Stateful</a>\nhas a null implementation.</p>\n",
4027             "name": "state"
4028           },
4029           {
4030             "type": "Object",
4031             "tagname": "param",
4032             "name": "options",
4033             "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"
4034           }
4035         ],
4036         "name": "beforestatesave",
4037         "owner": "Ext.state.Stateful",
4038         "doc": "<p>Fires before the state of the object is saved to the configured state provider. Return false to stop the save.</p>\n",
4039         "linenr": 122,
4040         "html_filename": "Stateful.html"
4041       },
4042       {
4043         "deprecated": null,
4044         "alias": null,
4045         "protected": false,
4046         "tagname": "event",
4047         "href": "AbstractComponent.html#Ext-AbstractComponent-event-deactivate",
4048         "shortDoc": "Fires after a Component has been visually deactivated. ...",
4049         "static": false,
4050         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4051         "private": false,
4052         "params": [
4053           {
4054             "type": "Ext.Component",
4055             "optional": false,
4056             "doc": "\n",
4057             "name": "this"
4058           },
4059           {
4060             "type": "Object",
4061             "tagname": "param",
4062             "name": "options",
4063             "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"
4064           }
4065         ],
4066         "name": "deactivate",
4067         "owner": "Ext.AbstractComponent",
4068         "doc": "<p>Fires after a Component has been visually deactivated.</p>\n",
4069         "linenr": 579,
4070         "html_filename": "AbstractComponent.html"
4071       },
4072       {
4073         "deprecated": null,
4074         "alias": null,
4075         "protected": false,
4076         "tagname": "event",
4077         "href": "AbstractComponent.html#Ext-AbstractComponent-event-destroy",
4078         "shortDoc": "Fires after the component is destroyed. ...",
4079         "static": false,
4080         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4081         "private": false,
4082         "params": [
4083           {
4084             "type": "Ext.Component",
4085             "optional": false,
4086             "doc": "\n",
4087             "name": "this"
4088           },
4089           {
4090             "type": "Object",
4091             "tagname": "param",
4092             "name": "options",
4093             "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"
4094           }
4095         ],
4096         "name": "destroy",
4097         "owner": "Ext.AbstractComponent",
4098         "doc": "<p>Fires after the component is <a href=\"#/api/Ext.AbstractComponent-event-destroy\" rel=\"Ext.AbstractComponent-event-destroy\" class=\"docClass\">destroy</a>ed.</p>\n",
4099         "linenr": 666,
4100         "html_filename": "AbstractComponent.html"
4101       },
4102       {
4103         "deprecated": null,
4104         "alias": null,
4105         "protected": false,
4106         "tagname": "event",
4107         "href": "AbstractComponent.html#Ext-AbstractComponent-event-disable",
4108         "shortDoc": "Fires after the component is disabled. ...",
4109         "static": false,
4110         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4111         "private": false,
4112         "params": [
4113           {
4114             "type": "Ext.Component",
4115             "optional": false,
4116             "doc": "\n",
4117             "name": "this"
4118           },
4119           {
4120             "type": "Object",
4121             "tagname": "param",
4122             "name": "options",
4123             "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"
4124           }
4125         ],
4126         "name": "disable",
4127         "owner": "Ext.AbstractComponent",
4128         "doc": "<p>Fires after the component is disabled.</p>\n",
4129         "linenr": 593,
4130         "html_filename": "AbstractComponent.html"
4131       },
4132       {
4133         "deprecated": null,
4134         "alias": null,
4135         "protected": false,
4136         "tagname": "event",
4137         "href": "AbstractComponent.html#Ext-AbstractComponent-event-enable",
4138         "shortDoc": "Fires after the component is enabled. ...",
4139         "static": false,
4140         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4141         "private": false,
4142         "params": [
4143           {
4144             "type": "Ext.Component",
4145             "optional": false,
4146             "doc": "\n",
4147             "name": "this"
4148           },
4149           {
4150             "type": "Object",
4151             "tagname": "param",
4152             "name": "options",
4153             "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"
4154           }
4155         ],
4156         "name": "enable",
4157         "owner": "Ext.AbstractComponent",
4158         "doc": "<p>Fires after the component is enabled.</p>\n",
4159         "linenr": 599,
4160         "html_filename": "AbstractComponent.html"
4161       },
4162       {
4163         "deprecated": null,
4164         "alias": null,
4165         "protected": false,
4166         "tagname": "event",
4167         "href": "AbstractComponent.html#Ext-AbstractComponent-event-hide",
4168         "shortDoc": "Fires after the component is hidden. ...",
4169         "static": false,
4170         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4171         "private": false,
4172         "params": [
4173           {
4174             "type": "Ext.Component",
4175             "optional": false,
4176             "doc": "\n",
4177             "name": "this"
4178           },
4179           {
4180             "type": "Object",
4181             "tagname": "param",
4182             "name": "options",
4183             "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"
4184           }
4185         ],
4186         "name": "hide",
4187         "owner": "Ext.AbstractComponent",
4188         "doc": "<p>Fires after the component is hidden.\nFires after the component is hidden when calling the <a href=\"#/api/Ext.AbstractComponent-event-hide\" rel=\"Ext.AbstractComponent-event-hide\" class=\"docClass\">hide</a> method.</p>\n",
4189         "linenr": 625,
4190         "html_filename": "AbstractComponent.html"
4191       },
4192       {
4193         "deprecated": null,
4194         "alias": null,
4195         "protected": false,
4196         "tagname": "event",
4197         "href": "AbstractComponent.html#Ext-AbstractComponent-event-move",
4198         "shortDoc": "Fires after the component is moved. ...",
4199         "static": false,
4200         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4201         "private": false,
4202         "params": [
4203           {
4204             "type": "Ext.Component",
4205             "optional": false,
4206             "doc": "\n",
4207             "name": "this"
4208           },
4209           {
4210             "type": "Number",
4211             "optional": false,
4212             "doc": "<p>The new x position</p>\n",
4213             "name": "x"
4214           },
4215           {
4216             "type": "Number",
4217             "optional": false,
4218             "doc": "<p>The new y position</p>\n",
4219             "name": "y"
4220           },
4221           {
4222             "type": "Object",
4223             "tagname": "param",
4224             "name": "options",
4225             "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"
4226           }
4227         ],
4228         "name": "move",
4229         "owner": "Ext.AbstractComponent",
4230         "doc": "<p>Fires after the component is moved.</p>\n",
4231         "linenr": 680,
4232         "html_filename": "AbstractComponent.html"
4233       },
4234       {
4235         "deprecated": null,
4236         "alias": null,
4237         "protected": false,
4238         "tagname": "event",
4239         "href": "AbstractComponent.html#Ext-AbstractComponent-event-removed",
4240         "shortDoc": "Fires when a component is removed from an Ext.container.Container ...",
4241         "static": false,
4242         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4243         "private": false,
4244         "params": [
4245           {
4246             "type": "Ext.Component",
4247             "optional": false,
4248             "doc": "\n",
4249             "name": "this"
4250           },
4251           {
4252             "type": "Ext.container.Container",
4253             "optional": false,
4254             "doc": "<p>Container which holds the component</p>\n",
4255             "name": "ownerCt"
4256           },
4257           {
4258             "type": "Object",
4259             "tagname": "param",
4260             "name": "options",
4261             "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"
4262           }
4263         ],
4264         "name": "removed",
4265         "owner": "Ext.AbstractComponent",
4266         "doc": "<p>Fires when a component is removed from an Ext.container.Container</p>\n",
4267         "linenr": 632,
4268         "html_filename": "AbstractComponent.html"
4269       },
4270       {
4271         "deprecated": null,
4272         "alias": null,
4273         "protected": false,
4274         "tagname": "event",
4275         "href": "AbstractComponent.html#Ext-AbstractComponent-event-render",
4276         "shortDoc": "Fires after the component markup is rendered. ...",
4277         "static": false,
4278         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4279         "private": false,
4280         "params": [
4281           {
4282             "type": "Ext.Component",
4283             "optional": false,
4284             "doc": "\n",
4285             "name": "this"
4286           },
4287           {
4288             "type": "Object",
4289             "tagname": "param",
4290             "name": "options",
4291             "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"
4292           }
4293         ],
4294         "name": "render",
4295         "owner": "Ext.AbstractComponent",
4296         "doc": "<p>Fires after the component markup is <a href=\"#/api/Ext.AbstractComponent-property-rendered\" rel=\"Ext.AbstractComponent-property-rendered\" class=\"docClass\">rendered</a>.</p>\n",
4297         "linenr": 646,
4298         "html_filename": "AbstractComponent.html"
4299       },
4300       {
4301         "deprecated": null,
4302         "alias": null,
4303         "protected": false,
4304         "tagname": "event",
4305         "href": "AbstractComponent.html#Ext-AbstractComponent-event-resize",
4306         "shortDoc": "Fires after the component is resized. ...",
4307         "static": false,
4308         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4309         "private": false,
4310         "params": [
4311           {
4312             "type": "Ext.Component",
4313             "optional": false,
4314             "doc": "\n",
4315             "name": "this"
4316           },
4317           {
4318             "type": "Number",
4319             "optional": false,
4320             "doc": "<p>The box-adjusted width that was set</p>\n",
4321             "name": "adjWidth"
4322           },
4323           {
4324             "type": "Number",
4325             "optional": false,
4326             "doc": "<p>The box-adjusted height that was set</p>\n",
4327             "name": "adjHeight"
4328           },
4329           {
4330             "type": "Object",
4331             "tagname": "param",
4332             "name": "options",
4333             "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"
4334           }
4335         ],
4336         "name": "resize",
4337         "owner": "Ext.AbstractComponent",
4338         "doc": "<p>Fires after the component is resized.</p>\n",
4339         "linenr": 672,
4340         "html_filename": "AbstractComponent.html"
4341       },
4342       {
4343         "deprecated": null,
4344         "alias": null,
4345         "protected": false,
4346         "tagname": "event",
4347         "href": "AbstractComponent.html#Ext-AbstractComponent-event-show",
4348         "shortDoc": "Fires after the component is shown when calling the show method. ...",
4349         "static": false,
4350         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4351         "private": false,
4352         "params": [
4353           {
4354             "type": "Ext.Component",
4355             "optional": false,
4356             "doc": "\n",
4357             "name": "this"
4358           },
4359           {
4360             "type": "Object",
4361             "tagname": "param",
4362             "name": "options",
4363             "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"
4364           }
4365         ],
4366         "name": "show",
4367         "owner": "Ext.AbstractComponent",
4368         "doc": "<p>Fires after the component is shown when calling the <a href=\"#/api/Ext.AbstractComponent-event-show\" rel=\"Ext.AbstractComponent-event-show\" class=\"docClass\">show</a> method.</p>\n",
4369         "linenr": 612,
4370         "html_filename": "AbstractComponent.html"
4371       },
4372       {
4373         "deprecated": null,
4374         "alias": null,
4375         "protected": false,
4376         "tagname": "event",
4377         "href": "Stateful.html#Ext-state-Stateful-event-staterestore",
4378         "shortDoc": "Fires after the state of the object is restored. ...",
4379         "static": false,
4380         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
4381         "private": false,
4382         "params": [
4383           {
4384             "type": "Ext.state.Stateful",
4385             "optional": false,
4386             "doc": "\n",
4387             "name": "this"
4388           },
4389           {
4390             "type": "Object",
4391             "optional": false,
4392             "doc": "<p>The hash of state values returned from the StateProvider. This is passed\nto <b><tt>applyState</tt></b>. By default, that simply copies property values into this\nobject. The method maybe overriden to provide custom state restoration.</p>\n",
4393             "name": "state"
4394           },
4395           {
4396             "type": "Object",
4397             "tagname": "param",
4398             "name": "options",
4399             "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"
4400           }
4401         ],
4402         "name": "staterestore",
4403         "owner": "Ext.state.Stateful",
4404         "doc": "<p>Fires after the state of the object is restored.</p>\n",
4405         "linenr": 112,
4406         "html_filename": "Stateful.html"
4407       },
4408       {
4409         "deprecated": null,
4410         "alias": null,
4411         "protected": false,
4412         "tagname": "event",
4413         "href": "Stateful.html#Ext-state-Stateful-event-statesave",
4414         "shortDoc": "Fires after the state of the object is saved to the configured state provider. ...",
4415         "static": false,
4416         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/state/Stateful.js",
4417         "private": false,
4418         "params": [
4419           {
4420             "type": "Ext.state.Stateful",
4421             "optional": false,
4422             "doc": "\n",
4423             "name": "this"
4424           },
4425           {
4426             "type": "Object",
4427             "optional": false,
4428             "doc": "<p>The hash of state values. This is determined by calling\n<b><tt>getState()</tt></b> on the object. This method must be provided by the\ndeveloper to return whetever representation of state is required, by default, <a href=\"#/api/Ext.state.Stateful\" rel=\"Ext.state.Stateful\" class=\"docClass\">Ext.state.Stateful</a>\nhas a null implementation.</p>\n",
4429             "name": "state"
4430           },
4431           {
4432             "type": "Object",
4433             "tagname": "param",
4434             "name": "options",
4435             "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"
4436           }
4437         ],
4438         "name": "statesave",
4439         "owner": "Ext.state.Stateful",
4440         "doc": "<p>Fires after the state of the object is saved to the configured state provider.</p>\n",
4441         "linenr": 133,
4442         "html_filename": "Stateful.html"
4443       }
4444     ]
4445   },
4446   "singleton": false,
4447   "alias": null,
4448   "superclasses": [
4449     "Ext.Base"
4450   ],
4451   "protected": false,
4452   "tagname": "class",
4453   "mixins": [
4454     "Ext.util.Observable",
4455     "Ext.util.Animate",
4456     "Ext.state.Stateful"
4457   ],
4458   "href": "AbstractComponent.html#Ext-AbstractComponent",
4459   "subclasses": [
4460     "Ext.Component"
4461   ],
4462   "static": false,
4463   "author": null,
4464   "component": false,
4465   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractComponent.js",
4466   "private": false,
4467   "alternateClassNames": [
4468
4469   ],
4470   "name": "Ext.AbstractComponent",
4471   "doc": "<p>An abstract base class which provides shared methods for Components across the Sencha product line.</p>\n\n\n<p>Please refer to sub class's documentation</p>\n\n",
4472   "mixedInto": [
4473
4474   ],
4475   "linenr": 1,
4476   "xtypes": [
4477
4478   ],
4479   "html_filename": "AbstractComponent.html",
4480   "extends": "Ext.Base"
4481 });