[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Ext.draw.modifier.Modifier)
[Config Option] (Object)
[Config Option] (Ext.draw.modifier.Modifier)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Ext.draw.sprite.Sprite)
[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]
[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 next
Ext.draw.modifier.Modifier
[Method] Returns the value of previous
Ext.draw.modifier.Modifier
[Method] Returns the value of sprite
Ext.draw.sprite.Sprite
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Invoked when changes need to be popped up to the top
Object The source attributes.
Object The changes to be popped up.
[Method] Validate attribute set before use
Object The attribute to be validated. Note that it may be already initialized, so do not override properties that have already been used.
[Method] Invoked when changes need to be pushed down to the sprite
Object The source attributes.
Object The changes to make. This object might be changed unexpectedly inside the method.
any
Mixed
[Method] Sets the value of next
Ext.draw.modifier.Modifier The new value.
[Method] Sets the value of previous
Ext.draw.modifier.Modifier The new value.
[Method] Sets the value of sprite
Ext.draw.sprite.Sprite The new value.