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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ClickEvent
Creates a new click event.- Parameters:
source
- the source componentfromClient
-true
if the event originated from the client side,false
otherwise
-