Uses of Class
com.vaadin.flow.router.AfterNavigationEvent
-
Packages that use AfterNavigationEvent Package Description com.vaadin.flow.router com.vaadin.flow.router.internal com.vaadin.flow.server -
-
Uses of AfterNavigationEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type AfterNavigationEvent Modifier and Type Method Description voidRouterLink. 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 AfterNavigationEvent Modifier and Type Method Description voidAfterNavigationHandler. afterNavigation(AfterNavigationEvent event)Callback executed after navigation has been executed. -
Uses of AfterNavigationEvent in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return AfterNavigationEvent Modifier and Type Method Description AfterNavigationEventInitialPageSettings. getAfterNavigationEvent()Deprecated.Get the after navigation event.Constructors in com.vaadin.flow.server with parameters of type AfterNavigationEvent Constructor Description InitialPageSettings(VaadinRequest request, UI ui, AfterNavigationEvent afterNavigationEvent, WebBrowser browser)Deprecated.Create new initial page settings object.
-