X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.data.MemoryProxy.html diff --git a/docs/output/Ext.data.MemoryProxy.html b/docs/output/Ext.data.MemoryProxy.html index ca3cd23f..c59d1e3d 100644 --- a/docs/output/Ext.data.MemoryProxy.html +++ b/docs/output/Ext.data.MemoryProxy.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  DataProxy
    MemoryProxy

Class Ext.data.MemoryProxy

Package:Ext.data
Defined In:MemoryProxy.js
Class:MemoryProxy
Extends:DataProxy
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor +
Observable
  DataProxy
    MemoryProxy

Class Ext.data.MemoryProxy

Package:Ext.data
Defined In:MemoryProxy.js
Class:MemoryProxy
Extends:DataProxy
An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.

Config Options

Config OptionsDefined By
 doRequest : Function
Abstract method that should be implemented in all subclasses +

DataProxy

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Properties

This class has no public properties.

Public Methods

MethodDefined By
\ No newline at end of file +
Fires before the request-callback is called +In addition to being fired through the DataProxy instance that raised th...

Fires before the request-callback is called

+

In addition to being fired through the DataProxy instance that raised the event, this event is also fired +through the Ext.data.DataProxy class to allow for centralized processing of write events from all +DataProxies by attaching a listener to the Ext.data.Proxy class itself.

Listeners will be called with the following arguments:
  • this : DataProxy
    The proxy that sent the request
  • action : String
    [Ext.data.Api.actions.create|upate|destroy]
  • data : Object
    The data object extracted from the server-response
  • response : Object
    The decoded response from server
  • rs : Record/Record{}
    The records from Store
  • options : Object
    The callback's options property as passed to the request function
DataProxy
\ No newline at end of file