Package com.vaadin.cdi
package com.vaadin.cdi
-
ClassDescription
ViewChangeEventcan be observed with this qualifier.Vaadin Navigator as a CDI Bean.All UIs need to be declared with this annotation.Classes implementingViewand annotated with@CDIVieware automatically registered withCDIViewProviderfor use byCDINavigator.The lifecycle of a UIScoped component is bound to a browser tab.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.The lifecycle of a UIScoped component is bound to a browser tab.Annotation that can be used to specify the URL mapping of the Vaadin servlet.The lifecycle of a VaadinSessionScoped bean is bound to a VaadinSession.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.