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

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

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

Classes in com.vaadin.data.util that implement Container.ItemSetChangeNotifier
 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 ContainerHierarchicalWrapper
           A wrapper class for adding external hierarchy to containers not implementing the Container.Hierarchical interface.
 class ContainerOrderedWrapper
           A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface.
 class HierarchicalContainer
          A specialized Container whose contents can be accessed like it was a tree-like structure.
 class HierarchicalContainerOrderedWrapper
          A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface while retaining Container.Hierarchical features.
 class IndexedContainer
          An implementation of the Container.Indexed interface with all important features.
 

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

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

Uses of Container.ItemSetChangeNotifier in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Container.ItemSetChangeNotifier
 class AbstractSelect
           A class representing a selection of items the user has selected in a UI.
 class ComboBox
          A filtering dropdown single-select.
 class ListSelect
          This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.
 class NativeSelect
          This is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.
 class OptionGroup
          Configures select to be used as an option group.
 class Select
           A class representing a selection of items the user has selected in a UI.
 class Table
           Table is used for representing data or components in a pageable and selectable table.
 class Tree
          Tree component.
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 class TwinColSelect
          Multiselect component with two lists: left side for available items and right side for selected items.
 



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