[Property] (String)
[Property] (RegExp)
[Property] (String)
[Property] (Boolean)
[Property] (String)
[Property] (String)
[Property] (String)
[Property] (Ext.Class)
[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] Validates that an email string is in the correct format
Object Config object.
String The email address.
boolean
Boolean true if the value passes validation.
[Method] Validates that the given value is present in the configured list
Object Config object.
String The value to validate.
boolean
Boolean true if the value is not present in the list.
[Method] Returns true if the given value passes validation against the configured matcher regex
Object Config object.
String The value to validate.
boolean
Boolean true if the value passes the format validation.
[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 configured error message for any of the validation types
String The type of validation you want to get the error message for.
any
Object
[Method] Validates that the given value is present in the configured list
Object Config object.
String The value to validate.
boolean
Boolean true if the value is present in the list.
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Returns true if the given value is between the configured min and max values
Object Config object.
String The value to validate.
boolean
Boolean true if the value passes validation.
[Method] Validates that the given value is present
Object Config object.
Object The value to validate.
boolean
Boolean true if validation passed.
[Method] Get the reference to the class from which this object was instantiated
Ext.Class