X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/output/Ext.AbstractPlugin.js diff --git a/docs/output/Ext.AbstractPlugin.js b/docs/output/Ext.AbstractPlugin.js index 5f1e1d17..5b44cbbc 100644 --- a/docs/output/Ext.AbstractPlugin.js +++ b/docs/output/Ext.AbstractPlugin.js @@ -1,132 +1,157 @@ Ext.data.JsonP.Ext_AbstractPlugin({ - "tagname": "class", - "name": "Ext.AbstractPlugin", - "doc": "

Plugins are injected

\n", - "extends": "Object", - "mixins": [ - - ], - "alternateClassNames": [ + "allMixins": [ ], - "xtype": null, - "author": null, + "deprecated": null, "docauthor": null, - "singleton": false, - "private": false, - "cfg": [ + "members": { + "cfg": [ - ], - "method": [ - { - "tagname": "method", - "name": "destroy", - "member": "Ext.AbstractPlugin", - "doc": "

The destroy method is invoked by the owning Component at the time the Component is being destroyed.\nUse this method to clean up an resources.

\n", - "params": [ + ], + "method": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-destroy", + "shortDoc": "The destroy method is invoked by the owning Component at the time the Component is being destroyed. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractPlugin.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "destroy", + "owner": "Ext.AbstractPlugin", + "doc": "

The destroy method is invoked by the owning Component at the time the Component is being destroyed.

\n\n\n

The supplied implementation is empty. Subclasses should perform plugin cleanup in their own implementation of this method.

\n\n", + "linenr": 42, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "AbstractPlugin.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js", - "linenr": 30, - "html_filename": "AbstractPlugin.html", - "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-destroy", - "shortDoc": "The destroy method is invoked by the owning Component at the time the Component is being destroyed.\nUse this method t..." - }, - { - "tagname": "method", - "name": "disable", - "member": "Ext.AbstractPlugin", - "doc": "

Disable the plugin and set the disabled flag to true.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-disable", + "shortDoc": "The base implementation just sets the plugin's disabled flag to true\n\n\nPlugin subclasses which need more complex proc...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractPlugin.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "disable", + "owner": "Ext.AbstractPlugin", + "doc": "

The base implementation just sets the plugin's disabled flag to true

\n\n\n

Plugin subclasses which need more complex processing may implement an overriding implementation.

\n\n", + "linenr": 57, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "AbstractPlugin.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js", - "linenr": 44, - "html_filename": "AbstractPlugin.html", - "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-disable", - "shortDoc": "

Disable the plugin and set the disabled flag to true.

\n" - }, - { - "tagname": "method", - "name": "enable", - "member": "Ext.AbstractPlugin", - "doc": "

Enable the plugin and set the disabled flag to false.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-enable", + "shortDoc": "The base implementation just sets the plugin's disabled flag to false\n\n\nPlugin subclasses which need more complex pro...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractPlugin.js", + "private": false, + "params": [ - ], - "return": { - "type": "void", - "doc": "\n" + ], + "name": "enable", + "owner": "Ext.AbstractPlugin", + "doc": "

The base implementation just sets the plugin's disabled flag to false

\n\n\n

Plugin subclasses which need more complex processing may implement an overriding implementation.

\n\n", + "linenr": 49, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "AbstractPlugin.html" }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js", - "linenr": 37, - "html_filename": "AbstractPlugin.html", - "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-enable", - "shortDoc": "

Enable the plugin and set the disabled flag to false.

\n" - }, - { - "tagname": "method", - "name": "init", - "member": "Ext.AbstractPlugin", - "doc": "

The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.

\n", - "params": [ + { + "deprecated": null, + "alias": null, + "protected": false, + "tagname": "method", + "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-init", + "shortDoc": "The init method is invoked after initComponent has been run for the client Component. ...", + "static": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractPlugin.js", + "private": false, + "params": [ + { + "type": "Component", + "optional": false, + "doc": "

The client Component which owns this plugin.

\n", + "name": "client" + } + ], + "name": "init", + "owner": "Ext.AbstractPlugin", + "doc": "

The init method is invoked after initComponent has been run for the client Component.

\n\n\n

The supplied implementation is empty. Subclasses should perform plugin initialization, and set up bidirectional\nlinks between the plugin and its client Component in their own implementation of this method.

\n\n", + "linenr": 33, + "return": { + "type": "void", + "doc": "\n" + }, + "html_filename": "AbstractPlugin.html" + } + ], + "property": [ - ], - "return": { - "type": "void", - "doc": "\n" - }, - "private": false, - "static": false, - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js", - "linenr": 23, - "html_filename": "AbstractPlugin.html", - "href": "AbstractPlugin.html#Ext-AbstractPlugin-method-init", - "shortDoc": "

The init method is invoked after initComponent has been run for the\ncomponent which we are injecting the plugin into.

\n" - } - ], - "property": [ + ], + "cssVar": [ - ], - "event": [ + ], + "cssMixin": [ - ], - "filename": "/Users/nick/Projects/sencha/SDK/platform/src/AbstractPlugin.js", - "linenr": 1, - "html_filename": "AbstractPlugin.html", - "href": "AbstractPlugin.html#Ext-AbstractPlugin", - "cssVar": [ + ], + "event": [ - ], - "cssMixin": [ + ] + }, + "singleton": false, + "alias": null, + "superclasses": [ ], - "component": false, - "superclasses": [ + "protected": false, + "tagname": "class", + "mixins": [ ], + "href": "AbstractPlugin.html#Ext-AbstractPlugin", "subclasses": [ "Ext.grid.plugin.DragDrop", "Ext.tree.ViewDDPlugin" ], + "static": false, + "author": null, + "component": false, + "filename": "/mnt/ebs/nightly/git/SDK/platform/src/AbstractPlugin.js", + "private": false, + "alternateClassNames": [ + + ], + "name": "Ext.AbstractPlugin", + "doc": "

The AbstractPlugin class is the base class from which user-implemented plugins should inherit.

\n\n\n

This class defines the essential API of plugins as used by Components by defining the following methods:

\n\n\n\n\n", "mixedInto": [ ], - "allMixins": [ + "linenr": 1, + "xtypes": [ - ] + ], + "html_filename": "AbstractPlugin.html", + "extends": "Object" }); \ No newline at end of file