com.vaadin.flow.component.

Class UI.BrowserNavigateEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<UI>
com.vaadin.flow.component.UI.BrowserNavigateEvent

All Implemented Interfaces:

Serializable

Enclosing class:

UI

@DomEvent("ui-navigate") public static class UI.BrowserNavigateEvent extends ComponentEvent<UI>

See Also:

  • Field Details

  • Constructor Details

    • BrowserNavigateEvent

      public BrowserNavigateEvent(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)

      Creates a new event instance.

      Parameters:

      route - flow route path that should be attached to the client element

      query - flow route query string

      appShellTitle - client side title of the application shell

      historyState - client side history state value

      trigger - navigation trigger