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 strings.
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
  sortInfo : Object
A config object in the format: {field: "fieldName", direction: "ASC|DESC"}. The direction property is case-sensitive.
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

Public Methods

Method Defined By

Public Events

Event Defined By