Example usage for com.vaadin.v7.data.util AbstractContainer subclass-usage

List of usage examples for com.vaadin.v7.data.util AbstractContainer subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.data.util AbstractContainer subclass-usage.

Usage

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

/**
 * A replacement for BeanItemContainer from the core
 * <p>
 * The ListContainer is rather similar to the cores BeanItemContainer, but has
 * better typed API, much smaller memory overhead (practically no overhead if
 * data is given as List) and also otherwise better performance.

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

/**
 * A replacement for BeanItemContainer from the core
 * <p>
 * The ListContainer is rather similar to the cores BeanItemContainer, but has
 * better typed API, much smaller memory overhead (practically no overhead if
 * data is given as List) and also otherwise better performance.