Package io.jmix.tabbedmode
Class JmixUI.JmixBrowserLeaveNavigationEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
com.vaadin.flow.component.UI.BrowserLeaveNavigationEvent
io.jmix.tabbedmode.JmixUI.JmixBrowserLeaveNavigationEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixUI
@DomEvent("ui-leave-navigation")
public static class JmixUI.JmixBrowserLeaveNavigationEvent
extends com.vaadin.flow.component.UI.BrowserLeaveNavigationEvent
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionJmixBrowserLeaveNavigationEvent
(com.vaadin.flow.component.UI source, boolean fromClient, String route, String query) Creates a new event instance. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
JmixBrowserLeaveNavigationEvent
public JmixBrowserLeaveNavigationEvent(com.vaadin.flow.component.UI source, boolean fromClient, @EventData("route") String route, @EventData("query") String query) Creates a new event instance.- Parameters:
route
- the route the user is navigating to.query
- the query string the user is navigating to.
-