|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractProperty | |
---|---|
com.vaadin.data.util | Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. |
Uses of AbstractProperty in com.vaadin.data.util |
---|
Subclasses of AbstractProperty in com.vaadin.data.util | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |