Uses of Class
com.vaadin.data.util.AbstractInMemoryContainer

Packages that use AbstractInMemoryContainer
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
 

Uses of AbstractInMemoryContainer in com.vaadin.data.util
 

Subclasses of AbstractInMemoryContainer in com.vaadin.data.util
 class AbstractBeanContainer<IDTYPE,BEANTYPE>
          An abstract base class for in-memory containers for JavaBeans.
 class BeanContainer<IDTYPE,BEANTYPE>
          An in-memory container for JavaBeans.
 class BeanItemContainer<BEANTYPE>
          An in-memory container for JavaBeans.
 class HierarchicalContainer
          A specialized Container whose contents can be accessed like it was a tree-like structure.
 class IndexedContainer
          An implementation of the Container.Indexed interface with all important features.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.