| Package | Description |
|---|---|
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodPropertyDescriptor<BT>
Property descriptor that is able to create simple
MethodProperty
instances for a bean, using given accessors. |
class |
NestedPropertyDescriptor<BT>
Property descriptor that is able to create nested property instances for a
bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractBeanContainer.addContainerProperty(String propertyId,
VaadinPropertyDescriptor<BEANTYPE> propertyDescriptor)
Adds a property for the container and all its items.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.