Uses of Interface
org.pepstock.charba.client.callbacks.TooltipTitleCallback
-
Packages that use TooltipTitleCallback Package Description org.pepstock.charba.client.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level). -
-
Uses of TooltipTitleCallback in org.pepstock.charba.client.callbacks
Classes in org.pepstock.charba.client.callbacks that implement TooltipTitleCallback Modifier and Type Class Description class
AbstractTooltipTitleCallback
Abstract implementation of tooltip title callback in order to help who will implement it to override ONLY needed methods and use the default for the others. -
Uses of TooltipTitleCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return TooltipTitleCallback Modifier and Type Method Description TooltipTitleCallback
TooltipsCallbacks. getTitleCallback()
Returns the user title callback.Methods in org.pepstock.charba.client.configuration with parameters of type TooltipTitleCallback Modifier and Type Method Description void
TooltipsCallbacks. setTitleCallback(TooltipTitleCallback titleCallback)
Sets the user title callback.
-