We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.router.AfterNavigationObserver
Packages that use AfterNavigationObserver
-
Uses of AfterNavigationObserver in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement AfterNavigationObserverModifier and TypeClassDescriptionclass
A link that handles navigation internally using
Router
instead of loading a new page in the browser.Methods in com.vaadin.flow.router that return types with arguments of type AfterNavigationObserverModifier and TypeMethodDescriptionstatic List<AfterNavigationObserver>
EventUtil.collectAfterNavigationObservers
(UI ui) Collect all Components implementing
AfterNavigationObserver
that are found in the given UI.