Uses of Interface
com.vaadin.data.util.converter.StringToCollectionConverter.CollectionFactory

Packages that use StringToCollectionConverter.CollectionFactory
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
static class StringToCollectionConverter.DefaultCollectionFactory
          Default collection factory implementation.
 

Constructors in com.vaadin.data.util.converter with parameters of type StringToCollectionConverter.CollectionFactory
StringToCollectionConverter(java.lang.String delimiter, Converter<java.lang.String,?> tokenConverter, java.lang.Class<?> tokenClass, StringToCollectionConverter.CollectionFactory factory)
          Creates converter with given tokenConverter for convert tokens and expected tokenType.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.