X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.data.ArrayReader.html diff --git a/docs/output/Ext.data.ArrayReader.html b/docs/output/Ext.data.ArrayReader.html index dd6b573d..73ef12f9 100644 --- a/docs/output/Ext.data.ArrayReader.html +++ b/docs/output/Ext.data.ArrayReader.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
DataReader
  JsonReader
    ArrayReader

Class Ext.data.ArrayReader

Package:Ext.data
Defined In:ArrayReader.js
Class:ArrayReader
Extends:JsonReader

Data reader class to create an Array of Ext.data.Record objects from an Array. +

DataReader
  JsonReader
    ArrayReader

Class Ext.data.ArrayReader

Package:Ext.data
Defined In:ArrayReader.js
Class:ArrayReader
Extends:JsonReader

Data reader class to create an Array of Ext.data.Record objects from an Array. Each element of that Array represents a row of data fields. The fields are pulled into a Record object using as a subscript, the mapping property of the field definition if it exists, or the field's ordinal position in the definition.

@@ -16,16 +16,19 @@ will be passed to Ext.data.Record.create, or a Record constructo...

Either an Array of Field definition objects (which will be passed to Ext.data.Record.create, or a Record constructor created from Ext.data.Record.create.

DataReader id : Number
The subscript within row Array that provides an ID for the Record. -Deprecated. Use idIndex instead.
ArrayReader idIndex : Number
The subscript within row Array that provides an ID for the Record.
ArrayReader idProperty : String
[id] Name of the property within a row object that contains a record identifier value. Defaults to id
JsonReader root : String
[undefined] Required. The name of the property +Deprecated. Use idIndex instead.
ArrayReader idIndex : Number
The subscript within row Array that provides an ID for the Record.
ArrayReader idProperty : String
[id] Name of the property within a row object +that contains a record identifier value. Defaults to id
JsonReader messageProperty : String
[undefined] Optional name of a property within a server-response that represents a user-feedback message.
DataReader root : String
[undefined] Required. The name of the property which contains the Array of row objects. Defaults to undefined. An e...
[undefined] Required. The name of the property which contains the Array of row objects. Defaults to undefined. -An exception will be thrown if the root property is undefined. The data packet -value for this property should be an empty array to clear the data or show -no data.
JsonReader totalProperty : String
[total] Name of the property from which to retrieve the total number of records -in the dataset. This is only needed i...
[total] Name of the property from which to retrieve the total number of records -in the dataset. This is only needed if the whole dataset is not passed in one go, but is being -paged from the remote server. Defaults to total.
JsonReader

Public Properties

PropertyDefined By
 buildExtractors : Object
Abstract method, overridden in Ext.data.JsonReader
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 JsonReader's metadata as passed to the constructor, or as passed in the last data packet's metaData property.
JsonReader

Public Methods

MethodDefined By