| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.router.internal | |
| com.vaadin.flow.server |
| Modifier and Type | Method and Description |
|---|---|
void |
RouterLink.afterNavigation(AfterNavigationEvent event) |
boolean |
HighlightCondition.shouldHighlight(T t,
AfterNavigationEvent event)
Tests if the target should be highlighted based on the navigation
event. |
| Modifier and Type | Method and Description |
|---|---|
void |
AfterNavigationHandler.afterNavigation(AfterNavigationEvent event)
Callback executed after navigation has been executed.
|
| Modifier and Type | Method and Description |
|---|---|
AfterNavigationEvent |
InitialPageSettings.getAfterNavigationEvent()
Deprecated.
Get the after navigation event.
|
| Constructor and Description |
|---|
InitialPageSettings(VaadinRequest request,
UI ui,
AfterNavigationEvent afterNavigationEvent,
WebBrowser browser)
Deprecated.
Create new initial page settings object.
|
Copyright © 2025. All rights reserved.