Uses of Class
com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
-
Packages that use BeforeLeaveEvent.ContinueNavigationAction Package Description com.vaadin.flow.component.internal com.vaadin.flow.router -
-
Uses of BeforeLeaveEvent.ContinueNavigationAction in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return BeforeLeaveEvent.ContinueNavigationAction Modifier and Type Method Description BeforeLeaveEvent.ContinueNavigationActionUIInternals. getContinueNavigationAction()Get storedBeforeLeaveEvent.ContinueNavigationActionif any.Methods in com.vaadin.flow.component.internal with parameters of type BeforeLeaveEvent.ContinueNavigationAction Modifier and Type Method Description voidUIInternals. setContinueNavigationAction(BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction)Set aBeforeLeaveEvent.ContinueNavigationActionor null to clear existing action. -
Uses of BeforeLeaveEvent.ContinueNavigationAction in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return BeforeLeaveEvent.ContinueNavigationAction Modifier and Type Method Description BeforeLeaveEvent.ContinueNavigationActionBeforeLeaveEvent. getContinueNavigationAction()Gets the action used to resume this event, if it was postponed.BeforeLeaveEvent.ContinueNavigationActionBeforeLeaveEvent. postpone()Initiates the postponement of the current navigation transition, allowing a listener to e.g.
-