Interface | Description |
---|---|
IndirectProvider<T> |
Act as a
Provider , but instead of returning the provided object, the
user must pass a callback in which the object is handled. |
Class | Description |
---|---|
ClientUrlUtils |
Helper implementation which wraps calls to code which require a running GWT environment and make testing slow.
|
CodeSplitBundleProvider<T,B extends ProviderBundle> |
Implements a
IndirectProvider that uses code splitting for a specific
type. |
CodeSplitProvider<T> |
An
IndirectProvider that gets the object using code splitting and
invokes the callback once the code is loaded. |
CommonGinModule |
Common client bindings.
|
ProviderBundle |
This class can be used to contain a group of providers that should all sit
behind the same split point.
|
StandardProvider<T> |
An
IndirectProvider that immediately gets the object and invokes the
callback, without performing code splitting. |
Copyright © 2010-2014 ArcBees. All Rights Reserved.