Uses of Interface
com.vaadin.data.util.converter.ConverterFactory
-
Packages that use ConverterFactory Package Description com.vaadin.data.util.converter com.vaadin.server -
-
Uses of ConverterFactory in com.vaadin.data.util.converter
Classes in com.vaadin.data.util.converter that implement ConverterFactory Modifier and Type Class Description classDefaultConverterFactoryDefault implementation ofConverterFactory. -
Uses of ConverterFactory in com.vaadin.server
Methods in com.vaadin.server that return ConverterFactory Modifier and Type Method Description ConverterFactoryVaadinSession. getConverterFactory()Gets theConverterFactoryused to locate a suitableConverterfor fields in the session.Methods in com.vaadin.server with parameters of type ConverterFactory Modifier and Type Method Description voidVaadinSession. setConverterFactory(ConverterFactory converterFactory)Sets theConverterFactoryused to locate a suitableConverterfor fields in the session.
-