Uses of Interface
com.vaadin.data.Container.PropertySetChangeNotifier
-
Packages that use Container.PropertySetChangeNotifier Package Description com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.ui -
-
Uses of Container.PropertySetChangeNotifier in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Container.PropertySetChangeNotifier Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>An abstract base class for in-memory containers for JavaBeans.classBeanContainer<IDTYPE,BEANTYPE>An in-memory container for JavaBeans.classBeanItemContainer<BEANTYPE>An in-memory container for JavaBeans.classContainerHierarchicalWrapperA wrapper class for adding external hierarchy to containers not implementing theContainer.Hierarchicalinterface.classContainerOrderedWrapperA wrapper class for adding external ordering to containers not implementing theContainer.Orderedinterface.classGeneratedPropertyContainerContainer wrapper that adds support for generated properties.classHierarchicalContainerA specialized Container whose contents can be accessed like it was a tree-like structure.classHierarchicalContainerOrderedWrapperA wrapper class for adding external ordering to containers not implementing theContainer.Orderedinterface while retainingContainer.Hierarchicalfeatures.classIndexedContainerAn implementation of theinterface with all important features.Container.Indexed -
Uses of Container.PropertySetChangeNotifier in com.vaadin.ui
Classes in com.vaadin.ui that implement Container.PropertySetChangeNotifier 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.
-