Package com.vaadin.data.util.converter

Interface Summary
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
AbstractStringToNumberConverter<T> A converter that converts from the number type T to String and back.
ConverterUtil  
DateToLongConverter A converter that converts from Long to Date and back.
DateToSqlDateConverter Converter for handling conversion between Date and Date.
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 to BigDecimal and back.
StringToBigIntegerConverter A converter that converts from String to BigInteger and back.
StringToBooleanConverter A converter that converts from String to Boolean and back.
StringToByteConverter A converter that converts from String to Byte and back.
StringToCollectionConverter A converter that converts from String to Collection of tokens and back.
StringToCollectionConverter.DefaultCollectionFactory Default collection factory implementation.
StringToDateConverter A converter that converts from Date to String and back.
StringToDoubleConverter A converter that converts from String to Double and back.
StringToEnumConverter A converter that converts from String to an Enum and back.
StringToFloatConverter A converter that converts from String to Float and back.
StringToIntegerConverter A converter that converts from String to Integer and back.
StringToLongConverter A converter that converts from String to Long and back.
StringToShortConverter A converter that converts from String to Short and back.
 

Exception Summary
Converter.ConversionException An exception that signals that the value passed to Converter.convertToPresentation(Object, Class, Locale) or Converter.convertToModel(Object, Class, Locale) could not be converted.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.