Class JavaScriptNavigationStateRenderer
java.lang.Object
com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
com.vaadin.flow.router.internal.NavigationStateRenderer
com.vaadin.flow.component.internal.JavaScriptNavigationStateRenderer
- All Implemented Interfaces:
NavigationHandler
,Serializable
Handle navigation events in relation to the client side bootstrap UI.
For internal use only. May be renamed or removed in a future release.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptNavigationStateRenderer
(NavigationState navigationState) Constructs a new NavigationStateRenderer that handles the given navigation state. -
Method Summary
Modifier and TypeMethodDescriptionGets the client forward route.int
handle
(NavigationEvent event) Handles the navigation event.handleTriggeredBeforeEvent
(NavigationEvent event, BeforeEvent beforeEvent) Handle aBeforeEvent
after if has been triggered to an observer.protected void
pushHistoryState
(NavigationEvent event) protected boolean
Methods inherited from class com.vaadin.flow.router.internal.NavigationStateRenderer
getRouterLayoutTypes, notifyNavigationTarget
Methods inherited from class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer
getNavigationState, getTargetParentLayouts, purgeInactiveUIPreservedChainCache
-
Constructor Details
-
Method Details
-
getClientForwardRoute
Gets the client forward route.- Returns:
- the client forward route.
-