| 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 |
|---|---|
protected class |
AbstractBeanContainer.PropertyBasedBeanIdResolver
A item identifier resolver that returns the value of a bean property.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> |
AbstractBeanContainer.createBeanPropertyResolver(Object propertyId)
Create an item identifier resolver using a named bean property.
|
AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> |
AbstractBeanContainer.getBeanIdResolver()
Returns the resolver that finds the item ID for a bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanItemContainer.setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<BEANTYPE,BEANTYPE> beanIdResolver)
Unsupported in BeanItemContainer.
|
void |
BeanContainer.setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> beanIdResolver) |
protected void |
AbstractBeanContainer.setBeanIdResolver(AbstractBeanContainer.BeanIdResolver<IDTYPE,BEANTYPE> beanIdResolver)
Sets the resolver that finds the item id for a bean, or null not to use
automatic resolving.
|
Copyright © 2023 Vaadin Ltd. All rights reserved.