T
- resources prototype type of CHART.JS resourcepublic interface Resources<T extends com.google.gwt.resources.client.ResourcePrototype>
extends com.google.gwt.resources.client.ClientBundle
DeferredResources
,
EmbeddedResources
Modifier and Type | Method and Description |
---|---|
com.google.gwt.resources.client.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.
|
T |
chartJs()
Contains text representation of native chart.js code.
|
com.google.gwt.resources.client.ImageResource |
clearSelection18()
Returns a image to use into datasets items selector plugin as clear icon.
|
com.google.gwt.resources.client.ImageResource |
clearSelection24()
Returns a image to use into datasets items selector plugin as clear icon.
|
com.google.gwt.resources.client.ImageResource |
clearSelection36()
Returns a image to use into datasets items selector plugin as clear icon.
|
T chartJs()
@ClientBundle.Source(value="js/charba.helper.min.js") com.google.gwt.resources.client.TextResource charbaHelper()
@ClientBundle.Source(value="/images/clear_black_18dp.png") com.google.gwt.resources.client.ImageResource clearSelection18()
@ClientBundle.Source(value="/images/clear_black_24dp.png") com.google.gwt.resources.client.ImageResource clearSelection24()
@ClientBundle.Source(value="/images/clear_black_36dp.png") com.google.gwt.resources.client.ImageResource clearSelection36()