Uses of Interface
com.vaadin.data.Property.Transactional
-
Packages that use Property.Transactional Package Description com.vaadin.data.fieldgroup com.vaadin.data.util -
-
Uses of Property.Transactional in com.vaadin.data.fieldgroup
Methods in com.vaadin.data.fieldgroup that return Property.Transactional Modifier and Type Method Description protected <T> Property.Transactional<T>
FieldGroup. wrapInTransactionalProperty(Property<T> itemProperty)
Wrap property to transactional property. -
Uses of Property.Transactional in com.vaadin.data.util
Classes in com.vaadin.data.util that implement Property.Transactional Modifier and Type Class Description class
TransactionalPropertyWrapper<T>
Wrapper class that helps implement two-phase commit for a non-transactional property.
-