Uses of Interface
com.vaadin.v7.data.Container.ItemSetChangeNotifier
-
Packages that use Container.ItemSetChangeNotifier Package Description com.vaadin.v7.data.util com.vaadin.v7.data.util.sqlcontainer com.vaadin.v7.ui -
-
Uses of Container.ItemSetChangeNotifier in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Container.ItemSetChangeNotifier Modifier and Type Class Description classAbstractBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byDataProviderclassAbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item>Deprecated.As of 8.0, replaced byDataProviderclassBeanContainer<IDTYPE,BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassBeanItemContainer<BEANTYPE>Deprecated.As of 8.0, replaced byListDataProviderclassContainerHierarchicalWrapperDeprecated.No direct replacement - use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classContainerOrderedWrapperDeprecated.As of 8.0, replaced byDataProviderclassGeneratedPropertyContainerDeprecated.As of 8.0, replaced byDataProviderclassHierarchicalContainerDeprecated.Use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classHierarchicalContainerOrderedWrapperDeprecated.No direct replacement - use an appropriate implementation ofHierarchicalDataProvidersuch asTreeDataProviderorAbstractBackEndHierarchicalDataProvider.classIndexedContainerDeprecated.As of 8.0, replaced byListDataProvider -
Uses of Container.ItemSetChangeNotifier in com.vaadin.v7.data.util.sqlcontainer
Classes in com.vaadin.v7.data.util.sqlcontainer that implement Container.ItemSetChangeNotifier Modifier and Type Class Description classSQLContainerDeprecated.As of 8.0, no replacement available, seeDataProvider. -
Uses of Container.ItemSetChangeNotifier in com.vaadin.v7.ui
Classes in com.vaadin.v7.ui that implement Container.ItemSetChangeNotifier 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 API
-