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