C - load config object typeM - model objects that populate the storeD - collection passed from the loaderpublic class ListStoreBinding<C,M,D extends List<M>> extends Object implements LoadHandler<C,D>
LoadHandler.HasLoadHandlers<M,C>| Constructor and Description |
|---|
ListStoreBinding(ListStore<M> listStore)
|
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(LoadEvent<C,D> event)
Called after a load operation.
|
public void onLoad(LoadEvent<C,D> event)
LoadHandlerCopyright © 2018. All rights reserved.