Class DoubleToLongConverter
- java.lang.Object
-
- org.neotropic.util.visual.properties.DoubleToLongConverter
-
- All Implemented Interfaces:
com.vaadin.flow.data.converter.Converter<Double,Long>
,Serializable
public class DoubleToLongConverter extends Object implements com.vaadin.flow.data.converter.Converter<Double,Long>
- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DoubleToLongConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.data.binder.Result<Long>
convertToModel(Double presentation, com.vaadin.flow.data.binder.ValueContext valueContext)
Double
convertToPresentation(Long model, com.vaadin.flow.data.binder.ValueContext valueContext)
-