Uses of Package
org.pepstock.charba.client.resources
-
Packages that use org.pepstock.charba.client.resources Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.adapters Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.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. -
Classes in org.pepstock.charba.client.resources used by org.pepstock.charba.client Class Description AbstractInjectableResource Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id. -
Classes in org.pepstock.charba.client.resources used by org.pepstock.charba.client.adapters Class Description DateAdapterInjectionComplete Utility object in order to notify a date adapter module that has been inject.
This object can not be instantiated out of this package to avoid that anyone will change the module status without a real injection. -
Classes in org.pepstock.charba.client.resources used by org.pepstock.charba.client.geo Class Description AbstractInjectableResource Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id. -
Classes in org.pepstock.charba.client.resources used by org.pepstock.charba.client.resources Class Description AbstractInjectableResource Defines an object which must inject script or CSS style objects in the DOM document, at runtime.
It must have a name and should be a unique value because it will be used to set the element (script or style) id.AbstractResources Base class to extend in order to have java script injection, needed to CHARBA, where CHART.JS and date library.
Every instance must have a module related to date adapter and library.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.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.ResourceName Enumerates the constants names to use as element id for scripts, mandatory to CHARBA to work properly.