net.simonvt.numberpicker
Interface NumberPicker.Formatter

Enclosing class:
NumberPicker

public static interface NumberPicker.Formatter

Interface used to format current value into a string for presentation.


Method Summary
 String format(int value)
          Formats a string representation of the current value.
 

Method Detail

format

String format(int value)
Formats a string representation of the current value.

Parameters:
value - The currently selected value.
Returns:
A formatted string representation.


Copyright © 2012-2013. All Rights Reserved.