We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 stored
BeforeLeaveEvent.ContinueNavigationAction
if any.Methods in com.vaadin.flow.component.internal with parameters of type BeforeLeaveEvent.ContinueNavigationActionModifier and TypeMethodDescriptionvoid
UIInternals.setContinueNavigationAction
(BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction) Set a
BeforeLeaveEvent.ContinueNavigationAction
or 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.