X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.data.Record.html diff --git a/docs/output/Ext.data.Record.html b/docs/output/Ext.data.Record.html index f3b74165..a95a8b4d 100644 --- a/docs/output/Ext.data.Record.html +++ b/docs/output/Ext.data.Record.html @@ -1,4 +1,4 @@ -

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. @@ -68,7 +68,7 @@ of the record being copied. See

Record createArray o ) : - function
<static> Generate a constructor for a specific Record layout.
<static> Generate a constructor for a specific Record layout.
Parameters:
  • o : Array
    An Array of Field definition objects. + Function
    <static> Generate a constructor for a specific Record layout.
    <static> Generate a constructor for a specific Record layout.
    Parameters:
    • o : Array
      An Array of Field definition objects. The constructor generated by this method may be used to create new Record instances. The data object must contain properties named after the field Ext.data.Field.names. Example usage:
      // create a Record constructor from a description of the fields
      @@ -97,7 +97,7 @@ object must contain properties named after the one is auto-assigned
       );
      -myStore.add(myNewRecord);
    Returns:
    • function
      A constructor which is used to create new Records according +myStore.add(myNewRecord);
    Returns:
    • Function
      A constructor which is used to create new Records according to the definition. The constructor has the same signature as {@link #Record}.
    Record endEdit() : void
    End an edit. If any data was modified, the containing store is notified