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 classStringToCollectionConverter.DefaultCollectionFactoryDefault 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 giventokenConverterfor convert tokens and expectedtokenType.
-