Uses of Class
com.vaadin.data.util.AbstractProperty
-
Packages that use AbstractProperty Package Description com.vaadin.data.util -
-
Uses of AbstractProperty in com.vaadin.data.util
Subclasses of AbstractProperty in com.vaadin.data.util Modifier and Type Class 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 byConverter
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.
-