Package | Description |
---|---|
org.jboss.errai.common.client.util | |
org.jboss.errai.ioc.client.container.async | |
org.jboss.errai.ui.nav.client.local.spi |
Modifier and Type | Method and Description |
---|---|
static void |
AsyncBeanFactory.createBean(Object bean,
CreationalCallback callback)
Deliver/dispatch the new bean instance asynchronously.
|
Modifier and Type | Method and Description |
---|---|
CreationalCallback<T> |
AsyncBeanFuture.getCreationalCallback() |
Modifier and Type | Method and Description |
---|---|
<T> void |
AsyncCreationalContext.addWait(BeanRef beanRef,
CreationalCallback<T> callback)
Add a
CreationalCallback to the wait queue. |
void |
AsyncBeanContext.finish(CreationalCallback<?> callbackInstance) |
void |
AsyncBeanContext.finish(CreationalCallback<?> callbackInstance,
Object beanValue) |
<T> void |
AsyncCreationalContext.getBeanInstance(CreationalCallback<T> creationalCallback,
Class<T> beanType,
Annotation[] qualifiers) |
Object |
AsyncBeanContext.getBeanValue(CreationalCallback<?> callbackInstance) |
void |
AsyncDependentBean.getInstance(CreationalCallback<T> callback) |
void |
AsyncBeanDef.getInstance(CreationalCallback<T> callback)
Returns an instance of the bean within the active scope.
|
void |
AsyncSingletonBean.getInstance(CreationalCallback<T> callback,
AsyncCreationalContext context) |
void |
AsyncDependentBean.getInstance(CreationalCallback<T> callback,
AsyncCreationalContext context) |
void |
AsyncBeanProvider.getInstance(CreationalCallback<T> callback,
AsyncCreationalContext creationalContext) |
void |
AsyncBeanDef.getInstance(CreationalCallback<T> callback,
AsyncCreationalContext context)
Returns an instance of the bean within the active scope, using the specified SimpleCreationalContext.
|
<T> void |
AsyncCreationalContext.getInstanceOrNew(AsyncBeanProvider<T> beanProvider,
CreationalCallback<T> creationalCallback,
Class<?> beanType,
Annotation[] qualifiers) |
<T> void |
AsyncCreationalContext.getSingletonInstanceOrNew(AsyncInjectionContext injectionContext,
AsyncBeanProvider<T> beanProvider,
CreationalCallback<T> creationalCallback,
Class<T> beanType,
Annotation[] qualifiers)
This method is invoked by generated code (in BootstrapperImpl).
|
<T> void |
AsyncCreationalContext.getSingletonInstanceOrNew(AsyncInjectionContext injectionContext,
AsyncBeanProvider<T> beanProvider,
CreationalCallback<T> creationalCallback,
Class type,
Class<T> beanType,
Annotation[] qualifiers,
String name)
Implements the singleton loading logic for beans.
|
void |
AsyncDependentBean.newInstance(CreationalCallback<T> callback) |
void |
AsyncBeanDef.newInstance(CreationalCallback<T> callback)
Returns a new instance of the bean.
|
void |
AsyncBeanContext.wait(CreationalCallback<?> callbackInstance) |
void |
AsyncBeanContext.waitConstruct(CreationalCallback<?> callbackInstance) |
Constructor and Description |
---|
AsyncBeanFuture(CreationalCallback<T> creationalCallback) |
Modifier and Type | Class and Description |
---|---|
protected static class |
NavigationGraph.PageNodeCreationalCallback<W extends com.google.gwt.user.client.ui.IsWidget> |
Modifier and Type | Method and Description |
---|---|
void |
PageNode.produceContent(CreationalCallback<W> callback)
Retrieves the widget that provides this page's content from the client-side bean manager.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.