| Class and Description |
|---|
| AbstractQueryContainer |
| AbstractSimpleContainer |
| 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.
|
| 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
Exception thrown by
QueryList.get(long) when the list has become invalid. |
| 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
Cacheable list of Java objects backing an
AbstractQueryContainer. |
| ReadOnlyProperty
Support superclass for
Propertys with read-only values. |
| SelfKeyedContainer
A
SimpleKeyedContainer where the item IDs are the underlying container objects themselves. |
SimpleItem.Property
SimpleItem.Property implementation used by SimpleItem. |
| SimpleKeyedContainer
An
AbstractSimpleContainer where the item IDs are generated from the items themselves
by the subclass-provided method SimpleKeyedContainer.getKeyFor(T). |
SortingPropertyExtractor
PropertyExtractor that also sorts properties, given two instances of the target Java type. |
| SpringVaadinServlet
A
VaadinServlet that associates and manages a Spring
ConfigurableWebApplicationContext with each
VaadinSession (aka, "Vaadin application" in the old terminology). |
| 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
Represents one
VaadinSession in a VaadinSessionContainer. |
Copyright © 2017. All rights reserved.