Uses of Class
com.vaadin.data.util.converter.Converter.ConversionException

Packages that use Converter.ConversionException
com.vaadin.data.util.converter   
com.vaadin.data.util.sqlcontainer   
com.vaadin.ui   
 

Uses of Converter.ConversionException in com.vaadin.data.util.converter
 

Methods in com.vaadin.data.util.converter that throw Converter.ConversionException
static
<PRESENTATIONTYPE,MODELTYPE>
PRESENTATIONTYPE
ConverterUtil.convertFromModel(MODELTYPE modelValue, java.lang.Class<? extends PRESENTATIONTYPE> presentationType, Converter<PRESENTATIONTYPE,MODELTYPE> converter, java.util.Locale locale)
          Convert the given value from the data source type to the UI type.
 MODEL ReverseConverter.convertToModel(PRESENTATION value, java.util.Locale locale)
           
 MODEL Converter.convertToModel(PRESENTATION value, java.util.Locale locale)
          Converts the given value from target type to source type.
static
<MODELTYPE,PRESENTATIONTYPE>
MODELTYPE
ConverterUtil.convertToModel(PRESENTATIONTYPE presentationValue, java.lang.Class<MODELTYPE> modelType, Converter<PRESENTATIONTYPE,MODELTYPE> converter, java.util.Locale locale)
           
 java.lang.Double StringToDoubleConverter.convertToModel(java.lang.String value, java.util.Locale locale)
           
 java.lang.Boolean StringToBooleanConverter.convertToModel(java.lang.String value, java.util.Locale locale)
           
 java.lang.Number StringToNumberConverter.convertToModel(java.lang.String value, java.util.Locale locale)
           
 java.util.Date StringToDateConverter.convertToModel(java.lang.String value, java.util.Locale locale)
           
 java.lang.Integer StringToIntegerConverter.convertToModel(java.lang.String value, java.util.Locale locale)
           
 java.lang.String StringToBooleanConverter.convertToPresentation(java.lang.Boolean value, java.util.Locale locale)
           
 java.lang.String StringToDateConverter.convertToPresentation(java.util.Date value, java.util.Locale locale)
           
 java.lang.String StringToDoubleConverter.convertToPresentation(java.lang.Double value, java.util.Locale locale)
           
 java.lang.String StringToIntegerConverter.convertToPresentation(java.lang.Integer value, java.util.Locale locale)
           
 PRESENTATION ReverseConverter.convertToPresentation(MODEL value, java.util.Locale locale)
           
 PRESENTATION Converter.convertToPresentation(MODEL value, java.util.Locale locale)
          Converts the given value from source type to target type.
 java.lang.String StringToNumberConverter.convertToPresentation(java.lang.Number value, java.util.Locale locale)
           
 

Uses of Converter.ConversionException in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer that throw Converter.ConversionException
 void ColumnProperty.setValue(java.lang.Object newValue)
           
 

Uses of Converter.ConversionException in com.vaadin.ui
 

Methods in com.vaadin.ui that throw Converter.ConversionException
protected  java.util.Date DateField.handleUnparsableDateString(java.lang.String dateString)
          This method is called to handle a non-empty date string from the client if the client could not parse it as a Date.
 void AbstractField.setValue(T newFieldValue)
          Sets the value of the field.
protected  void AbstractField.setValue(T newFieldValue, boolean repaintIsNotNeeded)
          Sets the value of the field.
 



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