com.sencha.gxt.data.shared.event
Class StoreClearEvent<M>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.sencha.gxt.data.shared.event.StoreEvent<M,StoreClearEvent.StoreClearHandler<M>>
              extended by com.sencha.gxt.data.shared.event.StoreClearEvent<M>
Type Parameters:
M - the model type

public final class StoreClearEvent<M>
extends StoreEvent<M,StoreClearEvent.StoreClearHandler<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

StoreClearEvent

public StoreClearEvent()
Method Detail

getType

public static GwtEvent.Type<StoreClearEvent.StoreClearHandler<?>> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<StoreClearEvent.StoreClearHandler<M>> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<StoreClearEvent.StoreClearHandler<M>>


Copyright © 2012. All Rights Reserved.