com.sencha.gxt.data.shared.event
Interface StoreHandlers.HasStoreHandlers<M>

Type Parameters:
M - the type of data contained in the store
All Superinterfaces:
EventHandler, HasHandlers, StoreAddEvent.HasStoreAddHandlers<M>, StoreClearEvent.HasStoreClearHandler<M>, StoreDataChangeEvent.HasStoreDataChangeHandlers<M>, StoreFilterEvent.HasStoreFilterHandlers<M>, StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M>, StoreRemoveEvent.HasStoreRemoveHandler<M>, StoreSortEvent.HasStoreSortHandler<M>, StoreUpdateEvent.HasStoreUpdateHandlers<M>
All Known Implementing Classes:
ListStore, Store, TreeStore
Enclosing interface:
StoreHandlers<M>

public static interface StoreHandlers.HasStoreHandlers<M>
extends StoreAddEvent.HasStoreAddHandlers<M>, StoreRemoveEvent.HasStoreRemoveHandler<M>, StoreUpdateEvent.HasStoreUpdateHandlers<M>, StoreRecordChangeEvent.HasStoreRecordChangeHandlers<M>, StoreFilterEvent.HasStoreFilterHandlers<M>, StoreClearEvent.HasStoreClearHandler<M>, StoreDataChangeEvent.HasStoreDataChangeHandlers<M>, StoreSortEvent.HasStoreSortHandler<M>

A class that implements this interface is a public source of common store events.


Method Summary
 HandlerRegistration addStoreHandlers(StoreHandlers<M> handlers)
          Adds a common store event handler.
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreAddEvent.HasStoreAddHandlers
addStoreAddHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreRemoveEvent.HasStoreRemoveHandler
addStoreRemoveHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreUpdateEvent.HasStoreUpdateHandlers
addStoreUpdateHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreRecordChangeEvent.HasStoreRecordChangeHandlers
addStoreRecordChangeHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreFilterEvent.HasStoreFilterHandlers
addStoreFilterHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreClearEvent.HasStoreClearHandler
addStoreClearHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreDataChangeEvent.HasStoreDataChangeHandlers
addStoreDataChangeHandler
 
Methods inherited from interface com.sencha.gxt.data.shared.event.StoreSortEvent.HasStoreSortHandler
addStoreSortHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addStoreHandlers

HandlerRegistration addStoreHandlers(StoreHandlers<M> handlers)
Adds a common store event handler.

Parameters:
handlers - the handlers
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.