Class ListStoreBinding<C,M,D extends List<M>>
- java.lang.Object
-
- com.sencha.gxt.data.shared.loader.ListStoreBinding<C,M,D>
-
- Type Parameters:
C
- load config object typeM
- model objects that populate the storeD
- collection passed from the loader
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,LoadHandler<C,D>
public class ListStoreBinding<C,M,D extends List<M>> extends Object implements LoadHandler<C,D>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sencha.gxt.data.shared.loader.LoadHandler
LoadHandler.HasLoadHandlers<M,C>
-
-
Constructor Summary
Constructors Constructor Description ListStoreBinding(ListStore<M> listStore)
-
-
-
Method Detail
-
onLoad
public void onLoad(LoadEvent<C,D> event)
Description copied from interface:LoadHandler
Called after a load operation.- Specified by:
onLoad
in interfaceLoadHandler<C,M>
- Parameters:
event
- the event being handled
-
-