X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.data.DataProxy.html diff --git a/docs/output/Ext.data.DataProxy.html b/docs/output/Ext.data.DataProxy.html index a2a24dc8..4623da1c 100644 --- a/docs/output/Ext.data.DataProxy.html +++ b/docs/output/Ext.data.DataProxy.html @@ -1,372 +1,409 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  DataProxy
-

Class Ext.data.DataProxy

- - - - - - -
Package:Ext.data
Defined In:DataProxy.js
Class:DataProxy
Subclasses:HttpProxy, MemoryProxy, ScriptTagProxy, Proxy
Extends:Observable
-
- * -This class is an abstract base class for implementations which provide retrieval of -unformatted data objects.
-

-DataProxy implementations are usually used in conjunction with an implementation of Ext.data.DataReader +

Observable
+  DataProxy

Class Ext.data.DataProxy

Package:Ext.data
Defined In:DataProxy.js
Class:DataProxy
Subclasses:DirectProxy, HttpProxy, MemoryProxy, ScriptTagProxy
Extends:Observable

Abstract base class for implementations which provide retrieval of unformatted data objects. +This class is intended to be extended and should not be created directly. For existing implementations, +see Ext.data.DirectProxy, Ext.data.HttpProxy, Ext.data.ScriptTagProxy and +Ext.data.MemoryProxy.

+

DataProxy implementations are usually used in conjunction with an implementation of Ext.data.DataReader (of the appropriate type which knows how to parse the data object) to provide a block of -Ext.data.Records to an Ext.data.Store.
-

-Custom implementations must implement the load method as described in -Ext.data.HttpProxy.load.

- -
- -

Config Options

- - - - - - - - - - -
Config OptionsDefined By
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - - - -
MethodDefined By

Public Events

EventDefined By
\ No newline at end of file