| AbstractQueryContainer |
Support superclass for read-only Container implementations where each Item in the container
is backed by a Java object, and the Java objects are generated via a query that returns
a QueryList containing only some portion of the total list of backing objects at any one time.
|
| AbstractSimpleContainer |
Support superclass for simple read-only, in-memory Container implementations where each
Item in the container is backed by a Java object.
|
| BackedItem |
Extension of the Item interface for implementations that are backed by an underlying Java object.
|
| BackedProperty |
Extension of the Property interface for implementations that are backed by an underlying Java object.
|
| Connectable |
Generic interface supporting connection and disconnection.
|
| EnumComboBox |
|
| EnumContainer |
Container backed by the instances of an Enum type.
|
| FieldBuilder.AnnotationApplier |
Class that knows how to apply annotation properties to a corresponding field.
|
| InvalidQueryListException |
|
| PropertyDef |
Defines a Vaadin property, having a name, which is also the property ID, and its type.
|
| PropertyExtractor |
Classes that can extract Property values from Java objects.
|
| QueryList |
|
| ReadOnlyProperty |
Support superclass for Propertys with read-only values.
|
| SelfKeyedContainer |
|
| SimpleItem.Property |
|
| SimpleKeyedContainer |
|
| SortingPropertyExtractor |
PropertyExtractor that also sorts properties, given two instances of the target Java type.
|
| SpringVaadinServlet |
|
| VaadinApplication |
A globally accessible "Vaadin application" singleton.
|
| VaadinExternalListener |
Support superclass customized for use by listeners that are part of a Vaadin application when listening
to non-Vaadin ("external") event sources.
|
| VaadinSessionInfo |
|