public abstract class AbstractDeferredResources extends AbstractResources
Constructor and Description |
---|
AbstractDeferredResources(AbstractModule module)
Creates a deferred resource object by passed module, which represents the date adapter and library, as argument.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DeferredDateAdapterResources |
getDeferredAdapterResources()
Returns the date adapter client bundle with java script definition.
|
void |
inject()
Checks if the module has been injected by
EntryPointStarter . |
getModule
public AbstractDeferredResources(AbstractModule module)
module
- module of date adapter and library.protected abstract DeferredDateAdapterResources getDeferredAdapterResources()
public final void inject()
EntryPointStarter
. if not, throw a UnsupportedOperationException
.inject
in class AbstractResources