X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.data.DataReader.html diff --git a/docs/output/Ext.data.DataReader.html b/docs/output/Ext.data.DataReader.html index 2f6a7286..3abdeaf7 100644 --- a/docs/output/Ext.data.DataReader.html +++ b/docs/output/Ext.data.DataReader.html @@ -1,28 +1,28 @@ -
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

Public Properties

PropertyDefined By
 buildExtractors : Object
Abstract method, overridden in Ext.data.JsonReader
DataReader
 meta : Mixed
This DataReader's configured metadata as passed to the constructor.
DataReader

Public Methods

MethodDefined By