Uses of Interface
com.vaadin.data.Container.ItemSetChangeListener
-
Packages that use Container.ItemSetChangeListener Package Description 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 com.vaadin.ui.components.calendar -
-
Uses of Container.ItemSetChangeListener in com.vaadin.data
Methods in com.vaadin.data with parameters of type Container.ItemSetChangeListener Modifier and Type Method Description voidContainer.ItemSetChangeNotifier. addItemSetChangeListener(Container.ItemSetChangeListener listener)Adds an Item set change listener for the object.voidContainer.ItemSetChangeNotifier. addListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced byContainer.ItemSetChangeNotifier.addItemSetChangeListener(ItemSetChangeListener)voidContainer.ItemSetChangeNotifier. removeItemSetChangeListener(Container.ItemSetChangeListener listener)Removes the Item set change listener from the object.voidContainer.ItemSetChangeNotifier. removeListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced byContainer.ItemSetChangeNotifier.removeItemSetChangeListener(ItemSetChangeListener) -
Uses of Container.ItemSetChangeListener in com.vaadin.data.util
Methods in com.vaadin.data.util that return types with arguments of type Container.ItemSetChangeListener Modifier and Type Method Description protected Collection<Container.ItemSetChangeListener>AbstractContainer. getItemSetChangeListeners()Returns the item set change listener collection.Method parameters in com.vaadin.data.util with type arguments of type Container.ItemSetChangeListener Modifier and Type Method Description protected voidAbstractContainer. 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 Modifier and Type Method Description voidSQLContainer. addItemSetChangeListener(Container.ItemSetChangeListener listener)voidSQLContainer. addListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced bySQLContainer.addItemSetChangeListener(Container.ItemSetChangeListener)voidSQLContainer. removeItemSetChangeListener(Container.ItemSetChangeListener listener)voidSQLContainer. removeListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced bySQLContainer.removeItemSetChangeListener(Container.ItemSetChangeListener) -
Uses of Container.ItemSetChangeListener in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.ItemSetChangeListener Modifier and Type Class Description classAbstractSelectA class representing a selection of items the user has selected in a UI.classComboBoxA filtering dropdown single-select.classListSelectThis is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classNativeSelectThis is a simple drop-down select without, for instance, support for multiselect, new items, lazyloading, and other advanced features.classOptionGroupConfigures select to be used as an option group.classSelectDeprecated.As of 7.0.classTableTableis used for representing data or components in a pageable and selectable table.classTreeTree component.classTreeTableclassTwinColSelectMultiselect 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 Modifier and Type Method Description voidAbstractSelect. addItemSetChangeListener(Container.ItemSetChangeListener listener)Adds an Item set change listener for the object.voidAbstractSelect. addListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced byAbstractSelect.addItemSetChangeListener(Container.ItemSetChangeListener)voidAbstractSelect. removeItemSetChangeListener(Container.ItemSetChangeListener listener)Removes the Item set change listener from the object.voidAbstractSelect. removeListener(Container.ItemSetChangeListener listener)Deprecated.As of 7.0, replaced byAbstractSelect.removeItemSetChangeListener(Container.ItemSetChangeListener) -
Uses of Container.ItemSetChangeListener in com.vaadin.ui.components.calendar
Classes in com.vaadin.ui.components.calendar that implement Container.ItemSetChangeListener Modifier and Type Class Description classContainerEventProviderA event provider which uses aContaineras a datasource.
-