Classes
 ClassDescription
 PagedCollection Base implementation of a paged collection that supports ItemPendingError.
The collection holds two complete pages of data.

Subclassed have to implement a getResult method that will retrieve a range of elements.
 PagedQuery Implementation of the Tide paged collection with an generic service backend.

By default the corresponding service should have the same name and expose a 'find' method
that returns a Map with the following properties :
   resultCount
   resultList
   firstResult
   maxResults
   
The name of the remote service can be overriden by setting the remoteComponentName property.
 PersistentCollection Internal implementation of persistent collection handling automatic lazy loading.
Used for wrapping persistent collections received from the server.
Should not be used directly.
 PersistentMap Internal implementation of persistent map handling automatic lazy loading.
Used for wrapping persistent map received from the server.
Should not be used directly.
 RemoteList 
 SortableAsyncListView