DataWriterXmlWriter
| Package: | Ext.data |
| Defined In: | XmlWriter.js |
| Class: | XmlWriter |
| Extends: | DataWriter |
| Config Options | Defined By | |
|---|---|---|
| createRecord : Function Abstract method that should be implemented in all subclasses
(e.g.: JsonWriter.createRecord) | DataWriter | |
| destroyRecord : Function Abstract method that should be implemented in all subclasses
(e.g.: JsonWriter.destroyRecord) | DataWriter | |
| listful : Boolean false by default. Set true to have the DataWriter always write HTTP params as a list,
even when acting upon a single... false by default. Set true to have the DataWriter always write HTTP params as a list,
even when acting upon a single record. | DataWriter | |
| saveRecord : Function Abstract method that should be implemented in all subclasses
(e.g.: JsonWriter.saveRecord | DataWriter | |
| writeAllFields : Boolean false by default. Set true to have DataWriter return ALL fields of a modified
record -- not just those that changed.... false by default. Set true to have DataWriter return ALL fields of a modified
record -- not just those that changed.
false to have DataWriter only request modified fields from a record. | DataWriter | |
| Property | Defined By | |
|---|---|---|
| meta : Mixed This DataWriter's configured metadata as passed to the constructor. | DataWriter | |
| Method | Defined By | |
|---|---|---|
createRecord( Ext.data.Record rec )
:
voidcreateRecord createRecord Parameters:
| XmlWriter | |
destroyRecord( Ext.data.Record rec )
:
voiddestroyRecord destroyRecord Parameters:
| XmlWriter | |
render( String action, Record[] rs, Object http, Object data )
:
voidFinal action of a write event. Apply the written data-object to params. Final action of a write event. Apply the written data-object to params. Parameters:
| XmlWriter | |
updateRecord( Ext.data.Record rec )
:
voidupdateRecord updateRecord Parameters:
| XmlWriter | |
write( String action, Object params, Record/Record[] rs )
:
voidWrites data in preparation for server-write action. Simply proxies to DataWriter#update, DataWriter#create
DataWrite... Writes data in preparation for server-write action. Simply proxies to DataWriter#update, DataWriter#create
DataWriter#destroy. Parameters:
| DataWriter | |