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

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
 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

Public Events

This class has no public events.
\ No newline at end of file