Package | Description |
---|---|
com.flowingcode.vaadin.addons.orgchart |
Modifier and Type | Method and Description |
---|---|
OrgChartItem |
OrgChart.NodeClickEvent.getClickedItem() |
OrgChartItem |
OrgChart.DragAndDropEvent.getDraggedItem() |
OrgChartItem |
OrgChart.getOrgChartItem()
Returns latest value of the orgchart element.
|
Modifier and Type | Method and Description |
---|---|
List<OrgChartItem> |
OrgChartItem.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
OrgChartItem.addChildren(OrgChartItem item) |
protected void |
OrgChart.fireDragAndDropEvent(OrgChartItem draggedItem)
Fires a
OrgChart.DragAndDropEvent . |
protected void |
OrgChart.fireNodeClickEvent(OrgChartItem clickedItem)
Fires a
OrgChart.NodeClickEvent . |
void |
OrgChart.setValue(OrgChartItem orgChartItem) |
Modifier and Type | Method and Description |
---|---|
void |
OrgChartItem.setChildren(List<OrgChartItem> children) |
Constructor and Description |
---|
DragAndDropEvent(com.vaadin.ui.Component source,
OrgChartItem draggedItem) |
NodeClickEvent(com.vaadin.ui.Component source,
OrgChartItem clickedItem) |
OrgChart(OrgChartItem orgChartItem) |
OrgChartItem(OrgChartItem original) |
Copyright © 2017–2019 FlowingCode S.A.. All rights reserved.