Uses of Class
com.flowingcode.vaadin.addons.orgchart.OrgChart
Packages that use OrgChart
Package
Description
-
Uses of OrgChart in com.flowingcode.vaadin.addons.orgchart
Methods in com.flowingcode.vaadin.addons.orgchart that return OrgChartModifier and TypeMethodDescriptionOrgChart.DragAndDropEvent.getOrgChart()OrgChart.NodeClickEvent.getOrgChart()Constructors in com.flowingcode.vaadin.addons.orgchart with parameters of type OrgChartModifierConstructorDescriptionDragAndDropEvent(OrgChart source, OrgChartItem draggedItem, boolean fromClient) NodeClickEvent(OrgChart source, OrgChartItem clickedItem, boolean fromClient) -
Uses of OrgChart in com.flowingcode.vaadin.addons.orgchart.event
Constructors in com.flowingcode.vaadin.addons.orgchart.event with parameters of type OrgChartModifierConstructorDescriptionChildrenAddedEvent(OrgChart source, OrgChartItem item, List<OrgChartItem> newChildren, boolean fromClient) Creates a new children added event.NodesRemovedEvent(OrgChart source, Integer nodeId, boolean fromClient) Creates a new nodes removed event.NodeUpdatedEvent(OrgChart source, OrgChartItem updatedItem, boolean fromClient) Creates a node updated event.ParentAddedEvent(OrgChart source, OrgChartItem newParent, boolean fromClient) Creates a new event.SiblingsAddedEvent(OrgChart source, OrgChartItem item, List<OrgChartItem> newSiblings, boolean fromClient) Creates a new siblings added event.