Methods
public static addMembers(members?: any)
[Method] Add methods properties to the prototype of this class
Parameters
-
members?: any optional
Object
public static addStatics(members?: any): IBase
[Method] Add override static properties of this class
Parameters
-
members?: any optional
Object
Returns
IBase
Ext.Base this
public static callParent(args?: any)
[Method]
Parameters
-
args?: any optional
Object
public static create(): any
[Method] Create a new instance of this Class
Returns
any
Object the created instance.
public static createAlias(alias?: any, origin?: any)
[Method] Create aliases for existing prototype methods
Parameters
-
alias?: any optional
String/Object The new method name, or an object to set multiple aliases. See flexSetter
-
origin?: any optional
String/Object The original method name
public static getName(): string
[Method] Get the current class name in string format
Returns
string
String className
public static override(members?: any): IBase
[Method] Override members of this class
Parameters
Returns
IBase
Ext.Base this class
public static stableSort(list?: any)
[Method] Stably sort the list of sprites by their zIndex
Parameters
-
list?: any optional
Object