Uses of Class
com.vaadin.data.util.AbstractProperty

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. Since 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 © 2000-2011 Vaadin Ltd. All Rights Reserved.