For up to date documentation and features, visit http://docs.sencha.com/ext-js/4-0

Sencha Documentation

Simple wrapper class that represents a set of records returned by a Proxy.

Defined By

Config Options

Other Configs

 

The number of records in this ResultSet. Note that total may differ from this number

The number of records in this ResultSet. Note that total may differ from this number

 

True if the records have already been loaded. This is only meaningful when dealing with SQL-backed proxies

True if the records have already been loaded. This is only meaningful when dealing with SQL-backed proxies

 

The array of record instances. Required

The array of record instances. Required

 

True if the ResultSet loaded successfully, false if any errors were encountered

True if the ResultSet loaded successfully, false if any errors were encountered

 

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)

Defined By

Properties

 

DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead

DEPRECATED - will be removed in Ext JS 5.0. This is just a copy of this.total - use that instead

Defined By

Methods

 

Creates the new ResultSet

Creates the new ResultSet

Returns

  • void