| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.router.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeforeEnterListener
A listener that may be added to the
UI
using
UI.addBeforeEnterListener(BeforeEnterListener). |
interface |
BeforeEnterObserver
Any attached component implementing this interface will receive an event
before a new navigation state is entered.
|
| Modifier and Type | Method and Description |
|---|---|
Deque<BeforeEnterHandler> |
Postpone.getNavigationObservers()
Get
BeforeEnterHandlers that have been left over from a postpone. |
| Modifier and Type | Method and Description |
|---|---|
static Postpone |
Postpone.withNavigationObservers(Deque<BeforeEnterHandler> beforeNavigation)
Set any remaining
BeforeEnterHandlers to be continued from. |
Copyright © 2025. All rights reserved.