| Package | Description |
|---|---|
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedPropertyContainer.addGeneratedProperty(Object propertyId,
PropertyValueGenerator<?> generator)
Add a new PropertyValueGenerator with given property id.
|
| Constructor and Description |
|---|
GeneratedProperty(Item item,
Object propertyId,
Object itemId,
PropertyValueGenerator<T> generator) |
Copyright © 2019 Vaadin Ltd. All rights reserved.