X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.data.MemoryProxy.json;fp=docs%2Fsymbols%2FRoo.data.MemoryProxy.json;h=52686be67fbb9f22ac37167c93c522fabd1203c0;hp=e8fed7fa08ad848ba77277106ac70e81cf321a23;hb=e01802ac69da0ec0c9ccecc295beff82c1779f68;hpb=0fa7894b7489284160ff14afdca7b6911983357f diff --git a/docs/symbols/Roo.data.MemoryProxy.json b/docs/symbols/Roo.data.MemoryProxy.json index e8fed7fa08..52686be67f 100644 --- a/docs/symbols/Roo.data.MemoryProxy.json +++ b/docs/symbols/Roo.data.MemoryProxy.json @@ -1,10 +1,15 @@ { "name" : "Roo.data.MemoryProxy", "augments" : [], + "childClasses" : { }, + "tree_children" : [], + "tree_parent" : [], "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.", "isSingleton" : false, "isStatic" : false, "isBuiltin" : false, + "isAbstract" : false, + "isBuilderTop" : false, "memberOf" : "MemoryProxy", "example" : "", "deprecated" : "", @@ -19,19 +24,26 @@ } ], "returns" : [], + "throws" : "", + "requires" : "", "config" : [], "methods" : [ { "name" : "load", + "type" : "function", "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.", + "sig" : "(params, reader, callback, scope, arg)", + "static" : false, + "memberOf" : "", "isStatic" : false, "isConstructor" : false, "isPrivate" : false, - "memberOf" : "Roo.data.MemoryProxy", "example" : "", "deprecated" : "", "since" : "", "see" : "", + "exceptions" : "", + "requires" : "", "params" : [ { "name" : "params",