Uses of Interface
com.vaadin.v7.data.Property.Transactional
-
Packages that use Property.Transactional Package Description com.vaadin.v7.data.fieldgroup com.vaadin.v7.data.util -
-
Uses of Property.Transactional in com.vaadin.v7.data.fieldgroup
Methods in com.vaadin.v7.data.fieldgroup that return Property.Transactional Modifier and Type Method Description protected <T> Property.Transactional<T>FieldGroup. wrapInTransactionalProperty(Property<T> itemProperty)Deprecated.Wrap property to transactional property. -
Uses of Property.Transactional in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement Property.Transactional Modifier and Type Class Description classTransactionalPropertyWrapper<T>Deprecated.As of 8.0, no replacement available.
-