Uses of Interface
com.vaadin.data.Container.Indexed

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

Uses of Container.Indexed in com.vaadin.data.util
 

Classes in com.vaadin.data.util that implement Container.Indexed
 class AbstractBeanContainer<IDTYPE,BEANTYPE>
          An abstract base class for in-memory containers for JavaBeans.
 class AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>
          Abstract Container class that handles common functionality for in-memory containers.
 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.
 class QueryContainer
          Deprecated. will be removed in the future, use the SQLContainer add-on
 

Uses of Container.Indexed in com.vaadin.data.util.sqlcontainer
 

Classes in com.vaadin.data.util.sqlcontainer that implement Container.Indexed
 class SQLContainer
           
 



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