| 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()). |
Copyright © 2019 Vaadin Ltd. All rights reserved.