[Method] Adds a batch of class name to alias mappings
Object The set of mappings of the form className : [values...]
Ext.ClassManager this
[Method]
Object The set of mappings of the form className : [values...]
Ext.ClassManager this
[Method] Retrieve a class by its name
String
Ext.Class class
[Method] Get the aliases of a class by the class name
String
Array<any>
Array aliases
[Method] Get a reference to the class by its alias
String
Ext.Class class
[Method] Get the class of the provided object returns null if it s not an instance of any class created with Ext define
Object
Ext.Class class
[Method] Get the name of the class by its reference or its instance usually invoked by the shorthand Ext getClassName Ext Cl
Ext.Class/Object
string
String className
[Method] Get the name of a class by its alias
String
string
String className
[Method] Get the name of a class by its alternate name
String
string
String className
[Method] Converts a string expression to an array of matching class names
String
Array<any>
Array classNames
[Method] Instantiate a class by either full name alias or alternate name usually invoked by the convenient shorthand Ext cre
String
Mixed Additional arguments after the name will be passed to the class' constructor.
any
Object instance
[Method] Instantiate a class by its alias usually invoked by the convenient shorthand Ext createByAlias If Ext Loader is enab
String
Mixed... Additional arguments after the alias will be passed to the class constructor.
any
Object instance
[Method] Checks if a class has already been created
String
boolean
Boolean exist
[Method] Sets a name reference to a class
String
Object
Ext.ClassManager this
[Method] Register the alias for a class
Ext.Class/String a reference to a class or a className.
String Alias to use when referring to this class.
Ext.ClassManager this
[Method] Creates a namespace and assign the value to the created object
String
Mixed