Uses of Interface
com.vaadin.flow.router.internal.BeforeEnterHandler
-
Packages that use BeforeEnterHandler Package Description com.vaadin.flow.router com.vaadin.flow.router.internal com.vaadin.flow.server.auth -
-
Uses of BeforeEnterHandler in com.vaadin.flow.router
Subinterfaces of BeforeEnterHandler in com.vaadin.flow.router Modifier and Type Interface Description interfaceBeforeEnterListenerA listener that may be added to theUIusingUI.addBeforeEnterListener(BeforeEnterListener).interfaceBeforeEnterObserverAny attached component implementing this interface will receive an event before a new navigation state is entered. -
Uses of BeforeEnterHandler in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal that return types with arguments of type BeforeEnterHandler Modifier and Type Method Description Deque<BeforeEnterHandler>Postpone. getNavigationObservers()GetBeforeEnterHandlers that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeEnterHandler Modifier and Type Method Description static PostponePostpone. withNavigationObservers(Deque<BeforeEnterHandler> beforeNavigation)Set any remainingBeforeEnterHandlers to be continued from. -
Uses of BeforeEnterHandler in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement BeforeEnterHandler Modifier and Type Class Description classViewAccessCheckerChecks access to views using anAccessAnnotationChecker.
-