/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_AbstractManager({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Base Manager class - extended by ComponentMgr and PluginMgr
\nCreates and returns an instance of whatever this manager manages, based on the supplied type and config object
\nThe config object
\nIf no type is discovered in the config object, we fall back to this type
\nThe instance of whatever this manager is managing
\nReturns a component by id.\nFor additional details see Ext.util.MixedCollection.get.
\nExt.Component The Component, undefined
if not found, or null
if a\nClass was found.
Checks if a Component type is registered.
\nThe mnemonic string by which the Component class may be looked up
\nWhether the type is registered.
\nRegisters a function that will be called when a Component with the specified id is added to the manager. This will happen on instantiation.
\nRegisters an item to be managed
\nThe item to register
\nRegisters a new Component constructor, keyed by a new\nExt.Component.xtype.
\n\n\nUse this method (or its alias Ext.reg) to register new\nsubclasses of Ext.Component so that lazy instantiation may be used when specifying\nchild Components.\nsee Ext.Container.items
\n\nThe mnemonic string by which the Component class may be looked up.
\nThe new Component class.
\nUnregisters a component by removing it from this manager
\nThe item to unregister
\n