Uses of Package
com.vaadin.data.util.converter
-
Classes in com.vaadin.data.util.converter used by com.vaadin.data.util.converter Class Description AbstractStringToNumberConverter A converter that converts from the number type T toString
and back.Converter Interface that implements conversion between a model and a presentation type.Converter.ConversionException An exception that signals that the value passed toConverter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted.ConverterFactory Factory interface for providing Converters based on a presentation type and a model type.StringToCollectionConverter.CollectionFactory Collection factory. -
Classes in com.vaadin.data.util.converter used by com.vaadin.data.util.sqlcontainer Class Description Converter.ConversionException An exception that signals that the value passed toConverter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted. -
Classes in com.vaadin.data.util.converter used by com.vaadin.server Class Description ConverterFactory Factory interface for providing Converters based on a presentation type and a model type. -
Classes in com.vaadin.data.util.converter used by com.vaadin.ui Class Description Converter Interface that implements conversion between a model and a presentation type.Converter.ConversionException An exception that signals that the value passed toConverter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted. -
Classes in com.vaadin.data.util.converter used by com.vaadin.ui.declarative Class Description Converter Interface that implements conversion between a model and a presentation type. -
Classes in com.vaadin.data.util.converter used by com.vaadin.ui.declarative.converters Class Description Converter Interface that implements conversion between a model and a presentation type.Converter.ConversionException An exception that signals that the value passed toConverter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted.