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.ID
plugin (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 ContentCallback
LineLabel. 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 void
LineLabel. setContent(ContentCallback contentCallback)
Sets the callback to set the text to display in label as list.
-