Module: recordset
The Recordset utility provides a standard way for dealing with
a collection of similar objects.
This module contains the following classes:
Submodules:
recordset-base
- The Recordset utility provides a standard way for dealing with
a collection of similar objects.
recordset-filter
- Plugin that provides the ability to filter through a recordset.
Uses the filter methods available on Y.Array (see arrayextras submodule) to filter the recordset.
recordset-indexer
- Provides the ability to store multiple custom hash tables referencing records in the recordset.
recordset-sort
- Adds default and custom sorting functionality to the Recordset utility