Uses of Class
com.vaadin.flow.router.LocationChangeEvent
-
Packages that use LocationChangeEvent Package Description com.vaadin.flow.router com.vaadin.flow.router.internal -
-
Uses of LocationChangeEvent in com.vaadin.flow.router
Methods in com.vaadin.flow.router that return LocationChangeEvent Modifier and Type Method Description LocationChangeEventAfterNavigationEvent. getLocationChangeEvent()Get theLocationChangeEvent.Constructors in com.vaadin.flow.router with parameters of type LocationChangeEvent Constructor Description AfterNavigationEvent(LocationChangeEvent event)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 LocationChangeEvent Modifier and Type Method Description protected 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)
-