enable grammerly in editor
[roojs1] / docs / symbols / Roo.data.DataProxy.json
1 {
2   "name" : "Roo.data.DataProxy",
3   "augments" : [],
4   "desc" : "This class is an abstract base class for implementations which provide retrieval of\nunformatted data objects.<br>\n<p>\nDataProxy implementations are usually used in conjunction with an implementation of Roo.data.DataReader\n(of the appropriate type which knows how to parse the data object) to provide a block of\n{@link Roo.data.Records} to an {@link Roo.data.Store}.<br>\n<p>\nCustom implementations must implement the load method as described in\n{@link Roo.data.HttpProxy#load}.",
5   "isSingleton" : false,
6   "isStatic" : false,
7   "isBuiltin" : false,
8   "memberOf" : "DataProxy",
9   "example" : "",
10   "deprecated" : "",
11   "since" : "",
12   "see" : "",
13   "params" : [],
14   "returns" : [],
15   "config" : [],
16   "methods" : [],
17   "events" : [
18     {
19       "name" : "load",
20       "desc" : "Fires before the load method's callback is called.",
21       "memberOf" : "Roo.data.DataProxy",
22       "example" : "",
23       "deprecated" : "",
24       "since" : "",
25       "see" : "",
26       "params" : [
27         {
28           "name" : "This",
29           "type" : "Object",
30           "desc" : "DataProxy object.",
31           "isOptional" : false
32         },
33         {
34           "name" : "o",
35           "type" : "Object",
36           "desc" : "The data object.",
37           "isOptional" : false
38         },
39         {
40           "name" : "arg",
41           "type" : "Object",
42           "desc" : "The callback argument object passed to the load function.",
43           "isOptional" : false
44         }
45       ],
46       "returns" : []
47     },
48     {
49       "name" : "beforeload",
50       "desc" : "Fires before a network request is made to retrieve a data object.",
51       "memberOf" : "Roo.data.DataProxy",
52       "example" : "",
53       "deprecated" : "",
54       "since" : "",
55       "see" : "",
56       "params" : [
57         {
58           "name" : "This",
59           "type" : "Object",
60           "desc" : "DataProxy object.",
61           "isOptional" : false
62         },
63         {
64           "name" : "params",
65           "type" : "Object",
66           "desc" : "The params parameter to the load function.",
67           "isOptional" : false
68         }
69       ],
70       "returns" : []
71     },
72     {
73       "name" : "loadexception",
74       "desc" : "Fires if an Exception occurs during data retrieval.",
75       "memberOf" : "Roo.data.DataProxy",
76       "example" : "",
77       "deprecated" : "",
78       "since" : "",
79       "see" : "",
80       "params" : [
81         {
82           "name" : "This",
83           "type" : "Object",
84           "desc" : "DataProxy object.",
85           "isOptional" : false
86         },
87         {
88           "name" : "o",
89           "type" : "Object",
90           "desc" : "The data object.",
91           "isOptional" : false
92         },
93         {
94           "name" : "arg",
95           "type" : "Object",
96           "desc" : "The callback argument object passed to the load function.",
97           "isOptional" : false
98         },
99         {
100           "name" : "e",
101           "type" : "Object",
102           "desc" : "The Exception.",
103           "isOptional" : false
104         }
105       ],
106       "returns" : []
107     }
108   ]
109 }