sync
[roojs1] / docs2 / symbols / Roo.data.DataProxy.json
diff --git a/docs2/symbols/Roo.data.DataProxy.json b/docs2/symbols/Roo.data.DataProxy.json
deleted file mode 100644 (file)
index 74aa33a..0000000
+++ /dev/null
@@ -1,117 +0,0 @@
-{
-  "name" : "Roo.data.DataProxy",
-  "augments" : [
-  ],
-  "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}.",
-  "isSingleton" : false,
-  "isStatic" : false,
-  "isBuiltin" : false,
-  "memberOf" : "DataProxy",
-  "example" : "",
-  "deprecated" : "",
-  "since" : "",
-  "see" : "",
-  "params" : [
-  ],
-  "returns" : [
-  ],
-  "config" : [
-  ],
-  "methods" : [
-  ],
-  "events" : [
-    {
-      "name" : "load",
-      "desc" : "Fires before the load method's callback is called.",
-      "memberOf" : "",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [
-        {
-          "name" : "This",
-          "type" : "Object",
-          "desc" : "DataProxy object.",
-          "isOptional" : false
-        },
-        {
-          "name" : "o",
-          "type" : "Object",
-          "desc" : "The data object.",
-          "isOptional" : false
-        },
-        {
-          "name" : "arg",
-          "type" : "Object",
-          "desc" : "The callback argument object passed to the load function.",
-          "isOptional" : false
-        }
-      ],
-      "returns" : [
-      ]
-    },
-    {
-      "name" : "beforeload",
-      "desc" : "Fires before a network request is made to retrieve a data object.",
-      "memberOf" : "",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [
-        {
-          "name" : "This",
-          "type" : "Object",
-          "desc" : "DataProxy object.",
-          "isOptional" : false
-        },
-        {
-          "name" : "params",
-          "type" : "Object",
-          "desc" : "The params parameter to the load function.",
-          "isOptional" : false
-        }
-      ],
-      "returns" : [
-      ]
-    },
-    {
-      "name" : "loadexception",
-      "desc" : "Fires if an Exception occurs during data retrieval.",
-      "memberOf" : "",
-      "example" : "",
-      "deprecated" : "",
-      "since" : "",
-      "see" : "",
-      "params" : [
-        {
-          "name" : "This",
-          "type" : "Object",
-          "desc" : "DataProxy object.",
-          "isOptional" : false
-        },
-        {
-          "name" : "o",
-          "type" : "Object",
-          "desc" : "The data object.",
-          "isOptional" : false
-        },
-        {
-          "name" : "arg",
-          "type" : "Object",
-          "desc" : "The callback argument object passed to the load function.",
-          "isOptional" : false
-        },
-        {
-          "name" : "e",
-          "type" : "Object",
-          "desc" : "The Exception.",
-          "isOptional" : false
-        }
-      ],
-      "returns" : [
-      ]
-    }
-  ]
-}
\ No newline at end of file