Uses of Class
com.vaadin.data.util.PropertyValueGenerator
-
Packages that use PropertyValueGenerator Package Description 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 Modifier and Type Method Description voidGeneratedPropertyContainer. addGeneratedProperty(Object propertyId, PropertyValueGenerator<?> generator)Add a new PropertyValueGenerator with given property id.Constructors in com.vaadin.data.util with parameters of type PropertyValueGenerator Constructor Description GeneratedProperty(Item item, Object propertyId, Object itemId, PropertyValueGenerator<T> generator)
-