Class DecodeListConverter
- java.lang.Object
-
- org.opennms.features.vaadin.events.DecodeListConverter
-
- All Implemented Interfaces:
com.vaadin.v7.data.util.converter.Converter<String,ArrayList<Decode>>
,Serializable
public class DecodeListConverter extends Object implements com.vaadin.v7.data.util.converter.Converter<String,ArrayList<Decode>>
The Varbind's Decode List Converter.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DecodeListConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
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
-
convertToPresentation
public String convertToPresentation(ArrayList<Decode> propertyValue, Class<? extends String> targetType, Locale locale) throws com.vaadin.v7.data.util.converter.Converter.ConversionException
-
-