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