Fix #5665 - pre-commit hooks for roojs
[roojs1] / docs / symbols / Roo.data.DataProxy.json
1 {
2   "name" : "Roo.data.DataProxy",
3   "augments" : [
4   ],
5   "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}.",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : false,
9   "memberOf" : "DataProxy",
10   "example" : "",
11   "deprecated" : "",
12   "since" : "",
13   "see" : "",
14   "params" : [
15   ],
16   "returns" : [
17   ],
18   "config" : [
19   ],
20   "methods" : [
21   ],
22   "events" : [
23     {
24       "name" : "load",
25       "desc" : "Fires before the load method's callback is called.",
26       "memberOf" : "Roo.data.DataProxy",
27       "example" : "",
28       "deprecated" : "",
29       "since" : "",
30       "see" : "",
31       "params" : [
32         {
33           "name" : "This",
34           "type" : "Object",
35           "desc" : "DataProxy object.",
36           "isOptional" : false
37         },
38         {
39           "name" : "o",
40           "type" : "Object",
41           "desc" : "The data object.",
42           "isOptional" : false
43         },
44         {
45           "name" : "arg",
46           "type" : "Object",
47           "desc" : "The callback argument object passed to the load function.",
48           "isOptional" : false
49         }
50       ],
51       "returns" : [
52       ]
53     },
54     {
55       "name" : "beforeload",
56       "desc" : "Fires before a network request is made to retrieve a data object.",
57       "memberOf" : "Roo.data.DataProxy",
58       "example" : "",
59       "deprecated" : "",
60       "since" : "",
61       "see" : "",
62       "params" : [
63         {
64           "name" : "This",
65           "type" : "Object",
66           "desc" : "DataProxy object.",
67           "isOptional" : false
68         },
69         {
70           "name" : "params",
71           "type" : "Object",
72           "desc" : "The params parameter to the load function.",
73           "isOptional" : false
74         }
75       ],
76       "returns" : [
77       ]
78     },
79     {
80       "name" : "loadexception",
81       "desc" : "Fires if an Exception occurs during data retrieval.",
82       "memberOf" : "Roo.data.DataProxy",
83       "example" : "",
84       "deprecated" : "",
85       "since" : "",
86       "see" : "",
87       "params" : [
88         {
89           "name" : "This",
90           "type" : "Object",
91           "desc" : "DataProxy object.",
92           "isOptional" : false
93         },
94         {
95           "name" : "o",
96           "type" : "Object",
97           "desc" : "The data object.",
98           "isOptional" : false
99         },
100         {
101           "name" : "arg",
102           "type" : "Object",
103           "desc" : "The callback argument object passed to the load function.",
104           "isOptional" : false
105         },
106         {
107           "name" : "e",
108           "type" : "Object",
109           "desc" : "The Exception.",
110           "isOptional" : false
111         }
112       ],
113       "returns" : [
114       ]
115     }
116   ]
117 }