[Config Option] (String)
[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Ext.app.Application)
[Config Option] (Array)
[Config Option] (Array)
[Config Option] (Object)
[Config Option] (Ext.app.Controller)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String)
[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] Starts execution of this Action by calling each of the beforeFilters in turn if any are specified before calling t
[Method] Returns the value of action
string
String
[Method] Returns the value of application
Ext.app.Application
[Method] Returns the value of args
Array<any>
Array
[Method] Returns the value of beforeFilters
Array<any>
Array
[Method] Returns the value of controller
Ext.app.Controller
[Method] Returns the value of data
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 scope
any
Object
[Method] Returns the value of title
any
Object
[Method] Returns the value of url
string
String
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Resumes the execution of this Action or starts it if it had not been started already
[Method] Sets the value of action
String
[Method] Sets the value of application
Ext.app.Application
[Method] Sets the value of args
Array
[Method] Sets the value of beforeFilters
Array
[Method] Sets the value of controller
Ext.app.Controller
[Method] Sets the value of data
Object
[Method] Sets the value of scope
Object
[Method] Sets the value of title
Object
[Method] Sets the value of url
String