PRESENTATION
- presentation type.MODEL
- model type.public class MultiItemConverter<PRESENTATION,MODEL> extends Object implements com.vaadin.data.Converter<Set<PRESENTATION>,Set<MODEL>>
multi selection components
.
Delegates to implementations of Converter
handling the single item case.Constructor and Description |
---|
MultiItemConverter(com.vaadin.data.Converter delegate) |
Modifier and Type | Method and Description |
---|---|
com.vaadin.data.Result<Set<MODEL>> |
convertToModel(Set<PRESENTATION> value,
com.vaadin.data.ValueContext context) |
Set<PRESENTATION> |
convertToPresentation(Set<MODEL> value,
com.vaadin.data.ValueContext context) |
public com.vaadin.data.Result<Set<MODEL>> convertToModel(Set<PRESENTATION> value, com.vaadin.data.ValueContext context)
convertToModel
in interface com.vaadin.data.Converter<Set<PRESENTATION>,Set<MODEL>>
public Set<PRESENTATION> convertToPresentation(Set<MODEL> value, com.vaadin.data.ValueContext context)
convertToPresentation
in interface com.vaadin.data.Converter<Set<PRESENTATION>,Set<MODEL>>
Copyright © 2021 Magnolia International Ltd.. All rights reserved.