GWTP Dispatch client 0.7-redhat-1

Uses of Interface
com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler

Packages that use ClientActionHandler
com.gwtplatform.dispatch.client.actionhandler   
com.gwtplatform.dispatch.client.actionhandler.caching   
 

Uses of ClientActionHandler in com.gwtplatform.dispatch.client.actionhandler
 

Classes in com.gwtplatform.dispatch.client.actionhandler that implement ClientActionHandler
 class AbstractClientActionHandler<A extends Action<R>,R extends Result>
          Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
 

Methods in com.gwtplatform.dispatch.client.actionhandler that return types with arguments of type ClientActionHandler
<A extends Action<R>,R extends Result>
IndirectProvider<ClientActionHandler<?,?>>
DefaultClientActionHandlerRegistry.find(Class<A> actionClass)
           
<A extends Action<R>,R extends Result>
IndirectProvider<ClientActionHandler<?,?>>
ClientActionHandlerRegistry.find(Class<A> actionClass)
          Gets the client-side action handler that supports the specific action.
 

Methods in com.gwtplatform.dispatch.client.actionhandler with parameters of type ClientActionHandler
protected  void DefaultClientActionHandlerRegistry.register(ClientActionHandler<?,?> handler)
          Register a instance of a client-side action handler.
 

Method parameters in com.gwtplatform.dispatch.client.actionhandler with type arguments of type ClientActionHandler
protected  void DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType, com.google.gwt.inject.client.AsyncProvider<? extends ClientActionHandler<?,?>> handlerProvider)
          Register an AsyncProvider of a client-side action handler.
protected  void DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType, IndirectProvider<ClientActionHandler<?,?>> handlerProvider)
          Register an IndirectProvider of a client-side action handler.
protected  void DefaultClientActionHandlerRegistry.register(Class<? extends Action<?>> actionType, com.google.inject.Provider<? extends ClientActionHandler<?,?>> handlerProvider)
          Register a Provider of a client-side action handler.
 

Uses of ClientActionHandler in com.gwtplatform.dispatch.client.actionhandler.caching
 

Classes in com.gwtplatform.dispatch.client.actionhandler.caching that implement ClientActionHandler
 class AbstractCachingClientActionHandler<A extends Action<R>,R extends Result>
          Abstract base class for client-side action handlers with caching support.
 class ActionCachingHandler<A extends Action<R>,R extends Result>
          Default implementation of AbstractCachingClientActionHandler.
 


GWTP Dispatch client 0.7-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.