Properties Methods Events Config Options Direct Link

Class Ext.data.ResultSet

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

Config OptionsDefined 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

Public Properties

PropertyDefined By
 totalRecords : Mixed
DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead
ResultSet

Public Methods

This class has no public methods.

Public Events

This class has no public events.