[Config Option] (Object/String/Number)
[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Number/String)
[Config Option] (Number/String)
[Config Option] (String/String[])
[Config Option] (String/Object/Boolean)
[Config Option] (Boolean)
[Config Option] (String/String[])
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Ext.Element/HTMLElement/String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String)
[Config Option] (String)
[Config Option] (String/Mixed)
[Config Option] (String/Mixed)
[Config Option] (String)
[Config Option] (Number)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Boolean)
[Config Option] (Number/String)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String/Mixed)
[Config Option] (Boolean)
[Config Option] (String/Ext.Element/HTMLElement)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (String)
[Config Option] (Array/Object)
[Config Option] (Object/String)
[Config Option] (Boolean)
[Config Option] (Number/String)
[Config Option] (Object)
[Config Option] (Number/String)
[Config Option] (Boolean/Object/Ext.Mask/Ext.LoadMask)
[Config Option] (Number/String)
[Config Option] (Number/String)
[Config Option] (Number/String)
[Config Option] (Number/String)
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (Boolean)
[Config Option] (Number/String)
[Config Option] (Object)
[Config Option] (Object/Array)
[Config Option] (Ext.data.Model)
[Config Option] (Ext.Element)
[Config Option] (Number/String)
[Config Option] (Boolean/String/Object)
[Config Option] (Boolean/String/Object)
[Property] (Ext.Class)
[Config Option] (String/Mixed)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (String/Object)
[Config Option] (String)
[Config Option] (Boolean)
[Config Option] (Number/String)
[Config Option] (String/String[]/Ext.Template/Ext.XTemplate[])
[Config Option] (String)
[Config Option] (String)
[Config Option] (String[])
[Config Option] (Number/String)
[Config Option] (String[])
[Config Option] (Number)
[Method] Adds one or more Components to this Container
Object/Object[]/Ext.Component/Ext.Component[] The new items to add to the Container.
Ext.Component The last item added to the Container from the newItems array.
[Method] Appends an after event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Adds an array of Components to this Container
Array The array of items to add to this container.
Array<any>
Array The array of items after they have been added.
[Method] Appends a before event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Adds a CSS class or classes to this Component s rendered element
String The CSS class to add.
String Optional prefix to add to each class.
String Optional suffix to add to each class.
[Method] Adds the specified events to the list of events which this Observable may fire
Object/String... Either an object with event names as properties with a value of true or the first event name string if multiple event names are being passed as separate parameters.
[Method] Appends an event handler to this object
String/String[]/Object The name of the event to listen for. May also be an object who's property names are event names.
Function/String The method the event invokes. Will be called with arguments given to fireEvent plus the options parameter described below.
Object The scope (this reference) in which the handler function is executed. If omitted, defaults to the object which fired the event.
Object An object containing handler configuration. This object may contain any of the following properties:
String The order of when the listener should be added into the listener queue. Possible values are before, current and after.
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Animates to the supplied activeItem with a specified animation
Object/Number The item or item index to make active.
Object/Ext.fx.layout.Card Card animation configuration or instance.
[Method] Changes the masked configuration when its setter is called which will convert the value into a proper object instanc
Boolean/Object/Ext.Mask/Ext.LoadMask
any
Object
[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 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 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 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] 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] 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] 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] 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] 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] 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] Retrieves the first direct child of this container which matches the passed selector
String An Ext.ComponentQuery selector.
Ext.Component
[Method] Removes all listeners for this object
[Method]
[Method] Disables this Component
[Method] Retrieves the first descendant of this container which matches the passed selector
String An Ext.ComponentQuery selector.
Ext.Component
[Method] Enables this Component
[Method] Enables events fired by this Observable to bubble up an owner hierarchy by calling this getBubbleTarget if present
String/String[] The event name to bubble, or an Array of event names.
[Method] Fires the specified event with the passed parameters and execute a function action at the end if there are no liste
String The name of the event to fire.
Array Arguments to pass to handers.
Function Action.
Object Scope of fn.
any
Object
[Method] Fires the specified event with the passed parameters minus the event name plus the options object passed to addList
String The name of the event to fire.
Object... Variable number of parameters are passed to handlers.
boolean
Boolean Returns false if any of the handlers return false.
[Method] Returns the value of activeItem
any
Object/String/Number
[Method] Prepares information on aligning this to component using alignment
Object
Object
[Method] Returns the Component for a given index in the Container s items
Number The index of the Component to return.
Ext.Component The item at the specified index, if found.
[Method] Returns the value of autoDestroy
boolean
Boolean
[Method] Returns the value of baseCls
string
String
[Method] Returns the value of border
any
Number/String
[Method] Returns the value of bottom
any
any
[Method] Returns the value of bubbleEvents
any
String/String[]
[Method] Returns the value of centered
boolean
Boolean
[Method] Returns the value of cls
any
any
[Method] Examines this container s items property and gets a direct child component of this container
String/Number This parameter may be any of the following: {String} : representing the itemId or id of the child component. {Number} : representing the position of the child component within the items property. For additional information see Ext.util.MixedCollection.get.
Ext.Component The component (if found).
[Method] Returns the value of contentEl
any
Ext.Element/HTMLElement/String
[Method] Returns the value of control
any
Object
[Method] Returns the value of data
any
Object
[Method] Returns the value of dataMap
any
Object
[Method] Returns the value of defaultType
string
String
[Method] Returns the value of defaults
any
Object
[Method] Returns the value of disabled
boolean
Boolean
[Method] Returns the value of disabledCls
string
String
[Method] Returns the value of docked
string
String
[Method] Finds a docked item of this container using a reference idor an index of its location in getDockedItems
String/Number The id or index of the component to find.
any
Ext.Component/Boolean The docked component, if found.
[Method] Returns all the Ext Component docked items in this container
Array<any>
Array The docked items of this container.
[Method] Retrieves the top level element representing this component
Ext.dom.Element
[Method] Returns the value of enterAnimation
any
String/Mixed
[Method] Returns the value of exitAnimation
any
String/Mixed
[Method] Returns the value of flex
number
Number
[Method] Returns the value of floatingCls
string
String
[Method] Returns the value of height
any
Number/String
[Method] Returns the value of hidden
boolean
Boolean
[Method] Returns the value of hiddenCls
string
String
[Method] Returns the value of hideAnimation
any
String/Mixed
[Method] Returns the value of hideOnMaskTap
boolean
Boolean
[Method] Returns the value of html
any
String/Ext.Element/HTMLElement
[Method] Retrieves the id of this component
any
any id
[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 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 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 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 all inner items of this container
Array<any>
Array The inner items of this container.
[Method] Returns the value of itemCls
string
String
[Method] Returns the value of itemId
string
String
[Method] Returns the value of items
Array<any>
Array
[Method] Returns the value of left
any
Number/String
[Method] Returns the value of listeners
any
Object
[Method] Returns the value of margin
any
Number/String
[Method] Returns the value of masked
any
Boolean/Object/Ext.Mask/Ext.LoadMask
[Method] Returns the value of maxHeight
any
Number/String
[Method] Returns the value of maxWidth
any
Number/String
[Method] Returns the value of minHeight
any
Number/String
[Method] Returns the value of minWidth
any
Number/String
[Method] Returns the value of modal
boolean
Boolean
[Method] Returns the value of padding
any
Number/String
[Method] Returns the parent of this component if it has one
Ext.Component The parent of this component.
[Method] Returns the value of plugins
any
Object/Array
[Method] Returns the value of record
Ext.data.Model
[Method] Returns the value of renderTo
Ext.Element
[Method] Returns the value of right
any
Number/String
[Method] Returns an the scrollable instance for this container which is a Ext scroll View class
Ext.scroll.View The scroll view.
[Method] Returns the value of showAnimation
any
String/Mixed
[Method] Returns the height and width of the Component
any
Object The current height and width of the Component.
[Method] Returns the value of style
any
String/Object
[Method] Returns the value of styleHtmlCls
string
String
[Method] Returns the value of styleHtmlContent
boolean
Boolean
[Method] Returns the value of top
any
Number/String
[Method] Returns the value of tpl
any
String/String[]/Ext.Template/Ext.XTemplate[]
[Method] Returns the value of tplWriteMode
string
String
[Method] Returns the value of ui
string
String
[Method] Returns the value of width
any
Number/String
[Method] Returns this Component s xtype hierarchy as a slash delimited string
string
String The xtype hierarchy string.
[Method] Returns the value of zIndex
number
Number
[Method] Checks to see if this object has any listeners for a specified event
String The name of the event to check for
boolean
Boolean True if the event is being listened for, else false
[Method] Returns true if this component has a parent
boolean
Boolean true if this component has a parent.
[Method] Hides this Component optionally using an animation
Ext.Component
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Allows addition of behavior to the rendering phase
[Method] Adds a child Component at the given index
Number The index to insert the Component at.
Object The Component to insert.
[Method] Returns true if this Component is currently disabled
boolean
Boolean true if currently disabled.
[Method] Returns true if this Component is currently hidden
boolean
Boolean true if currently hidden.
[Method] Tests whether or not this Component is of a specific xtype
String The xtype to check for this Component.
Boolean false to check whether this Component is descended from the xtype (this is the default), or true to check whether this Component is directly of the specified xtype.
boolean
Boolean true if this component descends from the specified xtype, false otherwise.
[Method] Convenience method which calls setMasked with a value of true to show the mask
Object
[Method] Alias for addManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Alias for removeManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Alias for addListener
String/String[]/Object The name of the event to listen for. May also be an object who's property names are event names.
Function/String The method the event invokes. Will be called with arguments given to fireEvent plus the options parameter described below.
Object The scope (this reference) in which the handler function is executed. If omitted, defaults to the object which fired the event.
Object An object containing handler configuration. This object may contain any of the following properties:
String The order of when the listener should be added into the listener queue. Possible values are before, current and after.
[Method] Alias for addAfterListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Alias for addBeforeListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Retrieves all descendant components which match the passed selector
String Selector complying to an Ext.ComponentQuery selector.
Array<any>
Array Ext.Component's which matched the selector.
[Method] Relays selected events from the specified Observable as if the events were fired by this
Object The Observable whose events this object is to relay.
String/Array/Object Array of event names to relay.
Ext.mixin.Observable this
[Method] Removes an item from this Container optionally destroying it
Object The item to remove.
Boolean Calls the Component's destroy method if true.
Ext.Component this
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes all items currently in the Container optionally destroying them all
Boolean If true, destroys each removed Component.
Boolean If true, completely remove all items including docked / centered and floating items.
Ext.Component this
[Method] Removes the Component at the specified index myContainer removeAt 0 removes the first item
Number The index of the Component to remove.
Ext.Container this
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes the given CSS class es from this Component s rendered element
String The class(es) to remove.
String Optional prefix to prepend before each class.
String Optional suffix to append to each class.
[Method] Removes a docked item from this Container
Object The item to remove.
Boolean Calls the Component's destroy method if true.
Ext.Component this
[Method] Removes an inner Component at the specified index myContainer removeInnerAt 0 removes the first item of the in
Number The index of the Component to remove.
Ext.Container this
[Method] Removes an event handler
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Replaces specified classes with the newly specified classes
String The class(es) to remove.
String The class(es) to add.
String Optional prefix to prepend before each class.
String Optional suffix to append to each class.
[Method] Resets top right bottom and left configurations to null which will un float this component
[Method] Resumes firing events see suspendEvents
Boolean Pass as true to discard any queued events.
[Method] Sets the value of activeItem
Object/String/Number The new value.
[Method] Sets the value of autoDestroy
Boolean The new value.
[Method] Sets the value of baseCls
String The new value.
[Method] Sets the value of border
Number/String The new value.
[Method] Sets the value of bottom
Number/String The new value.
[Method] Sets the value of bubbleEvents
String/String[] The new value.
[Method] Sets the value of centered
Boolean The new value.
[Method] Sets the value of cls
String/String[] The new value.
[Method] Sets the value of contentEl
Ext.Element/HTMLElement/String The new value.
[Method] Sets the value of control
Object The new value.
[Method] Sets the value of data
Object The new value.
[Method] Sets the value of dataMap
Object The new value.
[Method] Sets the value of defaultType
String The new value.
[Method] Sets the value of defaults
Object The new value.
[Method] Sets the value of disabled
Boolean The new value.
[Method] Sets the value of disabledCls
String The new value.
[Method] Sets the value of docked
String The new value.
[Method] Sets the value of draggable
Object The new value.
[Method] Sets the value of enterAnimation
String/Mixed The new value.
[Method] Sets the value of exitAnimation
String/Mixed The new value.
[Method] Sets the value of flex
Number The new value.
[Method] Used to update the floating state of this component
Boolean true if you want to float this component.
[Method] Sets the value of floatingCls
String The new value.
[Method] Sets the value of height
Number/String The new value.
[Method] Sets the value of hidden
Boolean The new value.
[Method] Sets the value of hiddenCls
String The new value.
[Method] Sets the value of hideAnimation
String/Mixed The new value.
[Method] Sets the value of hideOnMaskTap
Boolean The new value.
[Method] Sets the value of html
String/Ext.Element/HTMLElement The new value.
[Method] Sets the value of itemCls
String The new value.
[Method] Sets the value of itemId
String The new value.
[Method] Sets the value of items
Array The new value.
[Method] Sets the value of layout
Object/String The new value.
[Method] Sets the value of left
Number/String The new value.
[Method] Sets the value of listeners
Object The new value.
[Method] Sets the value of margin
Number/String The new value.
[Method] Sets the value of masked
Boolean/Object/Ext.Mask/Ext.LoadMask The new value.
[Method] Sets the value of maxHeight
Number/String The new value.
[Method] Sets the value of maxWidth
Number/String The new value.
[Method] Sets the value of minHeight
Number/String The new value.
[Method] Sets the value of minWidth
Number/String The new value.
[Method] Sets the value of modal
Boolean The new value.
[Method] Sets the value of padding
Number/String The new value.
[Method] Sets the value of plugins
Object/Array The new value.
[Method] Sets the value of record
Ext.data.Model The new value.
[Method] Sets the value of renderTo
Ext.Element The new value.
[Method] Sets the value of right
Number/String The new value.
[Method] Sets the value of scrollable
Boolean/String/Object The new value.
Ext.scroll.View The scroll view.
[Method] Sets the value of showAnimation
String/Mixed The new value.
[Method] Sets the size of the Component
Number The new width for the Component.
Number The new height for the Component.
[Method] Sets the value of style
String/Object The new value.
[Method] Sets the value of styleHtmlCls
String The new value.
[Method] Sets the value of styleHtmlContent
Boolean The new value.
[Method] Sets the value of top
Number/String The new value.
[Method] Sets the value of tpl
String/String[]/Ext.Template/Ext.XTemplate[] The new value.
[Method] Sets the value of tplWriteMode
String The new value.
[Method] Sets the value of ui
String The new value.
[Method] Sets the value of width
String The new value.
[Method] Sets the value of zIndex
Number The new value.
[Method] Shows this component optionally using an animation
Ext.Component
[Method] Shows this component by another component
Ext.Component The target component to show this component by.
String The specific alignment.
[Method] Suspends the firing of all events
[Method] Alias for removeListener
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Alias for removeAfterListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Alias for removeBeforeListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Convenience method which calls setMasked with a value of false to hide the mask
[Method] Walks up the ownerCt axis looking for an ancestor Container which matches the passed simple selector
String The simple selector to test.
Ext.Container The matching ancestor Container (or undefined if no match was found).
[Method] Updates the HTML content of the Component
[Method] Updates the styleHtmlCls configuration
Object
Object