Properties Methods Events Config Options Direct Link
Observable
  Proxy
    ClientProxy

Class Ext.data.ClientProxy

Package:Ext.data
Defined In:ClientProxy.js
Class:ClientProxy
Subclasses:MemoryProxy, WebStorageProxy
Extends:Proxy

Base class for any client-side storage. Used as a superclass for Memory and Web Storage proxies. Do not use directly, use one of the subclasses instead.

Config Options

Config OptionsDefined By
 defaultReaderType : String
The default registered reader type. Defaults to 'json'
Proxy
 defaultWriterType : String
The default registered writer type. Defaults to 'json'
Proxy

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

This class has no public events.