
| Interface | Description |
|---|---|
| StoreAddEvent.HasStoreAddHandlers<M> |
A class that implements this interface is a public source of
StoreAddEvent. |
| StoreAddEvent.StoreAddHandler<M> |
Handler interface for
StoreAddEvent. |
| StoreClearEvent.HasStoreClearHandler<M> |
A class that implements this interface is a public source of
StoreClearEvent. |
| StoreClearEvent.StoreClearHandler<M> |
Handler interface for
StoreClearEvent. |
| StoreDataChangeEvent.HasStoreDataChangeHandlers<M> |
A class that implements this interface is a public source of
StoreDataChangeEvent. |
| StoreDataChangeEvent.StoreDataChangeHandler<M> |
Handler interface for
StoreDataChangeEvent. |
| StoreFilterEvent.HasStoreFilterHandlers<M> |
A class that implements this interface is a public source of
StoreFilterEvent. |
| StoreFilterEvent.StoreFilterHandler<M> |
Handler interface for
StoreFilterEvent. |
| StoreHandlers<M> |
Handler interface for common store events.
|
| StoreHandlers.HasStoreHandlers<M> |
A class that implements this interface is a public source of
common store events.
|
| StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M> |
A class that implements this interface is a public source of
StoreRecordChangeEvent. |
| StoreRecordChangeEvent.StoreRecordChangeHandler<M> |
Handler interface for
StoreRecordChangeEvent. |
| StoreRemoveEvent.HasStoreRemoveHandler<M> |
A class that implements this interface is a public source of
StoreRemoveEvent. |
| StoreRemoveEvent.StoreRemoveHandler<M> |
Handler interface for
StoreRemoveEvent. |
| StoreSortEvent.HasStoreSortHandler<M> |
A class that implements this interface is a public source of
StoreSortEvent. |
| StoreSortEvent.StoreSortHandler<M> |
Handler interface for
StoreSortEvent. |
| StoreUpdateEvent.HasStoreUpdateHandlers<M> |
A class that implements this interface is a public source of
StoreUpdateEvent. |
| StoreUpdateEvent.StoreUpdateHandler<M> |
Handler interface for
StoreUpdateEvent. |
| Class | Description |
|---|---|
| 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.
|
Copyright © 2016. All rights reserved.