Package io.jmix.tabbedmode
Class JmixUI.JmixBrowserNavigateEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.UI>
com.vaadin.flow.component.UI.BrowserNavigateEvent
io.jmix.tabbedmode.JmixUI.JmixBrowserNavigateEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JmixUI
@DomEvent("ui-navigate")
public static class JmixUI.JmixBrowserNavigateEvent
extends com.vaadin.flow.component.UI.BrowserNavigateEvent
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionJmixBrowserNavigateEvent
(com.vaadin.flow.component.UI source, boolean fromClient, String route, String query, String appShellTitle, elemental.json.JsonValue historyState, String trigger) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Field Details
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
JmixBrowserNavigateEvent
public JmixBrowserNavigateEvent(com.vaadin.flow.component.UI source, boolean fromClient, @EventData("route") String route, @EventData("query") String query, @EventData("appShellTitle") String appShellTitle, @EventData("historyState") elemental.json.JsonValue historyState, @EventData("trigger") String trigger)
-
-
Method Details
-
toString
- Overrides:
toString
in classEventObject
-