Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.common.client.util.CreationalCallback

Packages that use CreationalCallback
org.jboss.errai.common.client.util   
org.jboss.errai.ioc.client.container.async   
org.jboss.errai.ui.nav.client.local.spi   
 

Uses of CreationalCallback in org.jboss.errai.common.client.util
 

Methods in org.jboss.errai.common.client.util with parameters of type CreationalCallback
static void AsyncBeanFactory.createBean(Object bean, CreationalCallback callback)
          Deliver/dispatch the new bean instance asynchronously.
 

Uses of CreationalCallback in org.jboss.errai.ioc.client.container.async
 

Methods in org.jboss.errai.ioc.client.container.async that return CreationalCallback
 CreationalCallback<T> AsyncBeanFuture.getCreationalCallback()
           
 

Methods in org.jboss.errai.ioc.client.container.async with parameters of type CreationalCallback
<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 AsyncBeanDef.getInstance(CreationalCallback<T> callback, AsyncCreationalContext context)
          Returns an instance of the bean within the active scope, using the specified SimpleCreationalContext.
 void AsyncBeanProvider.getInstance(CreationalCallback<T> callback, AsyncCreationalContext creationalContext)
           
<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)
           
 

Constructors in org.jboss.errai.ioc.client.container.async with parameters of type CreationalCallback
AsyncBeanFuture(CreationalCallback<T> creationalCallback)
           
 

Uses of CreationalCallback in org.jboss.errai.ui.nav.client.local.spi
 

Classes in org.jboss.errai.ui.nav.client.local.spi that implement CreationalCallback
protected static class NavigationGraph.PageNodeCreationalCallback<W extends IsWidget>
           
 

Methods in org.jboss.errai.ui.nav.client.local.spi with parameters of type CreationalCallback
 void PageNode.produceContent(CreationalCallback<W> callback)
          Retrieves the widget that provides this page's content from the client-side bean manager.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.