List of usage examples for com.vaadin.v7.ui Field interface-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