public class CsvListConverter extends org.vaadin.addon.customfield.PropertyConverter<ArrayList<String>,String>
Modifier and Type | Class and Description |
---|---|
class |
CsvListConverter.StringList
The Class StringList.
|
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 |
---|
CsvListConverter()
Instantiates a new CSV list converter.
|
Modifier and Type | Method and Description |
---|---|
String |
format(ArrayList<String> propertyValue) |
ArrayList<String> |
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.