Uses of Class
com.vaadin.flow.router.AfterNavigationEvent
Packages that use AfterNavigationEvent
-
Uses of AfterNavigationEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type AfterNavigationEventModifier and TypeMethodDescriptionvoidRouterLink.afterNavigation(AfterNavigationEvent event) booleanHighlightCondition.shouldHighlight(T t, AfterNavigationEvent event) Tests if the target should be highlighted based on the navigationevent. -
Uses of AfterNavigationEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type AfterNavigationEventModifier and TypeMethodDescriptionvoidAfterNavigationHandler.afterNavigation(AfterNavigationEvent event) Callback executed after navigation has been executed.