List of usage examples for com.vaadin.data HasValue interface-usage
From source file org.jpos.qi.minigl.EntryGrid.java
/** * Created by jr on 8/1/17. */ public class EntryGrid extends Grid<GLEntry> implements HasValue<GLTransaction> { private boolean canEdit; private GLTransaction transaction;