X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.data.Record.html diff --git a/docs/output/Ext.data.Record.html b/docs/output/Ext.data.Record.html index 8a14dcb5..6c6f9602 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. @@ -17,10 +17,14 @@ is represented by a property of that name in this object. Note that unless you s with name "id" in the Record definition, this will not contain an id property.

Record dirty : Boolean
Readonly flag - true if this Record has been modified.
Record fields : Ext.util.MixedCollection
This property is stored in the Record definition's prototype A MixedCollection containing the defined Fields for this...

This property is stored in the Record definition's prototype

-A MixedCollection containing the defined Fields for this Record. Read-only.
Record id : Object
The unique ID of the Record as specified at construction time.
Record modified : Object
This object contains a key and value storing the original values of all modified +A MixedCollection containing the defined Fields for this Record. Read-only.
Record id : Object
The unique ID of the Record as specified at construction time.
Record json : Array|Object
Only present if this Record was created by an ArrayReader or a JsonReader. +The Array or object which was the source o...

Only present if this Record was created by an ArrayReader or a JsonReader.

+

The Array or object which was the source of the data for this Record.

Record modified : Object
This object contains a key and value storing the original values of all modified fields or is null if no fields have ...
This object contains a key and value storing the original values of all modified -fields or is null if no fields have been modified.
Record phantom : Boolean
false when the record does not yet exist in a server-side database (see -markDirty). Any record which has a real data...
false when the record does not yet exist in a server-side database (see +fields or is null if no fields have been modified.
Record node : XMLElement
Only present if this Record was created by an XmlReader. +The XML element which was the source of the data for this Re...

Only present if this Record was created by an XmlReader.

+

The XML element which was the source of the data for this Record.

Record phantom : Boolean
true when the record does not yet exist in a server-side database (see +markDirty). Any record which has a real datab...
true when the record does not yet exist in a server-side database (see markDirty). Any record which has a real database pk set as its id property is NOT a phantom -- it's real.
Record store : Ext.data.Store
The Ext.data.Store to which this Record belongs.
Record

Public Methods

MethodDefined By

Public Events

This class has no public events.
\ No newline at end of file +
Parameters:Returns:
Record

Public Events

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