Uses of Class
com.vaadin.flow.router.LocationChangeEvent
Packages that use LocationChangeEvent
-
Uses of LocationChangeEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return LocationChangeEventModifier and TypeMethodDescriptionAfterNavigationEvent.getLocationChangeEvent()Get theLocationChangeEvent.Constructors in com.vaadin.flow.router with parameters of type LocationChangeEventModifierConstructorDescriptionConstruct event from a NavigationEvent.AfterNavigationEvent(LocationChangeEvent event, RouteParameters routeParameters) Construct event from a NavigationEvent. -
Uses of LocationChangeEvent in com.vaadin.flow.router.internal
Methods in com.vaadin.flow.router.internal with parameters of type LocationChangeEventModifier and TypeMethodDescriptionprotected abstract voidAbstractNavigationStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) Notify the navigation target about the status of the navigation.protected voidErrorStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent) protected voidNavigationStateRenderer.notifyNavigationTarget(Component componentInstance, NavigationEvent navigationEvent, BeforeEnterEvent beforeEnterEvent, LocationChangeEvent locationChangeEvent)