| 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 |
|
| 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 |
|
| ItemSorter |
|
| 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.
|