public static class OrgChart.DragAndDropEvent extends com.vaadin.flow.component.ComponentEvent<OrgChart>
source
Constructor and Description |
---|
DragAndDropEvent(OrgChart source,
OrgChartItem draggedItem,
boolean fromClient) |
Modifier and Type | Method and Description |
---|---|
OrgChartItem |
getDraggedItem() |
OrgChart |
getOrgChart() |
getSource, isFromClient, unregisterListener
toString
public DragAndDropEvent(OrgChart source, OrgChartItem draggedItem, boolean fromClient)
public OrgChartItem getDraggedItem()
public OrgChart getOrgChart()
Copyright © 2017–2019 Flowing Code S.A.. All rights reserved.