| Package | Description |
|---|---|
| com.vaadin.data.fieldgroup | |
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| Class and Description |
|---|
| BeanItem
A wrapper class for adding the Item interface to any Java Bean.
|
| Class and Description |
|---|
| AbstractBeanContainer
An abstract base class for in-memory containers for JavaBeans.
|
| AbstractBeanContainer.BeanIdResolver
Resolver that maps beans to their (item) identifiers, removing the need
to explicitly specify item identifiers when there is no need to customize
this.
|
| AbstractContainer
Abstract container class that manages event listeners and sending events to
them (
PropertySetChangeNotifier, ItemSetChangeNotifier). |
| AbstractContainer.BaseItemSetChangeEvent
An
event object specifying the container whose Item set has
changed. |
| AbstractInMemoryContainer
Abstract
Container class that handles common functionality for
in-memory containers. |
| AbstractProperty
Abstract base class for
Property implementations. |
| BeanItem
A wrapper class for adding the Item interface to any Java Bean.
|
| ContainerOrderedWrapper
A wrapper class for adding external ordering to containers not implementing
the
Container.Ordered interface. |
| GeneratedPropertyContainer.GeneratedItemAddOrRemoveEvent
Base implementation for item add or remove events.
|
| IndexedContainer
An implementation of the
interface
with all important features. |
| ItemSorter
An item comparator which is compatible with the
Container.Sortable interface. |
| MethodProperty
Proxy class for creating Properties from pairs of getter and setter methods
of a Bean property.
|
| PropertysetItem
Class for handling a set of identified Properties.
|
| PropertyValueGenerator
PropertyValueGenerator for GeneratedPropertyContainer.
|
| VaadinPropertyDescriptor
Property descriptor that can create a property instance for a bean.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.