Package | Description |
---|---|
org.pepstock.charba.client.resources |
Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for LUXON date adapters. |
Modifier and Type | Class and Description |
---|---|
class |
DeferredResources
Client bundle to reference LUXON as date time library (asynchronous mode).
It has been invoked in order to have a resource client bundle, needed to CHARBA, where CHART.JS and date library must be load in deferred mode. |
class |
EmbeddedResources
Java script resources container to reference LUXON as date time library (synchronous mode).
It has been invoked in order to have an java script injection, needed to CHARBA, where CHART.JS and date library will be load in embedded mode. |
Modifier and Type | Method and Description |
---|---|
static <T extends AbstractResources> |
ResourcesType.setResources(ChartEnvelop<T> envelop)
Sets the resources type to use to inject java script code.
If the resources type was already set or if is null an exception will be throw.This is deprecated, use Charba . |
Modifier and Type | Method and Description |
---|---|
static AbstractResources |
ResourcesType.getResources()
Returns the resources type to use to inject java script code.
If the resources type was not already set, an exception will be throw. |