| Package | Description |
|---|---|
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodProperty<T>
Proxy class for creating Properties from pairs of getter and setter methods
of a Bean property.
|
class |
NestedMethodProperty<T>
Nested accessor based property for a bean.
|
class |
ObjectProperty<T>
A simple data object containing one typed value.
|
class |
PropertyFormatter<T>
Deprecated.
As of 7.0, replaced by
Converter |
class |
TextFileProperty
Property implementation for wrapping a text file.
|
class |
TransactionalPropertyWrapper<T>
Wrapper class that helps implement two-phase commit for a non-transactional
property.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.