Class JmixBreadcrumb.ClickEvent<C extends JmixBreadcrumb>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.tabbedmode.component.breadcrumbs.JmixBreadcrumb.ClickEvent<C>
Type Parameters:
C - the type of the component on which the event is triggered
All Implemented Interfaces:
Serializable
Enclosing class:
JmixBreadcrumb

public static class JmixBreadcrumb.ClickEvent<C extends JmixBreadcrumb> extends com.vaadin.flow.component.ComponentEvent<C>
Represents a click event triggered on a JmixBreadcrumb component.
See Also:
  • Constructor Details

    • ClickEvent

      public ClickEvent(C source, boolean fromClient)
      Creates a new click event.
      Parameters:
      source - the source component
      fromClient - true if the event originated from the client side, false otherwise