Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal |
Constructor and Description |
---|
AfterNavigationEvent(LocationChangeEvent event)
Construct event from a NavigationEvent.
|
Modifier and Type | Method and Description |
---|---|
static LocationChangeEvent |
RouterUtil.createEvent(NavigationEvent event,
List<HasElement> routeTargetChain)
Deprecated.
Create a new location change event for given navigation event and chain.
|
Modifier and Type | Method and Description |
---|---|
protected void |
NavigationStateRenderer.notifyNavigationTarget(Component componentInstance,
NavigationEvent navigationEvent,
BeforeEnterEvent beforeEnterEvent,
LocationChangeEvent locationChangeEvent) |
protected void |
ErrorStateRenderer.notifyNavigationTarget(Component componentInstance,
NavigationEvent navigationEvent,
BeforeEnterEvent beforeEnterEvent,
LocationChangeEvent locationChangeEvent) |
protected abstract void |
AbstractNavigationStateRenderer.notifyNavigationTarget(Component componentInstance,
NavigationEvent navigationEvent,
BeforeEnterEvent beforeEnterEvent,
LocationChangeEvent locationChangeEvent)
Notify the navigation target about the status of the navigation.
|
Copyright © 2025. All rights reserved.