Uses of Package
com.vaadin.data.util.converter

Packages that use com.vaadin.data.util.converter
com.vaadin The Vaadin base package. 
com.vaadin.data.util.converter   
com.vaadin.ui   
 

Classes in com.vaadin.data.util.converter used by com.vaadin
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.data.util.converter
Converter
          Interface that implements conversion between a model and a presentation type.
Converter.ConversionException
          An exception that signals that the value passed to Converter.convertToPresentation(Object, Locale) or Converter.convertToModel(Object, Locale) could not be converted.
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
Converter
          Interface that implements conversion between a model and a presentation type.
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.