# Print output for @column tags ?>
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. |