Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal |
Modifier and Type | Class and Description |
---|---|
class |
BeforeEnterEvent
Event created before navigation happens.
|
class |
BeforeLeaveEvent
Event created before navigation happens.
|
Modifier and Type | Method and Description |
---|---|
void |
HasUrlParameter.setParameter(BeforeEvent event,
T parameter)
Notifies about navigating to the target that implements this interface.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<Integer> |
AbstractNavigationStateRenderer.handleTriggeredBeforeEvent(NavigationEvent event,
BeforeEvent beforeEvent)
Handle a
BeforeEvent after if has been triggered to an observer. |
Copyright © 2022. All rights reserved.