public class DoublePrimitiveConverter extends Object implements com.vaadin.data.util.converter.Converter<String,Double>
| Constructor and Description |
|---|
DoublePrimitiveConverter() |
| Modifier and Type | Method and Description |
|---|---|
Double |
convertToModel(String value,
Class<? extends Double> targetType,
Locale locale) |
String |
convertToPresentation(Double value,
Class<? extends String> targetType,
Locale locale) |
Class<Double> |
getModelType() |
Class<String> |
getPresentationType() |
public Double convertToModel(String value, Class<? extends Double> targetType, Locale locale) throws com.vaadin.data.util.converter.Converter.ConversionException
public String convertToPresentation(Double value, Class<? extends String> targetType, Locale locale) throws com.vaadin.data.util.converter.Converter.ConversionException
Copyright © 2015. All rights reserved.