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 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. Instances are usually only created by Ext.data.Reader implementations when processing unformatted data objects.

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

Public Properties

Property Defined By
  data : Object
An object hash representing the data for this Record.
Record
  dirty : Boolean
Readonly flag - true if this Record has been modified.
Record
  id : Object
The unique ID of the Record as specified at construction time.
Record

Public Methods

Method Defined By

Public Events

This class has no public events.