Uses of Class
com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction
Packages that use BeforeLeaveEvent.ContinueNavigationAction
-
Uses of BeforeLeaveEvent.ContinueNavigationAction in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return BeforeLeaveEvent.ContinueNavigationActionModifier and TypeMethodDescriptionUIInternals.getContinueNavigationAction()Get storedBeforeLeaveEvent.ContinueNavigationActionif any.Methods in com.vaadin.flow.component.internal with parameters of type BeforeLeaveEvent.ContinueNavigationActionModifier and TypeMethodDescriptionvoidUIInternals.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.ContinueNavigationActionModifier and TypeMethodDescriptionBeforeLeaveEvent.getContinueNavigationAction()Gets the action used to resume this event, if it was postponed.BeforeLeaveEvent.postpone()Initiates the postponement of the current navigation transition, allowing a listener to e.g.