X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..c8256059947f3aa8f5b0a9a2acf55e2142bb4742:/docs/output/Ext.data.Api.html diff --git a/docs/output/Ext.data.Api.html b/docs/output/Ext.data.Api.html index d338075f..49686d54 100644 --- a/docs/output/Ext.data.Api.html +++ b/docs/output/Ext.data.Api.html @@ -1,4 +1,4 @@ -
Package: | Ext.data |
Defined In: | Api.js |
Class: | Api |
Extends: | Object |
Package: | Ext.data |
Defined In: | Api.js |
Class: | Api |
Extends: | Object |
Property | Defined By | |
---|---|---|
actions : Object Defined actions corresponding to remote actions:
@@ -18,7 +18,11 @@ Defaults to:
read : 'GET',
update : 'PUT',
destroy : 'DELETE'
-}, | Api |
Method | Defined By | |
---|---|---|
getVerb( String name )
+}, | Api |
Method | Defined By | |
---|---|---|
Response()
+ :
+ void Ext.data.Response
+Experimental. Do not use directly. Ext.data.Response
+Experimental. Do not use directly. Parameters:
| Api | |
getVerb( String name )
:
String||nullReturns the actual CRUD action KEY "create", "read", "update" or "destroy" from the supplied action-name. This metho... Returns the actual CRUD action KEY "create", "read", "update" or "destroy" from the supplied action-name. This method is used internally and shouldn't generally
need to be used directly. The key/value pair of Ext.data.Api.actions will often be identical but this is not necessarily true. A developer can override this naming
@@ -27,13 +31,13 @@ required. This method will cache discovered KEYS into the private validActions
:
Boolean Returns true if the supplied verb upon the supplied proxy points to a unique url in that none of the other api-action... Returns true if the supplied verb upon the supplied proxy points to a unique url in that none of the other api-actions
point to the same url. The question is important for deciding whether to insert the "xaction" HTTP parameter within an
-Ajax request. This method is used internally and shouldn't generally need to be called directly. Parameters:
| Api | |
isAction( String action , String[]}(Optional) List )
+Ajax request. This method is used internally and shouldn't generally need to be called directly.Parameters:
| Api | |
isAction( String action )
:
- BooleanReturns true if supplied action-name is a valid API action defined in actions constants Returns true if supplied action-name is a valid API action defined in actions constantsParameters:
| Api | |
isValid()
+ Boolean Returns true if supplied action-name is a valid API action defined in actions constants Returns true if supplied action-name is a valid API action defined in actions constantsParameters:
| Api | |
isValid()
:
- String[]||true Returns true if the supplied API is valid; that is, check that all keys match defined actions
+ String[]|true Returns true if the supplied API is valid; that is, check that all keys match defined actions
otherwise returns an ar... Returns true if the supplied API is valid; that is, check that all keys match defined actions
-otherwise returns an array of mistakes. Parameters:
| Api | |
prepare( Ext.data.DataProxy proxy )
+otherwise returns an array of mistakes.Parameters:
| Api | |
prepare( Ext.data.DataProxy proxy )
:
voidThis method is used internally by DataProxy and should not generally need to be used directly.
Each action of a DataP... This method is used internally by DataProxy and should not generally need to be used directly.
|