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 TypeClassDescriptionclassEvent created before navigation happens.classEvent created before navigation happens.Methods in com.vaadin.flow.router with parameters of type BeforeEventModifier and TypeMethodDescriptionvoidHasUrlParameter.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 aBeforeEventafter if has been triggered to an observer.