Uses of Class
com.vaadin.flow.router.NavigationEvent
Packages that use NavigationEvent
Package
Description
-
Uses of NavigationEvent in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type NavigationEventModifier and TypeMethodDescriptionintJavaScriptNavigationStateRenderer.handle(NavigationEvent event) JavaScriptNavigationStateRenderer.handleTriggeredBeforeEvent(NavigationEvent event, BeforeEvent beforeEvent) protected voidJavaScriptNavigationStateRenderer.pushHistoryState(NavigationEvent event) protected booleanJavaScriptNavigationStateRenderer.shouldPushHistoryState(NavigationEvent event) -
Uses of NavigationEvent in com.vaadin.flow.di
Methods in com.vaadin.flow.di with parameters of type NavigationEventModifier and TypeMethodDescriptiondefault <T extends HasElement>
TInstantiator.createRouteTarget(Class<T> routeTargetType, NavigationEvent event) Creates an instance of a navigation target or router layout. -
Uses of NavigationEvent in com.vaadin.flow.router
Subclasses of NavigationEvent in com.vaadin.flow.routerModifier and TypeClassDescriptionclassEvent object with data related to error navigation.Methods in com.vaadin.flow.router with parameters of type NavigationEventModifier and TypeMethodDescriptionintNavigationHandler.handle(NavigationEvent event) Handles the navigation event.voidBeforeLeaveEvent.ContinueNavigationAction.setReferences(NavigationHandler handler, NavigationEvent event) Sets the navigationhandlerand the navigationeventfor this action.Constructors in com.vaadin.flow.router with parameters of type NavigationEventModifierConstructorDescriptionBeforeEnterEvent(NavigationEvent event, Class<?> navigationTarget, RouteParameters parameters, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent.BeforeEnterEvent(NavigationEvent event, Class<?> navigationTarget, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent.BeforeEvent(NavigationEvent event, Class<?> navigationTarget, RouteParameters parameters, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent.BeforeEvent(NavigationEvent event, Class<?> navigationTarget, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent.BeforeLeaveEvent(NavigationEvent event, Class<?> navigationTarget, RouteParameters parameters, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent.BeforeLeaveEvent(NavigationEvent event, Class<?> navigationTarget, List<Class<? extends RouterLayout>> layouts) Constructs event from a NavigationEvent. -
Uses of NavigationEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type NavigationEventModifier and TypeMethodDescriptionintAbstractNavigationStateRenderer.handle(NavigationEvent event) intErrorStateRenderer.handle(NavigationEvent event) intInternalRedirectHandler.handle(NavigationEvent event) AbstractNavigationStateRenderer.handleTriggeredBeforeEvent(NavigationEvent event, BeforeEvent beforeEvent) Handle aBeforeEventafter if has been triggered to an observer.protected abstract voidAbstractNavigationStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) Notify the navigation target about the status of the navigation.protected voidErrorStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected voidNavigationStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected voidAbstractNavigationStateRenderer.pushHistoryState(NavigationEvent event) protected booleanAbstractNavigationStateRenderer.shouldPushHistoryState(NavigationEvent event)