| Package | Description |
|---|---|
| com.vaadin.v7.data.fieldgroup | |
| com.vaadin.v7.data.util |
| Class and Description |
|---|
| BeanItem
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for
Binder
or DataProvider and access the item properties with lambdas like binder.forField(component).bind(...) or
new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()). |
| Class and Description |
|---|
| AbstractBeanContainer
Deprecated.
As of 8.0, replaced by
DataProvider |
| AbstractBeanContainer.BeanIdResolver
Deprecated.
|
| AbstractContainer
Deprecated.
As of 8.0, replaced by
DataProvider |
| AbstractContainer.BaseItemSetChangeEvent
Deprecated.
|
| AbstractInMemoryContainer
Deprecated.
As of 8.0, replaced by
DataProvider |
| AbstractProperty
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
| BeanItem
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for
Binder
or DataProvider and access the item properties with lambdas like binder.forField(component).bind(...) or
new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()). |
| ContainerOrderedWrapper
Deprecated.
As of 8.0, replaced by
DataProvider |
| GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Deprecated.
|
| IndexedContainer
Deprecated.
As of 8.0, replaced by
ListDataProvider |
| ItemSorter
Deprecated.
As of 8.0, sorting is integrated into
DataProvider and Query.getSortOrders().
For in-memory case, you can use also ListDataProvider.setSortComparator(SerializableComparator).
For back-end DataProviders, see AbstractBackEndDataProvider.setSortOrders(List). |
| MethodProperty
Deprecated.
As of 8.0, replaced by
ValueProvider, Setter, see
Binder |
| PropertysetItem
Deprecated.
As of 8.0, no direct replacement available. You can use
Map directly as an item for Binder or
DataProvider and access item properties with lambdas like
binder.forField(component).bind(...) or
new Grid<Map<...>>(dataProvider).addColumn(map->map.get(...)). |
| PropertyValueGenerator
Deprecated.
As of 8.0, no direct replacement available. You can use any bean directly as an item for
Binder
or DataProvider and access item properties with lambdas like binder.forField(component).bind(...) or
new Grid<Bean>(dataProvider).addColumn(bean->bean.getSomething()). |
| VaadinPropertyDescriptor
Deprecated.
As of 8.0, no replacement available.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.