Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Roo.data.MemoryProxy.json
1 {
2   "name" : "Roo.data.MemoryProxy",
3   "augments" : [
4   ],
5   "desc" : "An implementation of Roo.data.DataProxy that simply passes the data specified in its constructor\nto the Reader when its load method is called.",
6   "isSingleton" : false,
7   "isStatic" : true,
8   "isBuiltin" : false,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "load",
14       "desc" : "Load data from the requested source (in this case an in-memory\ndata object passed to the constructor), read the data object into\na block of Roo.data.Records using the passed Roo.data.DataReader implementation, and\nprocess that block using the passed callback.",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Roo.data.MemoryProxy",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24         {
25           "name" : "params",
26           "type" : "Object",
27           "desc" : "This parameter is not used by the MemoryProxy class.",
28           "isOptional" : false
29         },
30         {
31           "name" : "reader",
32           "type" : "Roo.data.DataReader",
33           "desc" : "The Reader object which converts the data\nobject into a block of Roo.data.Records.",
34           "isOptional" : false
35         },
36         {
37           "name" : "callback",
38           "type" : "Function",
39           "desc" : "The function into which to pass the block of Roo.data.records.\nThe function must be passed <ul>\n<li>The Record block object</li>\n<li>The \"arg\" argument from the load function</li>\n<li>A boolean success indicator</li>\n</ul>",
40           "isOptional" : false
41         },
42         {
43           "name" : "scope",
44           "type" : "Object",
45           "desc" : "The scope in which to call the callback",
46           "isOptional" : false
47         },
48         {
49           "name" : "arg",
50           "type" : "Object",
51           "desc" : "An optional argument which is passed to the callback as its second parameter.",
52           "isOptional" : false
53         }
54       ],
55       "returns" : [
56       ]
57     }
58   ],
59   "events" : [
60   ]
61 }