Uses of Class
com.vaadin.data.util.AbstractContainer
-
Packages that use AbstractContainer Package Description com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. -
-
Uses of AbstractContainer in com.vaadin.data.util
Subclasses of AbstractContainer in com.vaadin.data.util Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>An abstract base class for in-memory containers for JavaBeans.classAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>AbstractContainerclass that handles common functionality for in-memory containers.classBeanContainer<IDTYPE,BEANTYPE>An in-memory container for JavaBeans.classBeanItemContainer<BEANTYPE>An in-memory container for JavaBeans.classGeneratedPropertyContainerContainer wrapper that adds support for generated properties.classHierarchicalContainerA specialized Container whose contents can be accessed like it was a tree-like structure.classIndexedContainerAn implementation of theinterface with all important features.Container.Indexed
-