Uses of Interface
com.vaadin.flow.router.AfterNavigationObserver
-
Packages that use AfterNavigationObserver Package Description com.vaadin.flow.router -
-
Uses of AfterNavigationObserver in com.vaadin.flow.router
Classes in com.vaadin.flow.router that implement AfterNavigationObserver Modifier and Type Class Description classRouterLinkA 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 AfterNavigationObserver Modifier and Type Method Description static List<AfterNavigationObserver>EventUtil. collectAfterNavigationObservers(UI ui)Collect all Components implementingAfterNavigationObserverthat are found in the given UI.
-