public final class DoubleConverterImpl extends org.apache.wicket.util.convert.converter.AbstractDecimalConverter<Double>
| Modifier and Type | Field and Description |
|---|---|
static int |
DECIMAL_MIN_FRACTION_DIGIT
The minimum number of digits printed for the fraction portion of decimals
|
static org.apache.wicket.util.convert.IConverter<Double> |
INSTANCE
The singleton instance for a float converter
|
| Constructor and Description |
|---|
DoubleConverterImpl() |
| Modifier and Type | Method and Description |
|---|---|
Double |
convertToObject(String value,
Locale locale) |
String |
convertToString(Double value,
Locale locale) |
protected Class<Double> |
getTargetType() |
getNumberFormat, newNumberFormat, setNumberFormatpublic static final int DECIMAL_MIN_FRACTION_DIGIT
public static final org.apache.wicket.util.convert.IConverter<Double> INSTANCE
Copyright © 2009-2013 IRD. All Rights Reserved.