Example usage for com.vaadin.data ValueProvider interface-usage

List of usage examples for com.vaadin.data ValueProvider interface-usage

Introduction

In this page you can find the example usage for com.vaadin.data ValueProvider interface-usage.

Usage

From source file de.symeda.sormas.ui.utils.CollectionValueProvider.java

/**
 * A ValueProvider that allows displaying a collection as a comma separated list of
 * strings.
 */
@SuppressWarnings({ "serial", "rawtypes" })
public class CollectionValueProvider<T extends Collection> implements ValueProvider<T, String> {

From source file de.symeda.sormas.ui.utils.ReferenceDtoHtmlProvider.java

@SuppressWarnings("serial")
public class ReferenceDtoHtmlProvider implements ValueProvider<ReferenceDto, String> {

    @Override
    public String apply(ReferenceDto source) {
        String html;