Uses of Class
org.pepstock.charba.client.resources.AbstractResources
-
Packages that use AbstractResources 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. -
-
Uses of AbstractResources in org.pepstock.charba.client.resources
Subclasses of AbstractResources in org.pepstock.charba.client.resources Modifier and Type Class 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.Methods in org.pepstock.charba.client.resources with type parameters of type AbstractResources Modifier and Type Method Description static <T extends AbstractResources>
voidResourcesType. setResources(ChartEnvelop<T> envelop)
Sets the resources type to use to inject java script code.
If the resources type was already set or if isnull
an exception will be throw.
This is deprecated, useCharba
.Methods in org.pepstock.charba.client.resources that return AbstractResources Modifier and Type Method 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.
-