X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.data.ResultSet.html diff --git a/docs/api/Ext.data.ResultSet.html b/docs/api/Ext.data.ResultSet.html new file mode 100644 index 00000000..aeca13f4 --- /dev/null +++ b/docs/api/Ext.data.ResultSet.html @@ -0,0 +1,58 @@ +Ext.data.ResultSet | Ext JS 4.0 Documentation +
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    +
\ No newline at end of file