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 TypeClassDescriptionclassHandle 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 TypeMethodDescriptionvoidBeforeEvent.forwardTo(NavigationHandler forwardTarget, NavigationState targetState) Forward the navigation to use the provided navigation handler instead of the currently used handler.voidBeforeEvent.rerouteTo(NavigationHandler rerouteTarget, NavigationState targetState) Reroutes the navigation to use the provided navigation handler instead of the currently used handler.voidLocationChangeEvent.rerouteTo(NavigationHandler rerouteTarget) Reroutes the navigation to use the provided navigation handler instead of the currently used handler.voidBeforeLeaveEvent.ContinueNavigationAction.setReferences(NavigationHandler handler, NavigationEvent event) Sets the navigationhandlerand the navigationeventfor this action. -
Uses of NavigationHandler in com.vaadin.flow.router.internal
Classes in com.vaadin.flow.router.internal that implement NavigationHandlerModifier and TypeClassDescriptionclassBase class for navigation handlers that target a navigation state.classHandles error navigation rendering in the target UI.classHandles navigation by redirecting the user to some location in the application.classHandles navigation events by rendering a contained NavigationState in the target UI.