Uses of Interface
com.vaadin.v7.data.Container.PropertySetChangeListener
-
Packages that use Container.PropertySetChangeListener Package Description com.vaadin.v7.data com.vaadin.v7.data.util com.vaadin.v7.ui -
-
Uses of Container.PropertySetChangeListener in com.vaadin.v7.data
Methods in com.vaadin.v7.data with parameters of type Container.PropertySetChangeListener Modifier and Type Method Description voidContainer.PropertySetChangeNotifier. addListener(Container.PropertySetChangeListener listener)Deprecated.As of 7.0, replaced byContainer.PropertySetChangeNotifier.addPropertySetChangeListener(PropertySetChangeListener)voidContainer.PropertySetChangeNotifier. addPropertySetChangeListener(Container.PropertySetChangeListener listener)Deprecated.Registers a new Property set change listener for this Container.voidContainer.PropertySetChangeNotifier. removeListener(Container.PropertySetChangeListener listener)Deprecated.voidContainer.PropertySetChangeNotifier. removePropertySetChangeListener(Container.PropertySetChangeListener listener)Deprecated.Removes a previously registered Property set change listener. -
Uses of Container.PropertySetChangeListener in com.vaadin.v7.data.util
Methods in com.vaadin.v7.data.util that return types with arguments of type Container.PropertySetChangeListener Modifier and Type Method Description protected Collection<Container.PropertySetChangeListener>AbstractContainer. getPropertySetChangeListeners()Deprecated.Returns the property set change listener collection.Method parameters in com.vaadin.v7.data.util with type arguments of type Container.PropertySetChangeListener Modifier and Type Method Description protected voidAbstractContainer. setPropertySetChangeListeners(Collection<Container.PropertySetChangeListener> propertySetChangeListeners)Deprecated.Sets the property set change listener collection. -
Uses of Container.PropertySetChangeListener in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Container.PropertySetChangeListener Modifier and Type Class Description classAbstractSelectDeprecated.As of 8.0, replaced byAbstractListingclassComboBoxDeprecated.As of 8.0 replaced byComboBoxbased on the new data binding APIclassListSelectDeprecated.As of 8.0 replaced byListSelectbased on the new data binding APIclassNativeSelectDeprecated.As of 8.0 replaced byNativeSelectbased on the new data binding APIclassOptionGroupDeprecated.As of 8.0, useRadioButtonGroupfor single select orCheckBoxGroupfor multiselect insteadclassSelectDeprecated.As of 7.0.classTableDeprecated.As of 8.0, useGridinsteadclassTreeDeprecated.Seecom.vaadin.ui.Tree.classTreeTableDeprecated.SeeTreeGrid.classTwinColSelectDeprecated.As of 8.0 replaced byTwinColSelectbased on the new data binding APIMethods in com.vaadin.v7.ui with parameters of type Container.PropertySetChangeListener Modifier and Type Method Description voidAbstractSelect. addListener(Container.PropertySetChangeListener listener)Deprecated.As of 7.0, replaced byAbstractSelect.addPropertySetChangeListener(Container.PropertySetChangeListener)voidAbstractSelect. addPropertySetChangeListener(Container.PropertySetChangeListener listener)Deprecated.Adds a new Property set change listener for this Container.voidAbstractSelect. removeListener(Container.PropertySetChangeListener listener)Deprecated.As of 7.0, replaced byAbstractSelect.removePropertySetChangeListener(Container.PropertySetChangeListener)voidAbstractSelect. removePropertySetChangeListener(Container.PropertySetChangeListener listener)Deprecated.Removes a previously registered Property set change listener.
-