Uses of Interface
org.pepstock.charba.client.callbacks.MeterFormatCallback
-
Packages that use MeterFormatCallback Package Description org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box. -
-
Uses of MeterFormatCallback in org.pepstock.charba.client.impl.charts
Methods in org.pepstock.charba.client.impl.charts that return MeterFormatCallback Modifier and Type Method Description MeterFormatCallback
ValueLabel. getFormatCallback()
Returns the callback to customize the value string in the chart.Methods in org.pepstock.charba.client.impl.charts with parameters of type MeterFormatCallback Modifier and Type Method Description void
ValueLabel. setFormatCallback(MeterFormatCallback formatCallback)
Sets the callback to customize the value string in the chart.
-