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 TypeInterfaceDescriptioninterfaceA listener that may be added to theUIusingUI.addBeforeLeaveListener(BeforeLeaveListener).interfaceAny 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()GetBeforeLeaveHandlers that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeLeaveHandlerModifier and TypeMethodDescriptionstatic PostponePostpone.withLeaveObservers(Deque<BeforeLeaveHandler> beforeLeave) Set any remainingBeforeLeaveHandlers to be continued from.