Example usage for com.vaadin.v7.data Container.ItemSetChangeNotifier interface-usage

List of usage examples for com.vaadin.v7.data Container.ItemSetChangeNotifier interface-usage

Introduction

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

Usage

From source file org.jpos.qi.EntityContainer.java

public class EntityContainer<T> implements Container.ItemSetChangeNotifier, Container.Sortable, Container.Indexed {
    protected static final int MAX_ENTITY_CACHE_SIZE = 100;
    protected static final int ROW_BUF_SIZE = 100;
    protected static final int ID_TO_INDEX_MAX_SIZE = 500;

    public Class<T> clazz;