|
| create( Object config , Constructor defaultType )
+ :
+ Ext.ComponentCreates a new Component from the specified config object using the
config object's xtype to determine the class to in... Creates a new Component from the specified config object using the
config object's xtype to determine the class to instantiate. Parameters:config : ObjectA configuration object for the Component you wish to create. defaultType : ConstructorThe constructor to provide the default Component type if
-the config object does not contain a xtype. (Optional if the config contains a xtype). Returns: | ComponentMgr |
| createPlugin( Object config , Constructor defaultType )
- :
- Ext.ComponentCreates a new Plugin from the specified config object using the
+the config object does not contain a xtype . (Optional if the config contains a xtype ). Returns: | ComponentMgr |
| createPlugin( Object config , Constructor defaultType )
+ :
+ Ext.ComponentCreates a new Plugin from the specified config object using the
config object's ptype to determine the class to insta... Creates a new Plugin from the specified config object using the
config object's ptype to determine the class to instantiate. | ComponentMgr |
| get( String id )
- :
- Ext.ComponentReturns a component by id.
+the config object does not contain a ptype . (Optional if the config contains a ptype ). Returns: | ComponentMgr |
| get( String id )
+ :
+ Ext.ComponentReturns a component by id.
For additional details see Ext.util.MixedCollection.get. | ComponentMgr |
| isRegistered( Ext.Component xtype )
- :
- BooleanChecks if a Component type is registered. Checks if a Component type is registered. | ComponentMgr |
| onAvailable( String id , Function fn , Object scope )
- :
- voidRegisters a function that will be called when a specified component is added to ComponentMgr Registers a function that will be called when a specified component is added to ComponentMgr | ComponentMgr |
| register( Ext.Component c )
- :
- voidRegisters a component. Registers a component. Parameters:c : Ext.ComponentThe component Returns: | ComponentMgr |
| registerPlugin( String ptype , Constructor cls )
- :
- void | ComponentMgr |
| isRegistered( Ext.Component xtype )
+ :
+ BooleanChecks if a Component type is registered. Checks if a Component type is registered. | ComponentMgr |
| onAvailable( String id , Function fn , Object scope )
+ :
+ voidRegisters a function that will be called when a Component with the specified id is added to ComponentMgr. This will h... Registers a function that will be called when a Component with the specified id is added to ComponentMgr. This will happen on instantiation. | ComponentMgr |
| register( Ext.Component c )
+ :
+ voidRegisters a component. Registers a component. Parameters:c : Ext.ComponentThe component Returns: | ComponentMgr |
| registerPlugin( String ptype , Constructor cls )
+ :
+ voidRegisters a new Plugin constructor, keyed by a new
+Ext.Component.ptype.
Use this method (or its alias Ext.preg) to re... Registers a new Plugin constructor, keyed by a new
Ext.Component.ptype.
Use this method (or its alias Ext.preg) to register new
plugins for Ext.Components so that lazy instantiation may be used when specifying
-Plugins. | ComponentMgr |
| registerType( String xtype , Constructor cls )
- :
- voidRegisters a new Component constructor, keyed by a new
-Ext.Component.xtype.
+Plugins. | ComponentMgr |
| registerType( String xtype , Constructor cls )
+ :
+ voidRegisters a new Component constructor, keyed by a new
+Ext.Component.xtype.
Use this method (or its alias Ext.reg) to ... | ComponentMgr |
| unregister( Ext.Component c )
- :
+see Ext.Container.items | ComponentMgr |
| unregister( Ext.Component c )
+ :
voidUnregisters a component. Unregisters a component. Parameters:c : Ext.ComponentThe component Returns: | ComponentMgr |