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

Packages that use com.vaadin.data.util.converter
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.data.util.converter   
com.vaadin.data.util.sqlcontainer   
com.vaadin.server   
com.vaadin.ui   
com.vaadin.ui.components.grid   
 

Classes in com.vaadin.data.util.converter used by com.vaadin.data
Converter
          Interface that implements conversion between a model and a presentation type.
 

Classes in com.vaadin.data.util.converter used by com.vaadin.data.util.converter
AbstractStringToNumberConverter
          A converter that converts from the number type T to String and back.
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, Class, Locale) or Converter.convertToModel(Object, Class, 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.data.util.sqlcontainer
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.
 

Classes in com.vaadin.data.util.converter used by com.vaadin.server
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, Class, Locale) or Converter.convertToModel(Object, Class, Locale) could not be converted.
 

Classes in com.vaadin.data.util.converter used by com.vaadin.ui.components.grid
Converter
          Interface that implements conversion between a model and a presentation type.
 



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