Package org.opencms.ui.util
Class CmsComboNullToEmptyConverter
java.lang.Object
org.opencms.ui.util.CmsComboNullToEmptyConverter
- All Implemented Interfaces:
com.vaadin.v7.data.util.converter.Converter<Object,,String> Serializable
public class CmsComboNullToEmptyConverter
extends Object
implements com.vaadin.v7.data.util.converter.Converter<Object,String>
Converts null values to an empty string for the input widgets.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.v7.data.util.converter.Converter
com.vaadin.v7.data.util.converter.Converter.ConversionException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToModel(Object value, Class<? extends String> targetType, Locale locale) convertToPresentation(String value, Class<? extends Object> targetType, Locale locale)
-
Constructor Details
-
CmsComboNullToEmptyConverter
public CmsComboNullToEmptyConverter()
-
-
Method Details
-
convertToModel
-
convertToPresentation
-
getModelType
-
getPresentationType
-