| Package | Description |
|---|---|
| com.vaadin.v7.data.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanItem<BT>
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 |
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(...)). |
Copyright © 2019 Vaadin Ltd. All rights reserved.