Example usage for com.vaadin.v7.ui Field interface-usage

List of usage examples for com.vaadin.v7.ui Field interface-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.ui Field interface-usage.

Usage

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

public interface DtoEditForm<DTO extends EntityDto> extends Field<DTO> {

    DTO getDto();

    void setDto(DTO dto);

From source file org.vaadin.viritin.v7.fluency.ui.FluentField.java

/**
 * A {@link Field} complemented by fluent setters.
 * 
 * @author Max Schuster
 * @param <S> Fluent component type
 * @param <T> The type of values in the field, which might not be the same type

From source file org.vaadin.viritinv7.fluency.ui.FluentField.java

/**
 * A {@link Field} complemented by fluent setters.
 * 
 * @author Max Schuster
 * @param <S> Fluent component type
 * @param <T> The type of values in the field, which might not be the same type