List of usage examples for com.vaadin.v7.data Container.ItemSetChangeNotifier interface-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;