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

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

Introduction

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

Usage

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

public class CalculatablePropertyValueChangeListener implements Property.ValueChangeListener {
    private static final long serialVersionUID = 8041384664735759397L;
    private Label component;
    private com.haulmont.cuba.gui.components.Formatter formatter;

    protected CalculatablePropertyValueChangeListener(Label component,

From source file org.vaadin.viritin.v7.MBeanFieldGroup.java

/**
 * Enhanced version of basic BeanFieldGroup in Vaadin. Supports "eager
 * validation" and some enhancements to bean validation support.
 *
 * @param <T> the type of the bean wrapped by this group
 */

From source file org.vaadin.viritinv7.MBeanFieldGroup.java

/**
 * Enhanced version of basic BeanFieldGroup in Vaadin. Supports "eager
 * validation" and some enhancements to bean validation support.
 *
 * @param <T> the type of the bean wrapped by this group
 */