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

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

Introduction

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

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;