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

Packages that use Container.PropertySetChangeListener
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.ui   
 

Uses of Container.PropertySetChangeListener in com.vaadin.data
 

Methods in com.vaadin.data with parameters of type Container.PropertySetChangeListener
 void Container.PropertySetChangeNotifier.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by #addPropertySetChangeListener(PropertySetChangeListener)
 void Container.PropertySetChangeNotifier.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
          Registers a new Property set change listener for this Container.
 void Container.PropertySetChangeNotifier.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by #removePropertySetChangeListener(PropertySetChangeListener)
 void Container.PropertySetChangeNotifier.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
          Removes a previously registered Property set change listener.
 

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

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

Methods in com.vaadin.data.util with parameters of type Container.PropertySetChangeListener
 void IndexedContainer.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by IndexedContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void AbstractBeanContainer.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractBeanContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
protected  void AbstractContainer.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractContainer.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void ContainerOrderedWrapper.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by ContainerOrderedWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void GeneratedPropertyContainer.addListener(Container.PropertySetChangeListener listener)
           
 void ContainerHierarchicalWrapper.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by ContainerHierarchicalWrapper.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void IndexedContainer.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void AbstractBeanContainer.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
           
protected  void AbstractContainer.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
          Implementation of the corresponding method in PropertySetChangeNotifier, override with the corresponding public method and implement the interface to use this.
 void ContainerOrderedWrapper.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void GeneratedPropertyContainer.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void ContainerHierarchicalWrapper.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void IndexedContainer.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by IndexedContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void AbstractBeanContainer.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractBeanContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
protected  void AbstractContainer.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractContainer.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void ContainerOrderedWrapper.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by ContainerOrderedWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void GeneratedPropertyContainer.removeListener(Container.PropertySetChangeListener listener)
           
 void ContainerHierarchicalWrapper.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by ContainerHierarchicalWrapper.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void IndexedContainer.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void AbstractBeanContainer.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
           
protected  void AbstractContainer.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
          Implementation of the corresponding method in PropertySetChangeNotifier, override with the corresponding public method and implement the interface to use this.
 void ContainerOrderedWrapper.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void GeneratedPropertyContainer.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 void ContainerHierarchicalWrapper.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
           
 

Method parameters in com.vaadin.data.util with type arguments of type Container.PropertySetChangeListener
protected  void AbstractContainer.setPropertySetChangeListeners(java.util.Collection<Container.PropertySetChangeListener> propertySetChangeListeners)
          Sets the property set change listener collection.
 

Uses of Container.PropertySetChangeListener in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Container.PropertySetChangeListener
 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
          Deprecated. As of 7.0. Use ComboBox instead.
 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.PropertySetChangeListener
 void AbstractSelect.addListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractSelect.addPropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void AbstractSelect.addPropertySetChangeListener(Container.PropertySetChangeListener listener)
          Adds a new Property set change listener for this Container.
 void AbstractSelect.removeListener(Container.PropertySetChangeListener listener)
          Deprecated. As of 7.0, replaced by AbstractSelect.removePropertySetChangeListener(com.vaadin.data.Container.PropertySetChangeListener)
 void AbstractSelect.removePropertySetChangeListener(Container.PropertySetChangeListener listener)
          Removes a previously registered Property set change listener.
 



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