X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.TaskManager.js diff --git a/docs/output/Ext.TaskManager.js b/docs/output/Ext.TaskManager.js index ef4521ef..90e408d5 100644 --- a/docs/output/Ext.TaskManager.js +++ b/docs/output/Ext.TaskManager.js @@ -1,146 +1,166 @@ Ext.data.JsonP.Ext_TaskManager({ - "tagname": "class", - "name": "Ext.TaskManager", - "doc": "

A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See\nExt.util.TaskRunner for supported methods and task config properties.

\n\n
// Start a simple clock task that updates a div once per second\nvar task = {\n    run: function(){\n        Ext.fly('clock').update(new Date().format('g:i:s A'));\n    },\n    interval: 1000 //1 second\n}\nExt.TaskManager.start(task);\n
\n\n\n

See the start method for details about how to configure a task object.

\n\n", - "extends": "Ext.util.TaskRunner", - "mixins": [ - - ], - "alternateClassNames": [ + "allMixins": [ ], - "xtype": null, - "author": null, + "deprecated": null, "docauthor": null, - "singleton": true, - "private": false, - "cfg": [ + "members": { + "cfg": [ - ], - "method": [ - { - "tagname": "method", - "name": "TaskManager", - "member": "Ext.util.TaskRunner", - "doc": "\n", - "params": [ - { - "type": "Number", - "name": "interval", - "doc": "

(optional) The minimum precision in milliseconds supported by this TaskRunner instance\n(defaults to 10)

\n", - "optional": true - } - ], - "return": { - "type": "void", - "doc": "\n" + ], + "method": [ + { + "deprecated": null, + "alias": null, + "href": "TaskManager.html#Ext-util-TaskRunner-method-constructor", + "tagname": "method", + "protected": false, + "shortDoc": " ...", + "static": false, + "params": [ + { + "type": "Number", + "optional": true, + "doc": "

(optional) The minimum precision in milliseconds supported by this TaskRunner instance\n(defaults to 10)

\n", + "name": "interval" + } + ], + "private": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/util/TaskManager.js", + "doc": "\n", + "owner": "Ext.util.TaskRunner", + "name": "TaskManager", + "html_filename": "TaskManager.html", + "return": { + "type": "Object", + "doc": "\n" + }, + "linenr": 1 }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/util/TaskManager.js", - "linenr": 1, - "html_filename": "TaskManager.html", - "href": "TaskManager.html#Ext-util-TaskRunner-method-constructor", - "shortDoc": "\n" - }, - { - "tagname": "method", - "name": "start", - "member": "Ext.util.TaskRunner", - "doc": "

Starts a new task.

\n", - "params": [ - { + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "TaskManager.html#Ext-util-TaskRunner-method-start", + "shortDoc": "Starts a new task. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/util/TaskManager.js", + "private": false, + "params": [ + { + "type": "Object", + "optional": true, + "doc": "

A config object that supports the following properties:

\n\n\n

Before each invocation, Ext injects the property taskRunCount into the task object so\nthat calculations based on the repeat count can be performed.

\n\n", + "name": "task" + } + ], + "name": "start", + "owner": "Ext.util.TaskRunner", + "doc": "

Starts a new task.

\n", + "linenr": 104, + "return": { "type": "Object", - "name": "task", - "doc": "

A config object that supports the following properties:

\n\n\n

Before each invocation, Ext injects the property taskRunCount into the task object so\nthat calculations based on the repeat count can be performed.

\n\n", - "optional": true - } - ], - "return": { - "type": "Object", - "doc": "

The task

\n" + "doc": "

The task

\n" + }, + "html_filename": "TaskManager.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/util/TaskManager.js", - "linenr": 104, - "html_filename": "TaskManager.html", - "href": "TaskManager.html#Ext-util-TaskRunner-method-start", - "shortDoc": "

Starts a new task.

\n" - }, - { - "tagname": "method", - "name": "stop", - "member": "Ext.util.TaskRunner", - "doc": "

Stops an existing running task.

\n", - "params": [ - { + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "TaskManager.html#Ext-util-TaskRunner-method-stop", + "shortDoc": "Stops an existing running task. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/util/TaskManager.js", + "private": false, + "params": [ + { + "type": "Object", + "optional": false, + "doc": "

The task to stop

\n", + "name": "task" + } + ], + "name": "stop", + "owner": "Ext.util.TaskRunner", + "doc": "

Stops an existing running task.

\n", + "linenr": 137, + "return": { "type": "Object", - "name": "task", - "doc": "

The task to stop

\n", - "optional": false - } - ], - "return": { - "type": "Object", - "doc": "

The task

\n" + "doc": "

The task

\n" + }, + "html_filename": "TaskManager.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/util/TaskManager.js", - "linenr": 137, - "html_filename": "TaskManager.html", - "href": "TaskManager.html#Ext-util-TaskRunner-method-stop", - "shortDoc": "

Stops an existing running task.

\n" - }, - { - "tagname": "method", - "name": "stopAll", - "member": "Ext.util.TaskRunner", - "doc": "

Stops all tasks that are currently running.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "TaskManager.html#Ext-util-TaskRunner-method-stopAll", + "shortDoc": "Stops all tasks that are currently running. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/util/TaskManager.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" - }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/util/TaskManager.js", - "linenr": 148, - "html_filename": "TaskManager.html", - "href": "TaskManager.html#Ext-util-TaskRunner-method-stopAll", - "shortDoc": "

Stops all tasks that are currently running.

\n" - } - ], - "property": [ + ], + "name": "stopAll", + "owner": "Ext.util.TaskRunner", + "doc": "

Stops all tasks that are currently running.

\n", + "linenr": 148, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "TaskManager.html" + } + ], + "property": [ - ], - "event": [ + ], + "cssVar": [ - ], - "filename": "/Users/nick/Projects/sencha/SDK/platform/core/src/util/TaskManager.js", - "linenr": 164, - "html_filename": "TaskManager.html", - "href": "TaskManager.html#Ext-TaskManager", - "cssVar": [ + ], + "cssMixin": [ - ], - "cssMixin": [ + ], + "event": [ - ], - "component": false, + ] + }, + "singleton": true, + "alias": null, "superclasses": [ "Ext.util.TaskRunner" ], + "protected": false, + "tagname": "class", + "mixins": [ + + ], + "href": "TaskManager.html#Ext-TaskManager", "subclasses": [ ], + "static": false, + "author": null, + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/util/TaskManager.js", + "private": false, + "alternateClassNames": [ + + ], + "name": "Ext.TaskManager", + "doc": "

A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See\nExt.util.TaskRunner for supported methods and task config properties.

\n\n
// Start a simple clock task that updates a div once per second\nvar task = {\n    run: function(){\n        Ext.fly('clock').update(new Date().format('g:i:s A'));\n    },\n    interval: 1000 //1 second\n}\nExt.TaskManager.start(task);\n
\n\n\n

See the start method for details about how to configure a task object.

\n\n", "mixedInto": [ ], - "allMixins": [ + "linenr": 164, + "xtypes": [ - ] + ], + "html_filename": "TaskManager.html", + "extends": "Ext.util.TaskRunner" }); \ No newline at end of file