Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.data.ResultSet.js
1 Ext.data.JsonP.Ext_data_ResultSet({
2   "allMixins": [
3
4   ],
5   "deprecated": null,
6   "docauthor": null,
7   "members": {
8     "cfg": [
9       {
10         "type": "Number",
11         "deprecated": null,
12         "alias": null,
13         "protected": false,
14         "tagname": "cfg",
15         "href": "ResultSet.html#Ext-data-ResultSet-cfg-count",
16         "shortDoc": "The number of records in this ResultSet. ...",
17         "static": false,
18         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
19         "private": false,
20         "name": "count",
21         "owner": "Ext.data.ResultSet",
22         "doc": "<p>The number of records in this ResultSet. Note that total may differ from this number</p>\n",
23         "linenr": 16,
24         "html_filename": "ResultSet.html"
25       },
26       {
27         "type": "Boolean",
28         "deprecated": null,
29         "alias": null,
30         "protected": false,
31         "tagname": "cfg",
32         "href": "ResultSet.html#Ext-data-ResultSet-cfg-loaded",
33         "shortDoc": "True if the records have already been loaded. ...",
34         "static": false,
35         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
36         "private": false,
37         "name": "loaded",
38         "owner": "Ext.data.ResultSet",
39         "doc": "<p>True if the records have already been loaded. This is only meaningful when dealing with\nSQL-backed proxies</p>\n",
40         "linenr": 9,
41         "html_filename": "ResultSet.html"
42       },
43       {
44         "type": "Array",
45         "deprecated": null,
46         "alias": null,
47         "protected": false,
48         "tagname": "cfg",
49         "href": "ResultSet.html#Ext-data-ResultSet-cfg-records",
50         "shortDoc": "The array of record instances. ...",
51         "static": false,
52         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
53         "private": false,
54         "name": "records",
55         "owner": "Ext.data.ResultSet",
56         "doc": "<p>The array of record instances. Required</p>\n",
57         "linenr": 35,
58         "html_filename": "ResultSet.html"
59       },
60       {
61         "type": "Boolean",
62         "deprecated": null,
63         "alias": null,
64         "protected": false,
65         "tagname": "cfg",
66         "href": "ResultSet.html#Ext-data-ResultSet-cfg-success",
67         "static": false,
68         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
69         "private": false,
70         "name": "success",
71         "owner": "Ext.data.ResultSet",
72         "doc": "<p>True if the ResultSet loaded successfully, false if any errors were encountered</p>\n",
73         "linenr": 29,
74         "html_filename": "ResultSet.html"
75       },
76       {
77         "type": "Number",
78         "deprecated": null,
79         "alias": null,
80         "protected": false,
81         "tagname": "cfg",
82         "href": "ResultSet.html#Ext-data-ResultSet-cfg-total",
83         "shortDoc": "The total number of records reported by the data source. ...",
84         "static": false,
85         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
86         "private": false,
87         "name": "total",
88         "owner": "Ext.data.ResultSet",
89         "doc": "<p>The total number of records reported by the data source. This ResultSet may form a subset of\nthose records (see count)</p>\n",
90         "linenr": 22,
91         "html_filename": "ResultSet.html"
92       }
93     ],
94     "method": [
95       {
96         "deprecated": null,
97         "alias": null,
98         "href": "ResultSet.html#Ext-data-ResultSet-method-constructor",
99         "tagname": "method",
100         "protected": false,
101         "shortDoc": "Creates the resultSet ...",
102         "static": false,
103         "params": [
104           {
105             "type": "Object",
106             "optional": true,
107             "doc": "<p>(optional) Config object.</p>\n",
108             "name": "config"
109           }
110         ],
111         "private": false,
112         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
113         "doc": "<p>Creates the resultSet</p>\n",
114         "owner": "Ext.data.ResultSet",
115         "name": "ResultSet",
116         "html_filename": "ResultSet.html",
117         "return": {
118           "type": "Object",
119           "doc": "\n"
120         },
121         "linenr": 39
122       }
123     ],
124     "property": [
125       {
126         "type": "Mixed",
127         "deprecated": null,
128         "alias": null,
129         "protected": false,
130         "tagname": "property",
131         "href": "ResultSet.html#Ext-data-ResultSet-property-totalRecords",
132         "shortDoc": "DEPRECATED - will be removed in Ext JS 5.0. ...",
133         "static": false,
134         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
135         "private": false,
136         "name": "totalRecords",
137         "owner": "Ext.data.ResultSet",
138         "doc": "<p>DEPRECATED - will be removed in <a href=\"#/api/Ext\" rel=\"Ext\" class=\"docClass\">Ext</a> JS 5.0. This is just a copy of this.total - use that instead</p>\n",
139         "linenr": 46,
140         "html_filename": "ResultSet.html"
141       }
142     ],
143     "cssVar": [
144
145     ],
146     "cssMixin": [
147
148     ],
149     "event": [
150
151     ]
152   },
153   "singleton": false,
154   "alias": null,
155   "superclasses": [
156
157   ],
158   "protected": false,
159   "tagname": "class",
160   "mixins": [
161
162   ],
163   "href": "ResultSet.html#Ext-data-ResultSet",
164   "subclasses": [
165
166   ],
167   "static": false,
168   "author": "Ed Spencer",
169   "component": false,
170   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/ResultSet.js",
171   "private": false,
172   "alternateClassNames": [
173
174   ],
175   "name": "Ext.data.ResultSet",
176   "doc": "<p>Simple wrapper class that represents a set of records returned by a Proxy.</p>\n\n",
177   "mixedInto": [
178
179   ],
180   "linenr": 1,
181   "xtypes": [
182
183   ],
184   "html_filename": "ResultSet.html",
185   "extends": "Object"
186 });