com.vaadin.data.util.converter.
Package com.vaadin.data.util.converter
-
Interface Summary Interface Description Converter<PRESENTATION,MODEL> Interface that implements conversion between a model and a presentation type.
ConverterFactory Factory interface for providing Converters based on a presentation type and a model type.
StringToCollectionConverter.CollectionFactory Collection factory.
-
Class Summary Class Description AbstractStringToNumberConverter<T> A converter that converts from the number type T to
String
and back.ConverterUtil DateToLongConverter DateToSqlDateConverter DefaultConverterFactory Default implementation of
ConverterFactory
.ReverseConverter<PRESENTATION,MODEL> A converter that wraps another
Converter
and reverses source and target types.StringToBigDecimalConverter A converter that converts from
String
toBigDecimal
and back.StringToBigIntegerConverter A converter that converts from
String
toBigInteger
and back.StringToBooleanConverter StringToByteConverter StringToCollectionConverter A converter that converts from
String
toCollection
of tokens and back.StringToCollectionConverter.DefaultCollectionFactory Default collection factory implementation.
StringToDateConverter StringToDoubleConverter StringToEnumConverter StringToFloatConverter StringToIntegerConverter StringToLongConverter StringToShortConverter -
Exception Summary Exception Description Converter.ConversionException An exception that signals that the value passed to
Converter.convertToPresentation(Object, Class, Locale)
orConverter.convertToModel(Object, Class, Locale)
could not be converted.