Roo.util.Observable
Roo.data.Store 

		   

Class Roo.data.Store

Package:Roo.data
Defined In: Roo/data/Store.js.
Class:Store
Subclasses: Roo.data.JsonStore, Roo.data.SimpleStore
Extends: Roo.util.Observable
The Store class encapsulates a client side cache of {link Roo.data.Record} objects which provide input data
for widgets such as the Roo.grid.Grid, or the Roo.form.ComboBox.


A Store object uses an implementation of {link Roo.data.DataProxy} to access a data object unless you call loadData() directly and pass in your data. The Store object
has no knowledge of the format of the data returned by the Proxy.


A Store object uses its configured implementation of {link Roo.data.DataReader} to create {link Roo.data.Record}
instances from the data object. These records are cached and made available through accessor functions.

Class Comments / Notes => [Add Your comment/notes about this class]
Config Options (Usually are also Properties)
Options Defined By
Public Properties - Has None
Public Methods
Method Defined By
Events
Event Defined By
Documentation generated by Introspection Doc Generator on Fri Jul 13 2018 14:10:54 GMT+0800 (HKT) Based on JsDoc Toolkit