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