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 Interface
com.vaadin.flow.router.internal.BeforeLeaveHandler
Packages that use BeforeLeaveHandler
-
Uses of BeforeLeaveHandler in com.vaadin.flow.router
Subinterfaces of BeforeLeaveHandler in com.vaadin.flow.routerModifier and TypeInterfaceDescriptioninterface
A listener that may be added to the
UI
usingUI.addBeforeLeaveListener(BeforeLeaveListener)
.interface
Any attached component implementing this interface will receive an event before leaving the current navigation state.
-
Uses of BeforeLeaveHandler in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type BeforeLeaveHandlerModifier and TypeMethodDescriptionPostpone.getLeaveObservers()
Get
BeforeLeaveHandler
s that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeLeaveHandlerModifier and TypeMethodDescriptionstatic Postpone
Postpone.withLeaveObservers
(Deque<BeforeLeaveHandler> beforeLeave) Set any remaining
BeforeLeaveHandler
s to be continued from.