C - load config object typeM - model objects that populate the storeD - load result passed from the loaderpublic class LoadResultListStoreBinding<C,M,D extends ListLoadResult<M>> extends Object implements LoadHandler<C,D>
LoadEvent fired when a Loader has
finished loading data. This handler takes a ListStore and uses the
contents of the ListLoadResult provided by the Loader to re-populate
the store.LoadHandler.HasLoadHandlers<M,C>| Constructor and Description |
|---|
LoadResultListStoreBinding(ListStore<M> store)
Creates a load event handler that re-populates the given list store using
the list load result provided by the loader via the event.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(LoadEvent<C,D> event)
Called after a load operation.
|
public void onLoad(LoadEvent<C,D> event)
LoadHandleronLoad in interface LoadHandler<C,D extends ListLoadResult<M>>event - the event being handledCopyright © 2018. All rights reserved.