[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Property] (Object)
[Property] (Boolean)
[Config Option] (String)
[Config Option] (String)
[Property] (Boolean)
[Config Option] (Array)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Method] This method adds a filter
Ext.util.Sorter/Function/Object Can be an instance of Ext.util.Filter, an object representing an Ext.util.Filter configuration, or a filter function.
[Method] This method adds all the filters in a passed array
Array An array with filters. A filter can be an instance of Ext.util.Filter, an object representing an Ext.util.Filter configuration, or a filter function.
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 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] This method will sort an array based on the currently configured sorters
Array The array you want to have sorted.
Array<any>
Array The array you passed after it is sorted.
[Method] Returns an up to date sort function
any
Function sortFn The sort function.
[Method] Returns the value of filterRoot
string
String
[Method] Returns the value of filters
Array<any>
Array
[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] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] This method adds a filter at a given index
Number The index at which to insert the filter.
Ext.util.Sorter/Function/Object Can be an instance of Ext.util.Filter, an object representing an Ext.util.Filter configuration, or a filter function.
any
Object
[Method] This method inserts all the filters in the passed array at the given index
Number The index at which to insert the filters.
Array Each filter can be an instance of Ext.util.Filter, an object representing an Ext.util.Filter configuration, or a filter function.
Array<any>
Array
[Method] This method removes all the filters in a passed array
Array Each value in the array can be a string (property name), function (sorterFn), an object containing a property and value keys or Sorter instance.
[Method] Sets the value of filterRoot
String The new value.
[Method] Sets the value of filters
Array The new value.