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,
boolean fromClient)
Fires a
OrgChart.DragAndDropEvent . |
protected void |
OrgChart.fireNodeClickEvent(OrgChartItem clickedItem,
boolean fromClient)
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(OrgChart source,
OrgChartItem draggedItem,
boolean fromClient) |
NodeClickEvent(OrgChart source,
OrgChartItem clickedItem,
boolean fromClient) |
OrgChart(OrgChartItem orgChartItem) |
OrgChartItem(OrgChartItem original) |
Copyright © 2017–2020 Flowing Code S.A.. All rights reserved.