[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[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] Cancel the last queued timeout
[Method] Cancels any pending timeout and queues a new one
Number The milliseconds to delay
Function Overrides the original function passed when instantiated.
Object Overrides the original scope passed when instantiated. Remember that if no scope is specified, this will refer to the browser window.
Array Overrides the original args passed when instantiated.
[Method]
[Method] Returns the value of args
any
Object
[Method] Returns the value of delay
any
Object
[Method] Returns the value of fn
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 interval
any
Object
[Method] Returns the value of scope
any
Object
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Sets the value of args
Object
[Method] Sets the value of delay
Object
[Method] Sets the value of fn
Object
[Method] Sets the value of interval
Object
[Method] Sets the value of scope
Object