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 Details

  • 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.