Uses of Class
org.pepstock.charba.client.resources.DeferredResources
-
Packages that use DeferredResources 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 DeferredResources in org.pepstock.charba.client.resources
Fields in org.pepstock.charba.client.resources declared as DeferredResources Modifier and Type Field Description static DeferredResources
DeferredResources. INSTANCE
Static reference to LUXON resources which is injecting the LUXON library.static DeferredResources
DeferredResources. INSTANCE_WITHOUT_DATE_LIBRARY
Static reference to LUXON resources which is NOT injecting the LUXON library, because LUXON date library could be used in other libraries and to avoid to inject the library more than once.Method parameters in org.pepstock.charba.client.resources with type arguments of type DeferredResources Modifier and Type Method Description static void
EntryPointStarter. run(Runnable runnable, ChartEnvelop<DeferredResources> envelop)
Start an entry point as a runnable.
This runnable instance must contains all calls to chart.
This helps when the GWT application is leveraging on code splitting.
This is deprecated, useDeferredCharba
.
-