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 aBeforeEvent
after if has been triggered to an observer.