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 class
DefaultConverterFactory
Default implementation ofConverterFactory
. -
Uses of ConverterFactory in com.vaadin.server
Methods in com.vaadin.server that return ConverterFactory Modifier and Type Method Description ConverterFactory
VaadinSession. getConverterFactory()
Gets theConverterFactory
used to locate a suitableConverter
for fields in the session.Methods in com.vaadin.server with parameters of type ConverterFactory Modifier and Type Method Description void
VaadinSession. setConverterFactory(ConverterFactory converterFactory)
Sets theConverterFactory
used to locate a suitableConverter
for fields in the session.
-