Package | Description |
---|---|
com.vaadin.flow.component.internal | |
com.vaadin.flow.router |
Modifier and Type | Method and Description |
---|---|
BeforeLeaveEvent.ContinueNavigationAction |
UIInternals.getContinueNavigationAction()
Get stored
BeforeLeaveEvent.ContinueNavigationAction if any. |
Modifier and Type | Method and Description |
---|---|
void |
UIInternals.setContinueNavigationAction(BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction)
Set a
BeforeLeaveEvent.ContinueNavigationAction or null to clear existing action. |
Modifier and Type | Method and Description |
---|---|
BeforeLeaveEvent.ContinueNavigationAction |
BeforeLeaveEvent.getContinueNavigationAction()
Gets the action used to resume this event, if it was postponed.
|
BeforeLeaveEvent.ContinueNavigationAction |
BeforeLeaveEvent.postpone()
Initiates the postponement of the current navigation transition, allowing
a listener to e.g.
|
Copyright © 2025. All rights reserved.