public class DecodeListConverter extends org.vaadin.addon.customfield.PropertyConverter<ArrayList<Decode>,String>
Modifier and Type | Class and Description |
---|---|
class |
DecodeListConverter.DecodeList
The Class DecodeList.
|
com.vaadin.data.Property.ConversionException, com.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer
Constructor and Description |
---|
DecodeListConverter()
Instantiates a new decode list converter.
|
Modifier and Type | Method and Description |
---|---|
String |
format(ArrayList<Decode> propertyValue) |
ArrayList<Decode> |
parse(String fieldValue) |
addListener, addListener, addValidator, fireReadOnlyStatusChange, fireValueChange, getPropertyDataSource, getType, getValidators, getValue, isInvalidAllowed, isReadOnly, isValid, isValid, readOnlyStatusChange, removeListener, removeListener, removeValidator, setInvalidAllowed, setPropertyDataSource, setReadOnly, setValue, toString, validate, validate, valueChange
Copyright © 2015. All Rights Reserved.