| Annotation Type | Description |
|---|---|
| EnableVaadin |
Brings in the machinery to setup Spring + Vaadin applications.
|
| EnableVaadinNavigation |
Brings in the machinery to configure automatic navigation based on
SpringViewDisplay annotations. |
| SpringComponent |
Alias for
Component to prevent
conflicts with Component. |
| SpringUI |
Annotation to be put on
UI-subclasses that are to be
automatically detected and configured by Spring. |
| SpringView |
Annotation to be placed on
View-classes that
should be handled by the SpringViewProvider. |
| SpringViewDisplay |
Stereotype annotation for a bean (implementing either
ViewDisplay,
SingleComponentContainer or ComponentContainer) that should
act as a view display for Vaadin Navigator. |
| UIScope |
Stereotype annotation for Spring's
@Scope("vaadin-ui"). |
| VaadinSessionScope |
Stereotype annotation for Spring's
@Scope("vaadin-session"). |
| ViewScope |
Stereotype annotation for Spring's
@Scope("vaadin-view"). |
Copyright © 2017 Vaadin Ltd. All Rights Reserved.