M - The type of data in the Storepublic final class StoreFilterEvent<M> extends StoreEvent<M,StoreFilterEvent.StoreFilterHandler<M>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StoreFilterEvent.HasStoreFilterHandlers<M>
A class that implements this interface is a public source of
StoreFilterEvent. |
static interface |
StoreFilterEvent.StoreFilterHandler<M>
Handler interface for
StoreFilterEvent. |
GwtEvent.Type<H>| Constructor and Description |
|---|
StoreFilterEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<StoreFilterEvent.StoreFilterHandler<M>> |
getAssociatedType() |
static GwtEvent.Type<StoreFilterEvent.StoreFilterHandler<?>> |
getType()
Gets the type associated with this event.
|
getSourcepublic static GwtEvent.Type<StoreFilterEvent.StoreFilterHandler<?>> getType()
public GwtEvent.Type<StoreFilterEvent.StoreFilterHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreFilterEvent.StoreFilterHandler<M>>Copyright © 2012. All Rights Reserved.