|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.sencha.gxt.data.shared.event.StoreEvent<M,StoreClearEvent.StoreClearHandler<M>>
com.sencha.gxt.data.shared.event.StoreClearEvent<M>
M - the model typepublic final class StoreClearEvent<M>
Indicates that the data in the Store has been cleared, and that corresponding views should be cleared as well.
| Nested Class Summary | |
|---|---|
static interface |
StoreClearEvent.HasStoreClearHandler<M>
A class that implements this interface is a public source of StoreClearEvent. |
static interface |
StoreClearEvent.StoreClearHandler<M>
Handler interface for StoreClearEvent. |
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
StoreClearEvent()
|
|
| Method Summary | |
|---|---|
GwtEvent.Type<StoreClearEvent.StoreClearHandler<M>> |
getAssociatedType()
|
static GwtEvent.Type<StoreClearEvent.StoreClearHandler<?>> |
getType()
Gets the type associated with this event. |
| Methods inherited from class com.sencha.gxt.data.shared.event.StoreEvent |
|---|
getSource |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StoreClearEvent()
| Method Detail |
|---|
public static GwtEvent.Type<StoreClearEvent.StoreClearHandler<?>> getType()
public GwtEvent.Type<StoreClearEvent.StoreClearHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreClearEvent.StoreClearHandler<M>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||