[Config Option] (String[])
[Config Option] (String/String[])
[Property] (Number)
[Config Option] (Object)
[Property] (Number)
[Property] (Number)
[Property] (Number)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Number)
[Property] (Number)
[Config Option] (Object)
[Property] (Number)
[Property] (Number)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Property] (HTMLElement)
[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 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] Gets the x coordinate of the event
number
Number
[Method] Gets the y coordinate of the event
number
Number
[Method] Gets the target for the event
String A simple selector to filter the target or look for an ancestor of the target
Number/Mixed The max depth to search as a number or element (defaults to 10 || document.body)
Boolean true to return a Ext.Element object instead of DOM node.
HTMLElement
HTMLElement
[Method] Returns the time of the event
any
Date
[Method] Gets the X and Y coordinates of the event
Array<any>
Array
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Prevents the browsers default handling of the event
[Method] Stop the event preventDefault and stopPropagation
Ext.event.Event this
[Method] Cancels bubbling of the event
Ext.event.Event this