Package | Description |
---|---|
com.gwtplatform.common.client | |
com.gwtplatform.dispatch.client.actionhandler | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Class and Description |
---|---|
class |
CodeSplitBundleProvider<T,B extends ProviderBundle>
Implements a
IndirectProvider that uses code splitting for a specific
type. |
class |
CodeSplitProvider<T>
An
IndirectProvider that gets the object using code splitting and
invokes the callback once the code is loaded. |
class |
StandardProvider<T>
An
IndirectProvider that immediately gets the object and invokes the
callback, without performing code splitting. |
Modifier and Type | Method and Description |
---|---|
<A> IndirectProvider<ClientActionHandler<?,?>> |
DefaultClientActionHandlerRegistry.find(Class<A> actionClass) |
<A> IndirectProvider<ClientActionHandler<?,?>> |
ClientActionHandlerRegistry.find(Class<A> actionClass)
Gets the client-side action handler that supports the specific action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultClientActionHandlerRegistry.register(Class<?> actionType,
IndirectProvider<ClientActionHandler<?,?>> handlerProvider)
Register an
IndirectProvider of a client-side action handler. |
Modifier and Type | Field and Description |
---|---|
protected IndirectProvider<P> |
ProxyImpl.presenter |
Copyright © 2010-2014 ArcBees. All Rights Reserved.