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 TypeClassDescriptionclassA link that handles navigation internally usingRouterinstead 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 implementingAfterNavigationObserverthat are found in the given UI.