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 | Field and 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.
|
Modifier and Type | Method and 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, use DeferredCharba . |