public interface Resources extends ClientBundle
ClientBundle.Source
Modifier and Type | Field and Description |
---|---|
static Resources |
INSTANCE
Static reference to resources java script source code
|
Modifier and Type | Method and Description |
---|---|
TextResource |
charbaHelper()
This java script with a set of static methods used as utility and needed to improve JSINTEROP adoption for CHARBA,
because JSINTEROP is not able to address all java script model.
|
TextResource |
chartJs()
Contains text representation of native chart.js code.
|
ImageResource |
clearSelection18()
Returns a image to use into datasets items selector plugin as clear icon.
|
ImageResource |
clearSelection24()
Returns a image to use into datasets items selector plugin as clear icon.
|
ImageResource |
clearSelection36()
Returns a image to use into datasets items selector plugin as clear icon.
|
static final Resources INSTANCE
@ClientBundle.Source(value="js/chart.bundle.min.js") TextResource chartJs()
@ClientBundle.Source(value="js/charba.helper.min.js") TextResource charbaHelper()
@ClientBundle.Source(value="/images/clear_black_18dp.png") ImageResource clearSelection18()
@ClientBundle.Source(value="/images/clear_black_24dp.png") ImageResource clearSelection24()
@ClientBundle.Source(value="/images/clear_black_36dp.png") ImageResource clearSelection36()