X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.data.DirectStore.html diff --git a/docs/output/Ext.data.DirectStore.html b/docs/output/Ext.data.DirectStore.html deleted file mode 100644 index 539b8128..00000000 --- a/docs/output/Ext.data.DirectStore.html +++ /dev/null @@ -1,669 +0,0 @@ -
Properties Methods Events Config Options Direct Link
Observable
-  Store
-    DirectStore

Class Ext.data.DirectStore

Package:Ext.data
Defined In:DirectStore.js
Class:DirectStore
Extends:Store

Small helper class to create an Ext.data.Store configured with an -Ext.data.DirectProxy and Ext.data.JsonReader to make interacting -with an Ext.Direct Server-side Provider easier. -To create a different proxy/reader combination create a basic Ext.data.Store -configured as needed.

-

*Note: Although they are not listed, this class inherits all of the config options of:

-

Config Options

Config OptionsDefined By
 data : Array
An inline data object readable by the reader. -Typically this option, or the url option will be specified.
Store
 proxy : Ext.data.DataProxy
The DataProxy object which provides -access to a data object. See url.
Store

Public Properties

PropertyDefined By
 fields : Ext.util.MixedCollection
A MixedCollection containing the defined Fields -for the Records stored in this Store. Read-only.
Store
 isDestroyed : Boolean -True if the store has been destroyed already. Read only
Store
 multiSort : Boolean -True if this store is currently sorted by more than one field/direction combination.
Store
 multiSortInfo : Object
Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields
Store

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file