[Config Option] (String[])
[Config Option] (Boolean)
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[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] Deselects any currently selected records and clears all stored selections
[Method] Deselects the given record s
Number/Array/Ext.data.Model The record(s) to deselect. Can also be a number to reference by index.
Boolean If true the deselect event will not be fired.
[Method] Deselects all records
Object
[Method]
[Method] Deselects a record instance by record instance or index
Ext.data.Model/Number An array of records or an index.
Boolean Set to false to not fire a deselect event.
[Method] Selects a record instance by record instance or index
Ext.data.Model/Number An array of records or an index.
Boolean
Boolean Set to false to not fire a select event.
[Method] Returns the value of allowDeselect
boolean
Boolean
[Method] Returns the number of selections
number
Number
[Method] Returns the value of deselectOnContainerClick
boolean
Boolean
[Method] Returns the value of disableSelection
boolean
Boolean
[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 array of previously selected items
Array<any>
Array The previous selection.
[Method] Returns the value of mode
string
String
[Method] Returns an array of the currently selected records
Array<any>
Array An array of selected records.
[Method] Returns the number of selections
number
Number
[Method] Returns the selection mode currently used by this Selectable
string
String The current mode.
[Method] Returns true if there is a selected record
boolean
Boolean
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Returns true if the Selectable is currently locked
boolean
Boolean True if currently locked
[Method] Returns true if the specified row is selected
Ext.data.Model/Number The record or index of the record to check.
boolean
Boolean
[Method] Adds the given records to the currently selected set
Ext.data.Model/Array/Number The records to select.
Boolean If true, the existing selection will be added to (if not, the old selection is replaced).
Boolean If true, the select event will not be fired.
[Method] Selects all records
Boolean true to suppress all select events.
[Method] Selects a range of rows if the selection model getDisableSelection is not locked
Number The index of the first row in the range.
Number The index of the last row in the range.
Boolean true to retain existing selections.
[Method] Sets the value of allowDeselect
Boolean The new value.
[Method] Sets the value of deselectOnContainerClick
Boolean The new value.
[Method] Sets the value of disableSelection
Boolean The new value.
[Method] This was an internal function accidentally exposed in 1 x and now deprecated
[Method] Sets the value of mode
String The new value.
[Method] Sets a record as the last focused record