Class CQ.Ext.data.Request
| Package: | CQ.Ext.data |
| Class: | Request |
| Extends: | Object |
| Clientlib: | cq.widgets |
A simple Request class used internally to the data package to provide more generalized remote-requests
to a DataProxy.
TODO Not yet implemented. Implement in CQ.Ext.data.Store#execute
Config Options
| |
action : String
|
Request |
| |
callback : Function
The function to call when request is complete
|
Request |
| |
params : Object
HTTP request params
|
Request |
| |
reader : CQ.Ext.data.DataReader
The DataReader instance which will parse the received response
|
Request |
| |
rs : CQ.Ext.data.Record[]/CQ.Ext.data.Record
The Store recordset associated with the request.
|
Request |
| |
scope : Object
The scope of the callback funtion
|
Request |
Public Properties
This class has no public properties.
Public Methods
This class has no public methods.
Public Events
This class has no public events.