[Method] Add methods properties to the prototype of this class
Object
[Method] Add override static properties of this class
Object
Ext.Base this
[Method]
Object
[Method] Create a new instance of this Class
any
Object the created instance.
[Method] Create aliases for existing prototype methods
String/Object The new method name, or an object to set multiple aliases. See flexSetter
String/Object The original method name
[Method] This method allows you to decorate a Record s prototype to implement the NodeInterface
Ext.data.Model The Record you want to decorate the prototype of.
[Method] Get the current class name in string format
string
String className
[Method] Override members of this class
Object The properties to add to this class. This should be specified as an object literal containing one or more properties.
Ext.Base this class