| Interface | Description |
|---|---|
| AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> | Deprecated |
| ItemSorter | Deprecated
As of 8.0, sorting is integrated into
DataProvider and Query.getSortOrders(). |
| VaadinPropertyDescriptor<BT> | Deprecated
As of 8.0, no replacement available.
|
| Class | Description |
|---|---|
| AbstractBeanContainer<IDTYPE,BEANTYPE> | Deprecated
As of 8.0, replaced by
DataProvider |
| AbstractContainer | Deprecated
As of 8.0, replaced by
DataProvider |
| AbstractContainer.BaseItemSetChangeEvent | Deprecated |
| AbstractContainer.BasePropertySetChangeEvent | Deprecated |
| AbstractInMemoryContainer<ITEMIDTYPE,PROPERTYIDCLASS,ITEMCLASS extends Item> | Deprecated
As of 8.0, replaced by
DataProvider |
| AbstractInMemoryContainer.BaseItemAddEvent | Deprecated |
| AbstractInMemoryContainer.BaseItemRemoveEvent | Deprecated |
| AbstractProperty<T> | Deprecated
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
| AbstractProperty.ReadOnlyStatusChangeEvent | Deprecated |
| BeanContainer<IDTYPE,BEANTYPE> | Deprecated
As of 8.0, replaced by
ListDataProvider |
| BeanItem<BT> | Deprecated
As of 8.0, no direct replacement available.
|
| BeanItemContainer<BEANTYPE> | Deprecated
As of 8.0, replaced by
ListDataProvider |
| ContainerHierarchicalWrapper | Deprecated
No direct replacement - use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
| ContainerOrderedWrapper | Deprecated
As of 8.0, replaced by
DataProvider |
| DefaultItemSorter | Deprecated
As of 8.0, sorting is integrated into
DataProvider and Query.getSortOrders(). |
| DefaultItemSorter.DefaultPropertyValueComparator | Deprecated |
| FilesystemContainer | Deprecated
No direct replacement - use a subclass of
AbstractBackEndHierarchicalDataProvider, such as the
example in Vaadin Sampler for File System Explorer. |
| GeneratedPropertyContainer | Deprecated
As of 8.0, replaced by
DataProvider |
| GeneratedPropertyContainer.GeneratedProperty<T> | Deprecated |
| HierarchicalContainer | Deprecated
Use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
| HierarchicalContainerOrderedWrapper | Deprecated
No direct replacement - use an appropriate implementation of
HierarchicalDataProvider such as TreeDataProvider
or AbstractBackEndHierarchicalDataProvider. |
| IndexedContainer | Deprecated
As of 8.0, replaced by
ListDataProvider |
| IndexedContainer.ItemSetChangeEvent | Deprecated |
| ListSet<E> | Deprecated
As of 8.0, no replacement available.
|
| MethodProperty<T> | Deprecated
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
| MethodPropertyDescriptor<BT> | Deprecated
As of 8.0, no replacement available.
|
| NestedMethodProperty<T> | Deprecated
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
| NestedPropertyDescriptor<BT> | Deprecated
As of 8.0, no replacement available.
|
| ObjectProperty<T> | Deprecated
As of 8.0, replaced by
ValueProvider, Setter, see Binder |
| PropertyFormatter<T> | Deprecated
As of 7.0, replaced by
Converter |
| PropertysetItem | Deprecated
As of 8.0, no direct replacement available.
|
| PropertyValueGenerator<T> | Deprecated
As of 8.0, no direct replacement available.
|
| TextFileProperty | Deprecated
As of 8.0, no replacement available.
|
| TransactionalPropertyWrapper<T> | Deprecated
As of 8.0, no replacement available.
|
| Exception | Description |
|---|---|
| MethodProperty.MethodException | Deprecated |
Copyright © 2019 Vaadin Ltd. All rights reserved.