All Classes Interface Summary Class Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractQueryContainer<T> |
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<I,T> |
Support superclass for simple read-only, in-memory Container implementations where each
Item in the container is backed by a Java object.
|
| AbstractUnsizedContainer<T> |
A specialization of AbstractQueryContainer that doesn't require up-front knowledge of the underlying data's size.
|
| AlwaysInvalidQueryList<T> |
|
| BackedItem<T> |
Extension of the Item interface for implementations that are backed by an underlying Java object.
|
| BackedProperty<T,V> |
Extension of the Property interface for implementations that are backed by an underlying Java object.
|
| BlobField |
A Vaadin Field for editing Propertys with byte[] array values
(i.e., "blobs").
|
| Connectable |
Generic interface supporting connection and disconnection.
|
| ConvertedProperty<P,M> |
Applies a Converter to a Property of one type (the "model" type) to produce a
Property of another type (the "presentation" type).
|
| EnumComboBox |
|
| EnumContainer<T extends Enum<T>> |
Container backed by the instances of an Enum type.
|
| FieldBuilder |
Automatically builds and binds fields for a Java bean annotated with FieldBuilder annotations.
|
| FieldBuilder.AbstractField |
Specifies how a Java property should be edited in Vaadin using an AbstractField.
|
| FieldBuilder.AbstractSelect |
Specifies how a Java property should be edited in Vaadin using an AbstractSelect.
|
| FieldBuilder.AbstractTextField |
|
| FieldBuilder.AnnotationApplier<A extends Annotation,F extends AbstractField<?>> |
Class that knows how to apply annotation properties to a corresponding field.
|
| FieldBuilder.CheckBox |
Specifies how a Java property should be edited in Vaadin using an CheckBox.
|
| FieldBuilder.ComboBox |
Specifies how a Java property should be edited in Vaadin using an ComboBox.
|
| FieldBuilder.DateField |
Specifies how a Java property should be edited in Vaadin using an DateField.
|
| FieldBuilder.EnumComboBox |
Specifies how a Java property should be edited in Vaadin using an EnumComboBox.
|
| FieldBuilder.ListSelect |
Specifies how a Java property should be edited in Vaadin using an ListSelect.
|
| FieldBuilder.PasswordField |
Specifies how a Java property should be edited in Vaadin using a PasswordField.
|
| FieldBuilder.ProvidesField |
Specifies that the annotated method will return an AbstractField suitable for
editing the specified property.
|
| FieldBuilder.TextArea |
Specifies how a Java property should be edited in Vaadin using a TextArea.
|
| FieldBuilder.TextField |
Specifies how a Java property should be edited in Vaadin using a TextField.
|
| FieldLayout<T> |
|
| InvalidQueryListException |
|
| PropertyDef<T> |
Defines a Vaadin property, having a name, which is also the property ID, and its type.
|
| PropertyExtractor<T> |
Classes that can extract Property values from Java objects.
|
| ProvidesProperty |
Declares that a Java method provides a read-only Vaadin Property value in a Java class
whose instances back the items in a Container.
|
| ProvidesPropertyScanner<T> |
|
| ProvidesPropertySort |
Declares that a Java method provides either a Comparable value or a Comparator that
should be used to determine property sort ordering in a Java class whose instances back the items in a
Container.
|
| QueryList<T> |
|
| ReadOnlyProperty<V> |
Support superclass for Propertys with read-only values.
|
| SelfKeyedContainer<T> |
|
| SimpleContainer<T> |
|
| SimpleItem<T> |
Simple read-only Item implementation backed by a Java object.
|
| SimpleKeyedContainer<I,T> |
|
| SimpleProperty<T,V> |
Simple read-only Property implementation backed by a Java object.
|
| SimpleQueryList<T> |
|
| SortingPropertyExtractor<T> |
PropertyExtractor that also sorts properties, given two instances of the target Java type.
|
| SpringVaadinServlet |
|
| SpringVaadinSessionListener |
|
| StringValuePropertyDef |
|
| VaadinApplication |
A globally accessible "Vaadin application" singleton.
|
| VaadinApplicationListener<E extends ApplicationEvent> |
A Spring ApplicationListener support superclass customized for use by
listeners that are part of a Vaadin application when listening to non-Vaadin application event sources.
|
| VaadinApplicationScope |
A Spring custom Scope for Vaadin applications.
|
| VaadinConfigurable |
Indicates that the class is a candidate for configuration using the VaadinConfigurableAspect aspect.
|
| VaadinConfigurableObject |
Marker interface used by the VaadinConfigurableAspect.
|
| VaadinDelayedAction |
DelayedAction for actions that are associated with a Vaadin appliction.
|
| VaadinExternalListener<S> |
Support superclass customized for use by listeners that are part of a Vaadin application when listening
to non-Vaadin ("external") event sources.
|
| VaadinSessionContainer<T extends VaadinSessionInfo> |
|
| VaadinSessionInfo |
|
| VaadinUtil |
Miscellaneous utility methods.
|
| WindowQueryList<T> |
QueryList implementation that only actually holds a portion, or "window" of a larger list.
|
| WritableResource |
|