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.declarative   
com.vaadin.ui.declarative.converters   
 

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.
StringToCollectionConverter.CollectionFactory
          Collection factory.
 

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.declarative
Converter
          Interface that implements conversion between a model and a presentation type.
 

Classes in com.vaadin.data.util.converter used by com.vaadin.ui.declarative.converters
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.
 



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