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 usingRouter
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 implementingAfterNavigationObserver
that are found in the given UI.