Uses of Interface
org.pepstock.charba.client.callbacks.TooltipFooterCallback
-
Packages that use TooltipFooterCallback 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 TooltipFooterCallback in org.pepstock.charba.client.callbacks
Classes in org.pepstock.charba.client.callbacks that implement TooltipFooterCallback Modifier and Type Class Description class
AbstractTooltipFooterCallback
Abstract implementation of tooltip footer callback in order to help who will implement it to override ONLY needed methods and use the default for the others. -
Uses of TooltipFooterCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return TooltipFooterCallback Modifier and Type Method Description TooltipFooterCallback
TooltipsCallbacks. getFooterCallback()
Returns the user footer callback.Methods in org.pepstock.charba.client.configuration with parameters of type TooltipFooterCallback Modifier and Type Method Description void
TooltipsCallbacks. setFooterCallback(TooltipFooterCallback footerCallback)
Sets the user footer callback.
-