Properties Methods Events Config Options Direct Link
Observable
  AbstractStore

Class Ext.data.AbstractStore

Package:Ext.data
Defined In:AbstractStore.js
Class:AbstractStore
Subclasses:Store, TreeStore
Extends:Observable

AbstractStore which provides interactivity with proxies and readers but does NOT rely on any internal data storage representation. Subclasses of Store and TreeStore use the internal representation of Ext.util.MixedCollection and Ext.data.Tree respectively.

Config Options

Config OptionsDefined By
 autoSave : Boolean
True to automatically sync the Store with its Proxy after every edit to one of its Records. Defaults to false.
AbstractStore

Public Properties

PropertyDefined By
 defaultProxyType : String
The string type of the Proxy to create if none is specified. This defaults to creating a memory proxy.
AbstractStore
 defaultSortDirection : String
The default sort direction to use if one is not specified (defaults to "ASC")
AbstractStore
 filters : Ext.util.MixedCollection
The collection of Filters currently applied to this Store
AbstractStore
 sorters : Ext.util.MixedCollection
The collection of Sorters currently applied to this Store.
AbstractStore

Public Methods

MethodDefined By

Public Events

EventDefined By