public class LspsConverterFactoryImpl extends Object implements LspsConverterFactory
LspsConverterFactory
provided by LSPS.Constructor and Description |
---|
LspsConverterFactoryImpl()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
<PRESENTATION,MODEL> |
createConverter(Class<PRESENTATION> presentationType,
Class<MODEL> modelType) |
com.vaadin.data.util.converter.Converter<String,?> |
createConverter(UIComponent uiComponent,
Type type)
Creates converter for the given ui component instance (the format property of
the given component definition is taken into the account) and for the given model
type.
|
public <PRESENTATION,MODEL> com.vaadin.data.util.converter.Converter<PRESENTATION,MODEL> createConverter(Class<PRESENTATION> presentationType, Class<MODEL> modelType)
createConverter
in interface com.vaadin.data.util.converter.ConverterFactory
public com.vaadin.data.util.converter.Converter<String,?> createConverter(UIComponent uiComponent, Type type)
LspsConverterFactory
createConverter
in interface LspsConverterFactory
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.