[Property] (Object)
[Config Option] (String[])
[Config Option] (String/String[])
[Config Option] (Object)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String/String[])
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object)
[Config Option] (String/Ext.data.Model)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Object/String/Ext.data.reader.Reader)
[Property] (Ext.Class)
[Config Option] (Boolean)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String)
[Config Option] (Object)
[Config Option] (Number)
[Config Option] (String)
[Config Option] (Boolean)
[Config Option] (String)
[Config Option] (String[])
[Config Option] (Boolean)
[Config Option] (Object/String/Ext.data.writer.Writer)
[Method] Appends an after event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Appends a before event handler
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Adds the specified events to the list of events which this Observable may fire
Object/String... Either an object with event names as properties with a value of true or the first event name string if multiple event names are being passed as separate parameters.
[Method] Appends an event handler to this object
String/String[]/Object The name of the event to listen for. May also be an object who's property names are event names.
Function/String The method the event invokes. Will be called with arguments given to fireEvent plus the options parameter described below.
Object The scope (this reference) in which the handler function is executed. If omitted, defaults to the object which fired the event.
Object An object containing handler configuration. This object may contain any of the following properties:
String The order of when the listener should be added into the listener queue. Possible values are before, current and after.
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Optional callback function which can be used to clean up after a request has been completed
Ext.data.Request The Request object
Boolean True if the request was successful
[Method] Performs a batch of Operations in the order specified by batchOrder
Object Object containing one or more properties supported by the batch method:
Ext.data.Batch The newly created Batch
[Method] Creates and returns an Ext data Request object based on the options passed by the Store that this Proxy is attached to
Ext.data.Operation The Operation object to execute
Ext.data.Request The request object
[Method] Generates a url based on a given Ext data Request object
Ext.data.Request The request object
string
String The url
[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 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 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] 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] 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] 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] 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] Removes all listeners for this object
[Method] in a ServerProxy all four CRUD operations are executed in the same manner so we delegate to doRequest in each case
[Method] Performs the given destroy operation
[Method] Performs Ajax request
Ext.data.Operation
Function
Object
any
Object
[Method] Enables events fired by this Observable to bubble up an owner hierarchy by calling this getBubbleTarget if present
String/String[] The event name to bubble, or an Array of event names.
[Method] Encodes the array of Ext util Filter objects into a string to be sent in the request url
Ext.util.Filter[] The array of Filter objects
string
String The encoded filters
[Method] Encodes the array of Ext util Sorter objects into a string to be sent in the request url
Ext.util.Sorter[] The array of Sorter objects
string
String The encoded sorters
[Method] Fires the specified event with the passed parameters and execute a function action at the end if there are no liste
String The name of the event to fire.
Array Arguments to pass to handers.
Function Action.
Object Scope of fn.
any
Object
[Method] Fires the specified event with the passed parameters minus the event name plus the options object passed to addList
String The name of the event to fire.
Object... Variable number of parameters are passed to handlers.
boolean
Boolean Returns false if any of the handlers return false.
[Method] Returns the value of api
any
Object
[Method] Returns the value of batchActions
boolean
Boolean
[Method] Returns the value of batchOrder
string
String
[Method] Returns the value of bubbleEvents
any
String/String[]
[Method] Returns the value of cacheString
string
String
[Method] Returns the value of directionParam
string
String
[Method] Returns the value of enablePagingParams
boolean
Boolean
[Method] Returns the value of extraParams
any
Object
[Method] Returns the value of filterParam
string
String
[Method] Returns the value of groupParam
string
String
[Method] Returns the value of headers
any
Object
[Method] Retrieves the id of this component
any
any id
[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 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 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 limitParam
string
String
[Method] Returns the value of listeners
any
Object
[Method] Returns the HTTP method name for a given request
Ext.data.Request The request object.
string
String The HTTP method to use (should be one of 'GET', 'POST', 'PUT' or 'DELETE').
[Method] Returns the value of model
any
String/Ext.data.Model
[Method] Returns the value of noCache
boolean
Boolean
[Method] Returns the value of pageParam
string
String
[Method] Returns the value of password
string
String
[Method] Returns the value of reader
any
Object/String/Ext.data.reader.Reader
[Method] Returns the value of simpleSortMode
boolean
Boolean
[Method] Returns the value of sortParam
string
String
[Method] Returns the value of startParam
string
String
[Method] Returns the value of timeout
number
Number
[Method] Returns the value of useDefaultXhrHeader
boolean
Boolean
[Method] Returns the value of username
string
String
[Method] Returns the value of withCredentials
boolean
Boolean
[Method] Returns the value of writer
any
Object/String/Ext.data.writer.Writer
[Method] Checks to see if this object has any listeners for a specified event
String The name of the event to check for
boolean
Boolean True if the event is being listened for, else false
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Initialize configuration for this class
Object
any
Object mixins The mixin prototypes as key - value pairs
[Method] Alias for addManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
Object If the eventName parameter was an event name, this is the addListener options.
[Method] Alias for removeManagedListener
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Alias for addListener
String/String[]/Object The name of the event to listen for. May also be an object who's property names are event names.
Function/String The method the event invokes. Will be called with arguments given to fireEvent plus the options parameter described below.
Object The scope (this reference) in which the handler function is executed. If omitted, defaults to the object which fired the event.
Object An object containing handler configuration. This object may contain any of the following properties:
String The order of when the listener should be added into the listener queue. Possible values are before, current and after.
[Method] Alias for addAfterListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] Alias for addBeforeListener
String/String[]/Object The name of the event to listen for.
Function/String The method the event invokes.
Object The scope for fn.
Object An object containing handler configuration.
[Method] This method handles the processing of the response and is usually overridden by subclasses to do additional processing
Boolean Whether or not this request was successful
Ext.data.Operation The operation we made this request for
Ext.data.Request The request that was made
Object The response that we got
Function The callback to be fired onces the response is processed
Object The scope in which we call the callback
[Method] Performs the given read operation
[Method] Relays selected events from the specified Observable as if the events were fired by this
Object The Observable whose events this object is to relay.
String/Array/Object Array of event names to relay.
Ext.mixin.Observable this
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes a before event handler
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Removes an event handler
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Adds listeners to any Observable object or Element which are automatically removed when this Component is destroyed
Ext.mixin.Observable/HTMLElement The item to which to add a listener/listeners.
Object/String The event name, or an object containing event name properties.
Function If the eventName parameter was an event name, this is the handler function.
Object If the eventName parameter was an event name, this is the scope in which the handler function is executed.
[Method] Resumes firing events see suspendEvents
Boolean Pass as true to discard any queued events.
[Method] Sets the value of api
Object The new value.
[Method] Sets the value of batchActions
Boolean The new value.
[Method] Sets the value of batchOrder
String The new value.
[Method] Sets the value of bubbleEvents
String/String[] The new value.
[Method] Sets the value of cacheString
String The new value.
[Method] Sets the value of directionParam
String The new value.
[Method] Sets the value of enablePagingParams
Boolean The new value.
[Method] Sets a value in the underlying extraParams
String The key for the new value
Object The value
[Method] Sets the value of extraParams
Object The new value.
[Method] Sets the value of filterParam
String The new value.
[Method] Sets the value of groupParam
String The new value.
[Method] Sets the value of headers
Object The new value.
[Method] Sets the value of limitParam
String The new value.
[Method] Sets the value of listeners
Object The new value.
[Method] Sets the value of model
String/Ext.data.Model The new value.
[Method] Sets the value of noCache
Boolean The new value.
[Method] Sets the value of pageParam
String The new value.
[Method] Sets the value of password
String The new value.
[Method] Sets the value of reader
Object/String/Ext.data.reader.Reader The new value.
[Method] Sets the value of simpleSortMode
Boolean The new value.
[Method] Sets the value of sortParam
String The new value.
[Method] Sets the value of startParam
String The new value.
[Method] Sets the value of timeout
Number The new value.
[Method] Sets the value of url
String The new value.
[Method] Sets the value of useDefaultXhrHeader
Boolean The new value.
[Method] Sets the value of username
String The new value.
[Method] Sets the value of withCredentials
Boolean The new value.
[Method] Sets the value of writer
Object/String/Ext.data.writer.Writer The new value.
[Method] Suspends the firing of all events
[Method] Alias for removeListener
String/String[]/Object The type of event the handler was associated with.
Function/String The handler to remove. This must be a reference to the function passed into the addListener call.
Object The scope originally specified for the handler. It must be the same as the scope argument specified in the original call to addListener or the listener will not be removed.
Object Extra options object. See addListener for details.
String The order of the listener to remove. Possible values are before, current and after.
[Method] Alias for removeAfterListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Alias for removeBeforeListener
String/String[]/Object The name of the event the handler was associated with.
Function/String The handler to remove.
Object The scope originally specified for fn.
Object Extra options object.
[Method] Performs the given update operation