Properties Methods Events Direct Link
Record
  SlingRecord

Class CQ.data.SlingRecord

Package:CQ.data
Class:SlingRecord
Extends:CQ.Ext.data.Record
Clientlib:cq.widgets
Instances of this class encapsulate both Record definition information and Record value information for use in SlingStore objects, or any code which needs to access Records cached in an SlingStore object.

Constructors for this class are generated by passing an Array of field definition objects to create. Instances are usually only created by CQ.Ext.data.SlingReader implementations when processing unformatted data objects.

Public Properties

Property Defined By
  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
  store : CQ.Ext.data.Store
The CQ.Ext.data.Store to which this Record belongs.
Record

Public Methods

Method Defined By

Public Events

This class has no public events.