[Config Option] (String[])
[Config Option] (Boolean)
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (Function)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String/Number)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Boolean)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Function)
[Config Option] (Object)
[Config Option] (String/Object)
[Config Option] (Boolean)
[Config Option] (String[])
[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]
[Method] Returns the value of allowNull
boolean
Boolean
[Method] Returns the value of bubbleEvents
string
String
[Method] Returns the value of convert
any
Function
[Method] Returns the value of dateFormat
string
String
[Method] Returns the value of decode
any
Object
[Method] Returns the value of defaultValue
any
Object
[Method] Returns the value of encode
any
Object
[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] Returns the value of mapping
any
String/Number
[Method] Returns the value of name
string
String
[Method] Returns the value of persist
boolean
Boolean
[Method] Returns the value of sortDir
string
String
[Method] Returns the value of sortType
any
Function
[Method] Returns the value of type
any
String/Object
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Sets the value of allowNull
Boolean The new value.
[Method] Sets the value of bubbleEvents
String The new value.
[Method] Sets the value of convert
Function The new value.
[Method] Sets the value of dateFormat
String The new value.
[Method] Sets the value of decode
Object The new value.
[Method] Sets the value of defaultValue
Object The new value.
[Method] Sets the value of encode
Object The new value.
[Method] Sets the value of mapping
String/Number The new value.
[Method] Sets the value of name
String The new value.
[Method] Sets the value of persist
Boolean The new value.
[Method] Sets the value of sortDir
String The new value.
[Method] Sets the value of sortType
Function The new value.
[Method] Sets the value of type
String/Object The new value.