/* 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

\n
Defined By

Properties

Contains all of the items currently managed

\n

Contains all of the items currently managed

\n
Ext.AbstractManager
view source
: Stringprivate
...
\n

Defaults to: 'type'

Defined By

Methods

Ext.AbstractManager
view source
new( config ) : Ext.AbstractManager
...
\n

Parameters

  • config : Object
    \n

Returns

Ext.AbstractManager
view source
( config, defaultType ) : Mixed
Creates and returns an instance of whatever this manager manages, based on the supplied type and config object ...

Creates and returns an instance of whatever this manager manages, based on the supplied type and config object

\n

Parameters

  • config : Object

    The config object

    \n
  • defaultType : String

    If no type is discovered in the config object, we fall back to this type

    \n

Returns

  • Mixed

    The instance of whatever this manager is managing

    \n
Ext.AbstractManager
view source
( id ) : Object
Returns a component by id. ...

Returns a component by id.\nFor additional details see Ext.util.MixedCollection.get.

\n

Parameters

Returns

  • Object

    Ext.Component The Component, undefined if not found, or null if a\nClass was found.

    \n
Ext.AbstractManager
view source
( xtype ) : Boolean
Checks if a Component type is registered. ...

Checks if a Component type is registered.

\n

Parameters

  • xtype : Ext.Component

    The mnemonic string by which the Component class may be looked up

    \n

Returns

  • Boolean

    Whether the type is registered.

    \n
Ext.AbstractManager
view source
( id, fn, scope )
Registers a function that will be called when a Component with the specified id is added to the manager. ...

Registers a function that will be called when a Component with the specified id is added to the manager. This will happen on instantiation.

\n

Parameters

  • id : String

    The component id

    \n
  • fn : Function

    The callback function

    \n
  • scope : Object

    The scope (this reference) in which the callback is executed. Defaults to the Component.

    \n
Ext.AbstractManager
view source
( item )
Registers an item to be managed ...

Registers an item to be managed

\n

Parameters

  • item : Mixed

    The item to register

    \n
Ext.AbstractManager
view source
( xtype, cls )
Registers a new Component constructor, keyed by a new\nExt.Component.xtype. ...

Registers a new Component constructor, keyed by a new\nExt.Component.xtype.

\n\n\n

Use 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\n

Parameters

  • xtype : String

    The mnemonic string by which the Component class may be looked up.

    \n
  • cls : Constructor

    The new Component class.

    \n
Ext.AbstractManager
view source
( item )
Unregisters a component by removing it from this manager ...

Unregisters a component by removing it from this manager

\n

Parameters

  • item : Mixed

    The item to unregister

    \n
","superclasses":[],"meta":{},"requires":[],"html_meta":{},"statics":{"property":[],"cfg":[],"css_var":[],"method":[],"event":[],"css_mixin":[]},"files":[{"href":"AbstractManager.html#Ext-AbstractManager","filename":"AbstractManager.js"}],"linenr":1,"members":{"property":[{"tagname":"property","owner":"Ext.AbstractManager","meta":{},"name":"all","id":"property-all"},{"tagname":"property","owner":"Ext.AbstractManager","meta":{"private":true},"name":"typeName","id":"property-typeName"}],"cfg":[],"css_var":[],"method":[{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"constructor","id":"method-constructor"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"create","id":"method-create"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"get","id":"method-get"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"isRegistered","id":"method-isRegistered"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"onAvailable","id":"method-onAvailable"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"register","id":"method-register"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"registerType","id":"method-registerType"},{"tagname":"method","owner":"Ext.AbstractManager","meta":{},"name":"unregister","id":"method-unregister"}],"event":[],"css_mixin":[]},"inheritable":null,"private":null,"component":false,"name":"Ext.AbstractManager","singleton":false,"override":null,"inheritdoc":null,"id":"class-Ext.AbstractManager","mixins":[],"mixedInto":[]});