List of usage examples for com.vaadin.v7.data Container interface-usage
From source file com.haulmont.cuba.web.gui.components.table.TableDataContainer.java
@SuppressWarnings("deprecation") public class TableDataContainer<I> implements Container, ItemSetChangeNotifier { protected static final Property.ValueChangeEvent VOID_VALUE_CHANGE_EVENT = () -> new AbstractProperty() { @Override public Object getValue() {
From source file com.haulmont.cuba.web.widgets.data.AggregationContainer.java
public interface AggregationContainer extends Container { enum Type { SUM, AVG, COUNT, MIN, MAX, CUSTOM }
From source file org.vaadin.viritin.v7.fluency.data.FluentContainer.java
/**
* A {@link Container} complemented by fluent setters.
*
* @author Max Schuster
* @param <S> Self-referential generic type
* @see Container
From source file org.vaadin.viritinv7.fluency.data.FluentContainer.java
/**
* A {@link Container} complemented by fluent setters.
*
* @author Max Schuster
* @param <S> Self-referential generic type
* @see Container