Class AbstractResources
- java.lang.Object
- 
- org.pepstock.charba.client.resources.AbstractResources
 
- 
- Direct Known Subclasses:
- DeferredResources,- EmbeddedResources
 
 public abstract class AbstractResources extends Object 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.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidinject()Injects CHART.JS, date adapter and library if not already injected.
 
-