| Package | Description |
|---|---|
| com.gwtplatform.common.client |
| 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. |
Copyright © 2010–2015 Arcbees. All rights reserved.