Uses of Class
com.flowingcode.vaadin.addons.orgchart.OrgChartItem
Packages that use OrgChartItem
-
Uses of OrgChartItem in com.flowingcode.vaadin.addons.orgchart
Methods in com.flowingcode.vaadin.addons.orgchart that return OrgChartItemModifier and TypeMethodDescriptionOrgChart.NodeClickEvent.getClickedItem()OrgChart.DragAndDropEvent.getDraggedItem()OrgChart.getOrgChartItem()Returns latest value of the orgchart element.Methods in com.flowingcode.vaadin.addons.orgchart that return types with arguments of type OrgChartItemMethods in com.flowingcode.vaadin.addons.orgchart with parameters of type OrgChartItemModifier and TypeMethodDescriptionvoidOrgChartItem.addChildren(OrgChartItem item) protected voidOrgChart.fireDragAndDropEvent(OrgChartItem draggedItem, boolean fromClient) Fires aOrgChart.DragAndDropEvent.protected voidOrgChart.fireNodeClickEvent(OrgChartItem clickedItem, boolean fromClient) Fires aOrgChart.NodeClickEvent.voidOrgChart.setValue(OrgChartItem orgChartItem) Method parameters in com.flowingcode.vaadin.addons.orgchart with type arguments of type OrgChartItemConstructors in com.flowingcode.vaadin.addons.orgchart with parameters of type OrgChartItemModifierConstructorDescriptionDragAndDropEvent(OrgChart source, OrgChartItem draggedItem, boolean fromClient) NodeClickEvent(OrgChart source, OrgChartItem clickedItem, boolean fromClient) OrgChart(OrgChartItem orgChartItem) OrgChartItem(OrgChartItem original)