Class OrgChart.DragAndDropEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<OrgChart>
com.flowingcode.vaadin.addons.orgchart.OrgChart.DragAndDropEvent
All Implemented Interfaces:
Serializable
Enclosing class:
OrgChart

public static class OrgChart.DragAndDropEvent extends ComponentEvent<OrgChart>
Event thrown when a node is dragged and dropped.
See Also:
  • Constructor Details

    • DragAndDropEvent

      public DragAndDropEvent(OrgChart source, OrgChartItem draggedItem, boolean fromClient)
  • Method Details