| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> Property.Transactional<T> |
FieldGroup.wrapInTransactionalProperty(Property<T> itemProperty)
Wrap property to transactional property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalPropertyWrapper<T>
Wrapper class that helps implement two-phase commit for a non-transactional
property.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.