| Class | Description |
|---|---|
| CDINavigator |
Vaadin Navigator as a CDI Bean.
|
| CDIUIProvider | |
| CDIViewProvider |
| Annotation Type | Description |
|---|---|
| AfterViewChange |
ViewChangeEvent can be observed with this qualifier. |
| CDIUI |
All UIs need to be declared with this annotation.
|
| CDIView |
Classes implementing
View and annotated with @CDIView
are automatically registered with CDIViewProvider for use by
CDINavigator. |
| NormalUIScoped |
The lifecycle of a UIScoped component is bound to a browser tab.
|
| NormalViewScoped |
The lifecycle of a ViewScoped component starts when the view is navigated to
and ends when navigating to a different view or when the UI is closed.
|
| UIScoped |
The lifecycle of a UIScoped component is bound to a browser tab.
|
| URLMapping |
Annotation that can be used to specify the URL mapping of the Vaadin servlet.
|
| VaadinSessionScoped |
The lifecycle of a VaadinSessionScoped bean is bound to a VaadinSession.
|
| ViewScoped |
The lifecycle of a ViewScoped component starts when the view is navigated to
and ends when navigating to a different view or when the UI is closed.
|
Copyright © 2018 Vaadin Ltd. All Rights Reserved.