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 Class
com.vaadin.flow.router.BeforeEnterEvent
Packages that use BeforeEnterEvent
Package
Description
-
Uses of BeforeEnterEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router with parameters of type BeforeEnterEventModifier and TypeMethodDescriptionint
HasErrorParameter.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<T> parameter) Callback executed before rendering the exception view.
int
InternalServerError.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<Exception> parameter) int
RouteNotFoundError.setErrorParameter
(BeforeEnterEvent event, ErrorParameter<NotFoundException> parameter) -
Uses of BeforeEnterEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type BeforeEnterEventModifier and TypeMethodDescriptionvoid
BeforeEnterHandler.beforeEnter
(BeforeEnterEvent event) Callback executed before navigation to attaching Component chain is made.
protected abstract void
AbstractNavigationStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) Notify the navigation target about the status of the navigation.
protected void
ErrorStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected void
NavigationStateRenderer.notifyNavigationTarget
(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) -
Uses of BeforeEnterEvent in com.vaadin.flow.server.auth
Methods in com.vaadin.flow.server.auth with parameters of type BeforeEnterEventModifier and TypeMethodDescriptionvoid
ViewAccessChecker.beforeEnter
(BeforeEnterEvent beforeEnterEvent)