X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.data.DataReader.html diff --git a/docs/output/Ext.data.DataReader.html b/docs/output/Ext.data.DataReader.html index c37d9c6a..3c186fd8 100644 --- a/docs/output/Ext.data.DataReader.html +++ b/docs/output/Ext.data.DataReader.html @@ -1,28 +1,28 @@ -

Class Ext.data.DataReader

Package:Ext.data
Defined In:DataReader.js
Class:DataReader
Subclasses:JsonReader, XmlReader
Extends:Object
Abstract base class for reading structured data from a data source and converting -it into an object containing Ext.data.Record objects and metadata for use -by an Ext.data.Store. This class is intended to be extended and should not -be created directly. For existing implementations, see Ext.data.ArrayReader, -Ext.data.JsonReader and Ext.data.XmlReader.

Config Options

Config OptionsDefined By
 messageProperty : String
[undefined] Optional name of a property within a server-response that represents a user-feedback message.
DataReader

Public Properties

PropertyDefined By
 buildExtractors : Object
Abstract method, overridden in DataReader extensions such as Ext.data.JsonReader and Ext.data.XmlReader
DataReader
 extractData : Object
Abstract method overridden in DataReader extensions such as Ext.data.JsonReader and Ext.data.XmlReader
DataReader
 extractValues : Object
Abstract method overridden in DataReader extensions such as Ext.data.JsonReader and Ext.data.XmlReader
DataReader
 getId : Object
Abstract method created in extension's buildExtractors impl.
DataReader
 getMessage : Object
Abstract method created in extension's buildExtractors impl.
DataReader
 getRoot : Object
Abstract method created in extension's buildExtractors impl.
DataReader
 getSuccess : Object
Abstract method created in extension's buildExtractors impl.
DataReader
 getTotal : Object
Abstract method created in extension's buildExtractors impl.
DataReader
 meta : Mixed
This DataReader's configured metadata as passed to the constructor.
DataReader

Public Methods

MethodDefined By