Class OrgChart.NodeClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<OrgChart>
com.flowingcode.vaadin.addons.orgchart.OrgChart.NodeClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OrgChart
Event thrown when a node is clicked.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionNodeClickEvent(OrgChart source, OrgChartItem clickedItem, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
NodeClickEvent
-
-
Method Details
-
getClickedItem
-
getOrgChart
-