public abstract class AbstractEmbeddedResources extends AbstractResources
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractInjectableResource |
datetimeAdapter()
Contains text representation of CHART.JS adapter code.
There is a specific adapter for the different date-time libraries. |
protected abstract AbstractInjectableResource |
datetimeLibrary()
Contains text representation of date-time java script library code.
|
void |
inject()
Injects CHART.JS, date adapter and library if not already injected.
|
getModuleprotected abstract AbstractInjectableResource datetimeLibrary()
protected abstract AbstractInjectableResource datetimeAdapter()
public final void inject()
inject in class AbstractResources