We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeInterfaceDescriptioninterface
A listener that may be added to the
UI
usingUI.addBeforeEnterListener(BeforeEnterListener)
.interface
Any 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()
Get
BeforeEnterHandler
s that have been left over from a postpone.Method parameters in com.vaadin.flow.router.internal with type arguments of type BeforeEnterHandlerModifier and TypeMethodDescriptionstatic Postpone
Postpone.withNavigationObservers
(Deque<BeforeEnterHandler> beforeNavigation) Set any remaining
BeforeEnterHandler
s to be continued from. -
Uses of BeforeEnterHandler in com.vaadin.flow.server.auth
Classes in com.vaadin.flow.server.auth that implement BeforeEnterHandler -
Uses of BeforeEnterHandler in com.vaadin.flow.spring
Classes in com.vaadin.flow.spring that implement BeforeEnterHandlerModifier and TypeClassDescriptionclass
A Spring specific view access checker that falls back to Spring mechanisms when the generic mechanisms do not work.