X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.data.Api.html?ds=inline diff --git a/docs/output/Ext.data.Api.html b/docs/output/Ext.data.Api.html index 92bb8795..50b4b491 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:
@@ -31,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.
|