Uses of Interface
com.vaadin.flow.router.internal.BeforeLeaveHandler
-
Packages that use BeforeLeaveHandler Package Description com.vaadin.flow.router com.vaadin.flow.router.internal -
-
Uses of BeforeLeaveHandler in com.vaadin.flow.router
Subinterfaces of BeforeLeaveHandler in com.vaadin.flow.router Modifier and Type Interface Description interfaceBeforeLeaveListenerA listener that may be added to theUIusingUI.addBeforeLeaveListener(BeforeLeaveListener).interfaceBeforeLeaveObserverAny 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 BeforeLeaveHandler Modifier and Type Method Description Deque<BeforeLeaveHandler>Postpone. getLeaveObservers()GetBeforeLeaveHandlers that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeLeaveHandler Modifier and Type Method Description static PostponePostpone. withLeaveObservers(Deque<BeforeLeaveHandler> beforeLeave)Set any remainingBeforeLeaveHandlers to be continued from.
-