Uses of Interface
com.vaadin.flow.router.internal.BeforeEnterHandler
Packages that use BeforeEnterHandler
Package
Description
-
Uses of BeforeEnterHandler in com.vaadin.flow.router
Subinterfaces of BeforeEnterHandler in com.vaadin.flow.routerModifier and TypeInterfaceDescriptioninterfaceA listener that may be added to theUIusingUI.addBeforeEnterListener(BeforeEnterListener).interfaceAny 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 BeforeEnterHandlerModifier and TypeMethodDescriptionPostpone.getNavigationObservers()GetBeforeEnterHandlers that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeEnterHandlerModifier and TypeMethodDescriptionstatic 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 BeforeEnterHandlerModifier and TypeClassDescriptionclassABeforeEnterListenerimplementation that contains logic to perform access checks before entering a view.