| Package | Description |
|---|---|
| com.vaadin.flow.router |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AfterNavigationListener
A listener that may be added to the
UI
using
UI.addAfterNavigationListener(AfterNavigationListener). |
interface |
AfterNavigationObserver
Any attached component implementing this interface will receive an event
after all navigation tasks have resolved.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RouterLink
A link that handles navigation internally using
Router instead of
loading a new page in the browser. |
Copyright © 2025. All rights reserved.