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.ConverterFactorypublic com.vaadin.data.util.converter.Converter<String,?> createConverter(UIComponent uiComponent, Type type)
LspsConverterFactorycreateConverter in interface LspsConverterFactoryCopyright © 2007-2018 Whitestein Technologies. All Rights Reserved.