Uses of Interface
com.vaadin.data.util.converter.StringToCollectionConverter.CollectionFactory
-
Packages that use StringToCollectionConverter.CollectionFactory Package Description com.vaadin.data.util.converter -
-
Uses of StringToCollectionConverter.CollectionFactory in com.vaadin.data.util.converter
Classes in com.vaadin.data.util.converter that implement StringToCollectionConverter.CollectionFactory Modifier and Type Class Description static class
StringToCollectionConverter.DefaultCollectionFactory
Default collection factory implementation.Constructors in com.vaadin.data.util.converter with parameters of type StringToCollectionConverter.CollectionFactory Constructor Description StringToCollectionConverter(String delimiter, Converter<String,?> tokenConverter, Class<?> tokenClass, StringToCollectionConverter.CollectionFactory factory)
Creates converter with giventokenConverter
for convert tokens and expectedtokenType
.
-