public interface LspsConverterFactory
extends com.vaadin.data.util.converter.ConverterFactory
ConverterFactory
for LSPS. Will create specific
converters for Date and Decimal model types, which takes into the account
format property of corresponding ui components.Modifier and Type | Method and Description |
---|---|
<MODEL> com.vaadin.data.util.converter.Converter<String,MODEL> |
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.
|
<MODEL> com.vaadin.data.util.converter.Converter<String,MODEL> createConverter(UIComponent uiComponent, Type type)
MODEL
- uiComponent
- type
- Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.