Uses of Interface
com.vaadin.flow.router.NavigationHandler
-
Packages that use NavigationHandler Package Description com.vaadin.flow.router com.vaadin.flow.router.internal -
-
Uses of NavigationHandler in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return NavigationHandler Modifier and Type Method Description NavigationHandlerBeforeEvent. getForwardTarget()Gets the forward target handler to use if the user should be forwarded to some other view.NavigationHandlerBeforeEvent. 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 NavigationHandler Modifier and Type Method Description Optional<NavigationHandler>LocationChangeEvent. 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 NavigationHandler Modifier and Type Method Description voidBeforeEvent. 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 NavigationHandler Modifier and Type Class Description classAbstractNavigationStateRendererBase class for navigation handlers that target a navigation state.classErrorStateRendererHandles error navigation rendering in the target UI.classInternalRedirectHandlerHandles navigation by redirecting the user to some location in the application.classNavigationStateRendererHandles navigation events by rendering a contained NavigationState in the target UI.
-