|
Class Summary |
| StoreAddEvent<M> |
Indicates that an element has been added to the Store, and is visible under
the current filter settings. |
| StoreClearEvent<M> |
Indicates that the data in the Store has been cleared, and that corresponding
views should be cleared as well. |
| StoreDataChangeEvent<M> |
Indicates that the items in the store have been replaced. |
| StoreEvent<M,H extends EventHandler> |
Abstract supertype for events that come from a store, making it clear that
the source of the event is a Store. |
| StoreFilterEvent<M> |
Indicates that the Store has had its filtering properties changed, resulting
in changes in what data is visible. |
| StoreRecordChangeEvent<M> |
Indicates that a Record object in the Store has been changed in some way. |
| StoreRemoveEvent<M> |
Indicates that an element that was visible has been removed from the Store. |
| StoreSortEvent<M> |
Indicates that the store sort properties have changed. |
| StoreUpdateEvent<M> |
Indicates that changes to one or more Store.Records have been committed, so
the changes have affected the underlying model. |
| TreeStoreRemoveEvent<M> |
Indicates that an element that was visible has been removed from the Store. |