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

Packages that use Container.ItemSetChangeListener
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
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.ItemSetChangeListener in com.vaadin.data
 

Methods in com.vaadin.data with parameters of type Container.ItemSetChangeListener
 void Container.ItemSetChangeNotifier.addListener(Container.ItemSetChangeListener listener)
          Adds an Item set change listener for the object.
 void Container.ItemSetChangeNotifier.removeListener(Container.ItemSetChangeListener listener)
          Removes the Item set change listener from the object.
 

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

Methods in com.vaadin.data.util that return types with arguments of type Container.ItemSetChangeListener
protected  Collection<Container.ItemSetChangeListener> AbstractContainer.getItemSetChangeListeners()
          Returns the item set change listener collection.
 

Methods in com.vaadin.data.util with parameters of type Container.ItemSetChangeListener
 void AbstractInMemoryContainer.addListener(Container.ItemSetChangeListener listener)
           
 void ContainerHierarchicalWrapper.addListener(Container.ItemSetChangeListener listener)
           
 void ContainerOrderedWrapper.addListener(Container.ItemSetChangeListener listener)
           
protected  void AbstractContainer.addListener(Container.ItemSetChangeListener listener)
          Implementation of the corresponding method in ItemSetChangeNotifier, override with the corresponding public method and implement the interface to use this.
 void AbstractInMemoryContainer.removeListener(Container.ItemSetChangeListener listener)
           
 void ContainerHierarchicalWrapper.removeListener(Container.ItemSetChangeListener listener)
           
 void ContainerOrderedWrapper.removeListener(Container.ItemSetChangeListener listener)
           
protected  void AbstractContainer.removeListener(Container.ItemSetChangeListener listener)
          Implementation of the corresponding method in ItemSetChangeNotifier, override with the corresponding public method and implement the interface to use this.
 

Method parameters in com.vaadin.data.util with type arguments of type Container.ItemSetChangeListener
protected  void AbstractContainer.setItemSetChangeListeners(Collection<Container.ItemSetChangeListener> itemSetChangeListeners)
          Sets the item set change listener collection.
 

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

Methods in com.vaadin.data.util.sqlcontainer with parameters of type Container.ItemSetChangeListener
 void SQLContainer.addListener(Container.ItemSetChangeListener listener)
           
 void SQLContainer.removeListener(Container.ItemSetChangeListener listener)
           
 

Uses of Container.ItemSetChangeListener in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Container.ItemSetChangeListener
 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.
 

Methods in com.vaadin.ui with parameters of type Container.ItemSetChangeListener
 void AbstractSelect.addListener(Container.ItemSetChangeListener listener)
          Adds an Item set change listener for the object.
 void AbstractSelect.removeListener(Container.ItemSetChangeListener listener)
          Removes the Item set change listener from the object.
 



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