Uses of Interface
com.vaadin.flow.router.BeforeLeaveObserver
Packages that use BeforeLeaveObserver
-
Uses of BeforeLeaveObserver in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return types with arguments of type BeforeLeaveObserverModifier and TypeMethodDescriptionstatic List<BeforeLeaveObserver> EventUtil.collectBeforeLeaveObservers(UI ui) Collect all Components implementingBeforeLeaveObserverconnected to the given UI.