Example usage for com.vaadin.v7.data Property.ValueChangeNotifier interface-usage

List of usage examples for com.vaadin.v7.data Property.ValueChangeNotifier interface-usage

Introduction

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

Usage

From source file com.haulmont.cuba.web.gui.components.table.TableItemPropertyWrapper.java

@SuppressWarnings("deprecation")
public class TableItemPropertyWrapper implements Property, Property.ValueChangeNotifier {
    protected boolean readOnly;
    protected TableItemWrapper itemWrapper;
    protected Object propertyId;