Properties Methods Events Config Options Direct Link
Observable
  AbstractStoreSelectionModel

Class Ext.AbstractStoreSelectionModel

Package:Ext
Defined In:AbstractStoreSelectionModel.js
Class:AbstractStoreSelectionModel
Extends:Observable
Tracks what records are currently selected in a databound widget. This is an abstract class and is not meant to be directly used. DataBound UI widgets such as GridPanel, TreePanel, and ListView should subclass AbstractStoreSelectionModel and provide a way to binding to the component. The abstract methods onSelectChange and onLastFocusChanged should be implemented in these subclasses to update the UI widget.

Config Options

Config OptionsDefined By
 mode : String
Modes of selection. Valid values are SINGLE, SIMPLE, and MULTI. Defaults to 'SINGLE'
AbstractStoreSelectionModel

Public Properties

PropertyDefined By
 selected : Object
READ-ONLY A MixedCollection that maintains all of the currently selected records.
AbstractStoreSelectionModel

Public Methods

MethodDefined By

Public Events

This class has no public events.