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, unregisterListenertoStringpublic DragAndDropEvent(OrgChart source, OrgChartItem draggedItem, boolean fromClient)
public OrgChartItem getDraggedItem()
public OrgChart getOrgChart()
Copyright © 2017–2019 Flowing Code S.A.. All rights reserved.