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.
 

Class Summary
ConverterUtil  
DateToLongConverter A converter that converts from Long to Date and back.
DefaultConverterFactory Default implementation of ConverterFactory.
ReverseConverter<PRESENTATION,MODEL> A converter that wraps another Converter and reverses source and target types.
StringToBooleanConverter A converter that converts from String to Boolean and back.
StringToDateConverter A converter that converts from Date to String and back.
StringToDoubleConverter A converter that converts from String to Double and back.
StringToIntegerConverter A converter that converts from String to Integer and back.
StringToNumberConverter A converter that converts from Number to String and back.
 

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



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