Uses of Class
com.vaadin.data.util.AbstractProperty
-
Packages that use AbstractProperty Package Description 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 Modifier and Type Class Description classMethodProperty<T>Proxy class for creating Properties from pairs of getter and setter methods of a Bean property.classNestedMethodProperty<T>Nested accessor based property for a bean.classObjectProperty<T>A simple data object containing one typed value.classPropertyFormatter<T>Deprecated.As of 7.0, replaced byConverterclassTextFilePropertyProperty implementation for wrapping a text file.classTransactionalPropertyWrapper<T>Wrapper class that helps implement two-phase commit for a non-transactional property.
-