Uses of Interface
org.pepstock.charba.client.callbacks.MeterContentCallback
-
Packages that use MeterContentCallback Package Description org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. -
-
Uses of MeterContentCallback in org.pepstock.charba.client.impl.charts
Methods in org.pepstock.charba.client.impl.charts that return MeterContentCallback Modifier and Type Method Description MeterContentCallback
DescriptionLabel. getContentCallback()
Returns the callback to customize the description label string in the chart.Methods in org.pepstock.charba.client.impl.charts with parameters of type MeterContentCallback Modifier and Type Method Description void
DescriptionLabel. setContent(MeterContentCallback contentCallback)
Sets the callback to customize the description label string in the chart.
-