org.gwtbootstrap3.extras.slider.client.ui.base
Interface FormatterCallback


public interface FormatterCallback

Formatter callback to display the tool-tip text. Defaults to the slider numeric value.

Author:
Xiaodong SUN

Method Summary
 String formatTooltip(double value)
          Returns the formatted tool-tip text to be displayed.
 

Method Detail

formatTooltip

String formatTooltip(double value)
Returns the formatted tool-tip text to be displayed.

Parameters:
value - the slider numeric value
Returns:
the formatted tool-tip text to be displayed.


Copyright © 2015. All rights reserved.