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 TypeMethodDescriptionint
JavaScriptNavigationStateRenderer.handle
(NavigationEvent event) JavaScriptNavigationStateRenderer.handleTriggeredBeforeEvent
(NavigationEvent event, BeforeEvent beforeEvent) protected void
JavaScriptNavigationStateRenderer.pushHistoryState
(NavigationEvent event) protected boolean
JavaScriptNavigationStateRenderer.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 TypeClassDescriptionclass
Event object with data related to error navigation.Methods in com.vaadin.flow.router with parameters of type NavigationEventModifier and TypeMethodDescriptionint
NavigationHandler.handle
(NavigationEvent event) Handles the navigation event.void
BeforeLeaveEvent.ContinueNavigationAction.setReferences
(NavigationHandler handler, NavigationEvent event) Sets the navigationhandler
and the navigationevent
for 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 TypeMethodDescriptionint
AbstractNavigationStateRenderer.handle
(NavigationEvent event) int
ErrorStateRenderer.handle
(NavigationEvent event) int
InternalRedirectHandler.handle
(NavigationEvent event) AbstractNavigationStateRenderer.handleTriggeredBeforeEvent
(NavigationEvent event, BeforeEvent beforeEvent) Handle aBeforeEvent
after if has been triggered to an observer.protected abstract void
AbstractNavigationStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) Notify the navigation target about the status of the navigation.protected void
ErrorStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected void
NavigationStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected void
AbstractNavigationStateRenderer.pushHistoryState
(NavigationEvent event) protected boolean
AbstractNavigationStateRenderer.shouldPushHistoryState
(NavigationEvent event)