[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (String)
[Config Option] (String)
[Config Option] (String)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Object)
[Config Option] (String[])
[Config Option] (Boolean)
[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)
any
Object Returns the result of calling the overridden method
[Method] Call the parent method of the current method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)
any
Object Returns the result of calling the parent method
[Method] This method is used by an override to call the superclass method but bypass any overridden method
Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)
any
Object Returns the result of calling the superclass method
[Method]
[Method] Returns the value of defaultDocumentRoot
string
String
[Method] Returns the value of documentRoot
string
String
[Method] Returns the value of header
string
String
[Method] Returns the initial configuration passed to constructor
String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.
any
Object/Mixed
[Method] Returns the value of nameProperty
string
String
[Method] Returns the value of record
string
String
[Method] Formats the data for each record before sending it to the server
Object The record that we are writing to the server.
any
Object An object literal of name/value keys to be written to the server. By default this method returns the data property on the record.
[Method] Returns the value of writeAllFields
boolean
Boolean
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Sets the value of defaultDocumentRoot
String
[Method] Sets the value of documentRoot
String
[Method] Sets the value of header
String
[Method] Sets the value of nameProperty
String
[Method] Sets the value of record
String
[Method] Sets the value of writeAllFields
Boolean
[Method] Prepares a Proxy s Ext data Request object
Ext.data.Request The request object.
Ext.data.Request The modified request object.
[Method]
Object
Object
any
Object