Uses of Interface
com.vaadin.flow.router.NavigationHandler
Packages that use NavigationHandler
Package
Description
-
Uses of NavigationHandler in com.vaadin.flow.component.internal
Classes in com.vaadin.flow.component.internal that implement NavigationHandlerModifier and TypeClassDescriptionclass
Handle navigation events in relation to the client side bootstrap UI. -
Uses of NavigationHandler in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return NavigationHandlerModifier and TypeMethodDescriptionBeforeEvent.getForwardTarget()
Gets the forward target handler to use if the user should be forwarded to some other view.BeforeEvent.getRerouteTarget()
Gets the reroute target handler to use if the user should be rerouted to some other view.Methods in com.vaadin.flow.router that return types with arguments of type NavigationHandlerModifier and TypeMethodDescriptionLocationChangeEvent.getRerouteTarget()
Gets the reroute target to use if the user should be rerouted to some other view.Methods in com.vaadin.flow.router with parameters of type NavigationHandlerModifier and TypeMethodDescriptionvoid
BeforeEvent.forwardTo
(NavigationHandler forwardTarget, NavigationState targetState) Forward the navigation to use the provided navigation handler instead of the currently used handler.void
BeforeEvent.rerouteTo
(NavigationHandler rerouteTarget, NavigationState targetState) Reroutes the navigation to use the provided navigation handler instead of the currently used handler.void
LocationChangeEvent.rerouteTo
(NavigationHandler rerouteTarget) Reroutes the navigation to use the provided navigation handler instead of the currently used handler.void
BeforeLeaveEvent.ContinueNavigationAction.setReferences
(NavigationHandler handler, NavigationEvent event) Sets the navigationhandler
and the navigationevent
for this action. -
Uses of NavigationHandler in com.vaadin.flow.router.internal
Classes in com.vaadin.flow.router.internal that implement NavigationHandlerModifier and TypeClassDescriptionclass
Base class for navigation handlers that target a navigation state.class
Handles error navigation rendering in the target UI.class
Handles navigation by redirecting the user to some location in the application.class
Handles navigation events by rendering a contained NavigationState in the target UI.