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

Packages that use PropertyValueGenerator
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
 

Uses of PropertyValueGenerator in com.vaadin.data.util
 

Methods in com.vaadin.data.util with parameters of type PropertyValueGenerator
 void GeneratedPropertyContainer.addGeneratedProperty(java.lang.Object propertyId, PropertyValueGenerator<?> generator)
          Add a new PropertyValueGenerator with given property id.
 

Constructors in com.vaadin.data.util with parameters of type PropertyValueGenerator
GeneratedPropertyContainer.GeneratedProperty(Item item, java.lang.Object propertyId, java.lang.Object itemId, PropertyValueGenerator<T> generator)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.