Uses of Class
com.vaadin.flow.router.internal.Postpone
Packages that use Postpone
-
Uses of Postpone in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return PostponeModifier and TypeMethodDescriptionstatic Postpone
Postpone.withLeaveObservers
(Deque<BeforeLeaveHandler> beforeLeave) Set any remainingBeforeLeaveHandler
s to be continued from.static Postpone
Postpone.withNavigationObservers
(Deque<BeforeEnterHandler> beforeNavigation) Set any remainingBeforeEnterHandler
s to be continued from.