PRESENTATION
- presentation type.MODEL
- model type.public interface ItemToLinkConverterResolverStrategy<PRESENTATION,MODEL>
Converter
for a given field based on its datasource configuration.
Typically item to link converters are used to represent a complex object as a simple object that references the complex one.
For instance, a JCR Node may be represented by its identifier, that is a plain String.
In this example, an item to link converter will be able to transform a Node to its identifier and vice versa.Modifier and Type | Method and Description |
---|---|
Optional<? extends com.vaadin.data.Converter<PRESENTATION,MODEL>> |
resolveFromDatasource(Object datasource) |
Optional<? extends com.vaadin.data.Converter<PRESENTATION,MODEL>> resolveFromDatasource(Object datasource)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.