List of usage examples for org.apache.wicket.util.convert.converter DoubleConverter subclass-usage
From source file org.geoserver.web.wicket.DecimalConverter.java
/** * A {@link IConverter} for {@code java.lang.Double} representations that allows for arbitrary number of decimal places, since the default TextField rounds up * doubles to three decimals. This class will also handle positive and negative infinity symbols */ @SuppressWarnings("serial") public class DecimalConverter extends DoubleConverter {