V - viewP - presenterF - factorypublic interface ComponentLoader<V extends ComponentView,P extends ComponentPresenterWidget<V>,F extends ComponentPresenterFactory<V,P>>
| Modifier and Type | Method and Description |
|---|---|
void |
get(Object type,
com.google.gwt.user.client.rpc.AsyncCallback<F> asyncCallback)
Loads component by type.
|
com.google.gwt.inject.client.AsyncProvider<F> |
register(Object type,
com.google.gwt.inject.client.AsyncProvider<F> provider)
Register component by type.
|
void get(Object type, com.google.gwt.user.client.rpc.AsyncCallback<F> asyncCallback) throws IllegalArgumentException, UnsupportedOperationException
type - asyncCallback - IllegalArgumentException - if asyncCallback is nullUnsupportedOperationException - if missing configuration mapping for tabTypecom.google.gwt.inject.client.AsyncProvider<F> register(Object type, com.google.gwt.inject.client.AsyncProvider<F> provider)
type - provider - Copyright © 2012–2014 RedSoft. All rights reserved.