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 class
RouterLink
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 AfterNavigationObserver Modifier and Type Method Description static List<AfterNavigationObserver>
EventUtil. collectAfterNavigationObservers(UI ui)
Collect all Components implementingAfterNavigationObserver
that are found in the given UI.
-