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.BeforeEvent
Packages that use BeforeEvent
Package
Description
-
Uses of BeforeEvent in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal with parameters of type BeforeEventModifier and TypeMethodDescriptionJavaScriptNavigationStateRenderer.handleTriggeredBeforeEvent
(NavigationEvent event, BeforeEvent beforeEvent) -
Uses of BeforeEvent in com.vaadin.flow.router
Subclasses of BeforeEvent in com.vaadin.flow.routerModifier and TypeClassDescriptionclass
Event created before navigation happens.
class
Event created before navigation happens.
Methods in com.vaadin.flow.router with parameters of type BeforeEventModifier and TypeMethodDescriptionvoid
HasUrlParameter.setParameter
(BeforeEvent event, T parameter) Notifies about navigating to the target that implements this interface.
-
Uses of BeforeEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type BeforeEventModifier and TypeMethodDescriptionAbstractNavigationStateRenderer.handleTriggeredBeforeEvent
(NavigationEvent event, BeforeEvent beforeEvent) Handle a
BeforeEvent
after if has been triggered to an observer.