Package com.extjs.gxt.ui.client.store

The Store class encapsulates a client side cache of ModelData instances which provide input data for Components such as the ComboBox and DataView.

See:
          Description

Interface Summary
StoreFilter<T extends ModelData> Interface for store filters.
 

Class Summary
GroupingStore<M extends ModelData> A specialized store implementation that provides for grouping models by one of the available fields.
ListStore<M extends ModelData> The store class encapsulates a client side cache of ModelData objects which provide input data for Components such as the ComboBox and ListView.
Record Records wrap model instances and provide specialized editing features, including modification tracking and editing capabilities.
Store<M extends ModelData> The store class encapsulates a client side cache of ModelData objects which provide input data for components such as the ComboBox and ListView.
StoreEvent<M extends ModelData> A store event.
StoreListener<M extends ModelData> Store event listener.
StoreSorter<M extends ModelData> Sorts the records in a store.
TreeStore<M extends ModelData> A store for hierarchical data.
TreeStoreEvent<M extends ModelData> A tree store event.
TreeStoreModel "Wraps" a model and provides parent-child relationships to the model.
 

Enum Summary
Record.RecordUpdate Update enumeration.
 

Package com.extjs.gxt.ui.client.store Description

The Store class encapsulates a client side cache of ModelData instances which provide input data for Components such as the ComboBox and DataView.