public class DecodeListConverter extends Object implements com.vaadin.v7.data.util.converter.Converter<String,ArrayList<Decode>>
Constructor and Description |
---|
DecodeListConverter() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Decode> |
convertToModel(String fieldValue,
Class<? extends ArrayList<Decode>> targetType,
Locale locale) |
String |
convertToPresentation(ArrayList<Decode> propertyValue,
Class<? extends String> targetType,
Locale locale) |
Class<ArrayList<Decode>> |
getModelType() |
Class<String> |
getPresentationType() |
public ArrayList<Decode> convertToModel(String fieldValue, Class<? extends ArrayList<Decode>> targetType, Locale locale) throws com.vaadin.v7.data.util.converter.Converter.ConversionException
public String convertToPresentation(ArrayList<Decode> propertyValue, Class<? extends String> targetType, Locale locale) throws com.vaadin.v7.data.util.converter.Converter.ConversionException
Copyright © 2021. All rights reserved.