M - the model typepublic final class StoreUpdateEvent<M> extends StoreEvent<M,StoreUpdateEvent.StoreUpdateHandler<M>>
Store.Records have been committed, so
the changes have affected the underlying model.| Modifier and Type | Class and Description |
|---|---|
static interface |
StoreUpdateEvent.HasStoreUpdateHandlers<M>
A class that implements this interface is a public source of
StoreUpdateEvent. |
static interface |
StoreUpdateEvent.StoreUpdateHandler<M>
Handler interface for
StoreUpdateEvent. |
GwtEvent.Type<H>| Constructor and Description |
|---|
StoreUpdateEvent(List<M> items)
Creates a new store update event.
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<StoreUpdateEvent.StoreUpdateHandler<M>> |
getAssociatedType() |
List<M> |
getItems()
Returns the items that were responsible for firing this store update event.
|
static GwtEvent.Type<StoreUpdateEvent.StoreUpdateHandler<?>> |
getType()
Gets the type associated with this event.
|
getSourcepublic static GwtEvent.Type<StoreUpdateEvent.StoreUpdateHandler<?>> getType()
public GwtEvent.Type<StoreUpdateEvent.StoreUpdateHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreUpdateEvent.StoreUpdateHandler<M>>Copyright © 2012. All Rights Reserved.