Class StringToCollectionConverter.DefaultCollectionFactory
- java.lang.Object
-
- com.vaadin.v7.data.util.converter.StringToCollectionConverter.DefaultCollectionFactory
-
- All Implemented Interfaces:
StringToCollectionConverter.CollectionFactory,Serializable
- Enclosing class:
- StringToCollectionConverter
@Deprecated public static class StringToCollectionConverter.DefaultCollectionFactory extends Object implements StringToCollectionConverter.CollectionFactory
Deprecated.Default collection factory implementation.- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultCollectionFactory()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<?>createCollection(Class<? extends Collection> type)Deprecated.Create collection by itstype.
-
-
-
Method Detail
-
createCollection
public Collection<?> createCollection(Class<? extends Collection> type)
Deprecated.Description copied from interface:StringToCollectionConverter.CollectionFactoryCreate collection by itstype.- Specified by:
createCollectionin interfaceStringToCollectionConverter.CollectionFactory- Parameters:
type- collection type- Returns:
- instantiated collection with given
type
-
-