Uses of Class
com.vaadin.data.util.PropertyValueGenerator
-
Packages that use PropertyValueGenerator Package Description com.vaadin.data.util -
-
Uses of PropertyValueGenerator in com.vaadin.data.util
Methods in com.vaadin.data.util with parameters of type PropertyValueGenerator Modifier and Type Method Description void
GeneratedPropertyContainer. 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)
-