Uses of Interface
org.pepstock.charba.client.annotation.callbacks.ContentCallback
-
Packages that use ContentCallback Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js. -
-
Uses of ContentCallback in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return ContentCallback Modifier and Type Method Description ContentCallbackLineLabel. getContentCallback()Returns the callback called to set the text to display in label as list.Methods in org.pepstock.charba.client.annotation with parameters of type ContentCallback Modifier and Type Method Description voidLineLabel. setContent(ContentCallback contentCallback)Sets the callback to set the text to display in label as list.
-