[Config Option] (String)
[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Ext.data.Batch)
[Config Option] (Function)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Ext.util.Filter[])
[Config Option] (Boolean)
[Config Option] (Ext.util.Grouper)
[Config Option] (Object)
[Config Option] (Number)
[Config Option] (Object)
[Config Option] (Ext.data.Model)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (Array)
[Config Option] (Ext.data.Request)
[Config Option] (Object)
[Config Option] (Ext.data.ResultSet)
[Config Option] (Object)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Ext.util.Sorter[])
[Config Option] (Number)
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (String[])
[Config Option] (Boolean)
[Method] Checks whether this operation should cause writing to occur
boolean
Boolean Whether the operation should cause a write to occur.
[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 action
string
String
[Method] Returns the value of addRecords
boolean
Boolean
[Method] Returns the value of batch
Ext.data.Batch
[Method] Returns the value of callback
any
Function
[Method] Returns the error string or object that was set using setException
any
String/Object The error object.
[Method] Returns the value of filters
IFilter[]
Ext.util.Filter[]
[Method] Returns the value of grouper
Ext.util.Grouper
[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 limit
number
Number
[Method] Returns the value of model
Ext.data.Model
[Method] Returns the value of node
any
Object
[Method] Returns the value of page
any
Object
[Method] Returns the value of params
any
Object
[Method] Returns the value of request
Ext.data.Request
[Method] Returns the value of response
any
Object
[Method] Returns the value of resultSet
Ext.data.ResultSet
[Method] Returns the value of scope
any
Object
[Method] Returns the value of sorters
ISorter[]
Ext.util.Sorter[]
[Method] Returns the value of start
number
Number
[Method] Returns the value of synchronous
boolean
Boolean
[Method] Returns the value of url
any
Object
[Method] Returns the value of withCredentials
boolean
Boolean
[Method] Returns true if this Operation encountered an exception see also getError
boolean
Boolean true if there was an exception.
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Returns true if the Operation has been completed
boolean
Boolean true if the Operation is complete
[Method] Returns true if the Operation has been started but has not yet completed
boolean
Boolean true if the Operation is currently running
[Method] Returns true if the Operation has been started
boolean
Boolean true if the Operation has started
[Method] Sets the value of action
String
[Method] Sets the value of addRecords
Boolean
[Method] Sets the value of batch
Ext.data.Batch
[Method] Sets the value of callback
Function
[Method] Marks the Operation as completed
[Method] Marks the Operation as having experienced an exception
String/Object error string/object
[Method] Sets the value of filters
Ext.util.Filter[]
[Method] Sets the value of grouper
Ext.util.Grouper
[Method] Sets the value of limit
Number
[Method] Sets the value of model
Ext.data.Model
[Method] Sets the value of node
Object
[Method] Sets the value of page
Object
[Method] Sets the value of params
Object
[Method] Sets the value of records
Array
[Method] Sets the value of request
Ext.data.Request
[Method] Sets the value of response
Object
[Method] Sets the value of resultSet
Ext.data.ResultSet
[Method] Sets the value of scope
Object
[Method] Sets the value of sorters
Ext.util.Sorter[]
[Method] Sets the value of start
Number
[Method] Marks the Operation as started
[Method] Marks the Operation as successful
[Method] Sets the value of synchronous
Boolean
[Method] Sets the value of url
Object
[Method] Sets the value of withCredentials
Boolean
[Method] Returns true if the Operation has completed and was successful
boolean
Boolean true if successful