Class DecodeListConverter

    • Constructor Detail

      • DecodeListConverter

        public DecodeListConverter()
    • Method Detail

      • convertToModel

        public ArrayList<Decode> convertToModel​(String fieldValue,
                                                Class<? extends ArrayList<Decode>> targetType,
                                                Locale locale)
                                         throws com.vaadin.v7.data.util.converter.Converter.ConversionException
        Specified by:
        convertToModel in interface com.vaadin.v7.data.util.converter.Converter<String,​ArrayList<Decode>>
        Throws:
        com.vaadin.v7.data.util.converter.Converter.ConversionException
      • convertToPresentation

        public String convertToPresentation​(ArrayList<Decode> propertyValue,
                                            Class<? extends String> targetType,
                                            Locale locale)
                                     throws com.vaadin.v7.data.util.converter.Converter.ConversionException
        Specified by:
        convertToPresentation in interface com.vaadin.v7.data.util.converter.Converter<String,​ArrayList<Decode>>
        Throws:
        com.vaadin.v7.data.util.converter.Converter.ConversionException
      • getPresentationType

        public Class<String> getPresentationType()
        Specified by:
        getPresentationType in interface com.vaadin.v7.data.util.converter.Converter<String,​ArrayList<Decode>>