X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.data.Record.html diff --git a/docs/output/Ext.data.Record.html b/docs/output/Ext.data.Record.html index c1b390db..8a14dcb5 100644 --- a/docs/output/Ext.data.Record.html +++ b/docs/output/Ext.data.Record.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.data.Record

Package:Ext.data
Defined In:Record.js
Class:Record
Extends:Object

Instances of this class encapsulate both Record definition information, and Record +

Class Ext.data.Record

Package:Ext.data
Defined In:Record.js
Class:Record
Extends:Object

Instances of this class encapsulate both Record definition information, and Record value information for use in Ext.data.Store objects, or any code which needs to access Records cached in an Ext.data.Store object.

Constructors for this class are generated by passing an Array of field definition objects to create. @@ -11,28 +11,29 @@ copy of the Record, and insert the new instance into the other Store.

properties, and also a reference to its owning Store which in turn holds references to its Records. This means that a whole Record may not be encoded using Ext.util.JSON.encode. Instead, use the data and id properties.

-

Record objects generated by this constructor inherit all the methods of Ext.data.Record listed below.

Public Properties

PropertyDefined By

Public Events

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