public
static
interface
NumberPicker.Formatter
android.widget.NumberPicker.Formatter |
Interface used to format current value into a string for presentation.
Public methods | |
---|---|
abstract
String
|
format(int value)
Formats a string representation of the current value. |
String format (int value)
Formats a string representation of the current value.
Parameters | |
---|---|
value |
int :
The currently selected value. |
Returns | |
---|---|
String |
A formatted string representation. |