Properties Methods Events Config Options Direct Link
Observable
  Store
    SimpleStore

Class Ext.data.SimpleStore

Package:Ext.data
Defined In:SimpleStore.js
Class:SimpleStore
Extends:Store
* Small helper class to make creating Stores from Array data easier.

Config Options

Config Options Defined By
  autoLoad : Boolean/Object
If passed, this store's load method is automatically called after creation with the autoLoad object
Store
  baseParams : Object
An object containing properties which are to be sent as parameters on any HTTP request
Store
  data : Array
The multi-dimensional array of data.
SimpleStore
  fields : Array
An array of field definition objects, or field name string as specified to Ext.data.Record.create
SimpleStore
  id : Number
The array index of the record id. Leave blank to auto generate ids.
SimpleStore
  proxy : Ext.data.DataProxy
The Proxy object which provides access to a data object.
Store
  storeId : String
If passed, the id to use to register with the StoreMgr
Store
  url : String
If passed, an HttpProxy is created for the passed URL
Store

Public Properties

Property Defined By
  fields : Ext.util.MixedCollection
A MixedCollection containing the defined Fields for the Records stored in this Store. Read-only.
Store

Public Methods

Method Defined By

Public Events

Event Defined By