Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal |
Modifier and Type | Method and Description |
---|---|
NavigationHandler |
BeforeEvent.getForwardTarget()
Gets the forward target handler to use if the user should be forwarded to
some other view.
|
NavigationHandler |
BeforeEvent.getRerouteTarget()
Gets the reroute target handler to use if the user should be rerouted to
some other view.
|
Modifier and Type | Method and Description |
---|---|
Optional<NavigationHandler> |
LocationChangeEvent.getRerouteTarget()
Gets the reroute target to use if the user should be rerouted to some
other view.
|
Modifier and Type | Method and Description |
---|---|
void |
BeforeEvent.forwardTo(NavigationHandler forwardTarget,
NavigationState targetState)
Forward 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 |
BeforeEvent.rerouteTo(NavigationHandler rerouteTarget,
NavigationState targetState)
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 navigation
handler and the navigation event
for this action. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigationStateRenderer
Base class for navigation handlers that target a navigation state.
|
class |
ErrorStateRenderer
Handles error navigation rendering in the target UI.
|
class |
InternalRedirectHandler
Handles navigation by redirecting the user to some location in the
application.
|
class |
NavigationStateRenderer
Handles navigation events by rendering a contained NavigationState in the
target UI.
|
Copyright © 2025. All rights reserved.