[Property] (Ext.Class)
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method] Creates a new Component from the specified config object using the config object s xtype to determine the class to in
Object A configuration object for the Component you wish to create.
Function The constructor to provide the default Component type if the config object does not contain a xtype. (Optional if the config contains an xtype).
Ext.Component The newly instantiated Component.
[Method]
[Method] Returns an item by id
String The id of the item.
any
Object The item, or undefined if not found.
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Checks if an item type is registered
String The mnemonic string by which the class may be looked up.
boolean
Boolean Whether the type is registered.
[Method] Registers an item to be managed
Object The item to register.
[Method] Get the reference to the class from which this object was instantiated
Ext.Class
[Method] Unregisters an item by removing it from this manager
Object The item to unregister.