Package: | Ext.data |
Defined In: | ResultSet.js |
Class: | ResultSet |
Extends: | Object |
Simple wrapper class that represents a set of records returned by a Proxy.
Config Options | Defined By | |
---|---|---|
count : Number The number of records in this ResultSet. Note that total may differ from this number | ResultSet | |
loaded : Boolean True if the records have already been loaded. This is only meaningful when dealing with
SQL-backed proxies | ResultSet | |
records : Array The array of record instances. Required | ResultSet | |
success : Boolean True if the ResultSet loaded successfully, false if any errors were encountered | ResultSet | |
total : Number The total number of records reported by the data source. This ResultSet may form a subset of
those records (see count... The total number of records reported by the data source. This ResultSet may form a subset of
those records (see count) | ResultSet |
Property | Defined By | |
---|---|---|
totalRecords : Mixed DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead | ResultSet |