Uses of Interface
org.primefaces.extensions.component.orgchart.OrgChartNode
Packages that use OrgChartNode
-
Uses of OrgChartNode in org.primefaces.extensions.component.orgchart
Classes in org.primefaces.extensions.component.orgchart that implement OrgChartNodeMethods in org.primefaces.extensions.component.orgchart that return OrgChartNodeModifier and TypeMethodDescriptionstatic OrgChartNodeOrgChartRenderer.buildNodesFromJSON(Map<String, OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode) DefaultOrgChartNode.getParent()OrgChartNode.getParent()Methods in org.primefaces.extensions.component.orgchart that return types with arguments of type OrgChartNodeModifier and TypeMethodDescriptionstatic List<OrgChartNode> OrgChartHelper.getAllNodesTraverseFromRoot(OrgChartNode root) DefaultOrgChartNode.getChildren()OrgChartNode.getChildren()static Map<String, OrgChartNode> OrgChartHelper.parseOrgChartNodesIntoHashMap(List<OrgChartNode> orgChartNodes) Methods in org.primefaces.extensions.component.orgchart with parameters of type OrgChartNodeModifier and TypeMethodDescriptionvoidDefaultOrgChartNode.addChild(OrgChartNode child) voidOrgChartNode.addChild(OrgChartNode child) static OrgChartNodeOrgChartRenderer.buildNodesFromJSON(Map<String, OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode) static List<OrgChartNode> OrgChartHelper.getAllNodesTraverseFromRoot(OrgChartNode root) voidDefaultOrgChartNode.setParent(OrgChartNode parent) voidOrgChartNode.setParent(OrgChartNode parent) static org.primefaces.shaded.json.JSONObjectOrgChartRenderer.toJSON(OrgChartNode orgChartNode, List<OrgChartNode> children) Method parameters in org.primefaces.extensions.component.orgchart with type arguments of type OrgChartNodeModifier and TypeMethodDescriptionstatic OrgChartNodeOrgChartRenderer.buildNodesFromJSON(Map<String, OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode) static Map<String, OrgChartNode> OrgChartHelper.parseOrgChartNodesIntoHashMap(List<OrgChartNode> orgChartNodes) voidDefaultOrgChartNode.setChildren(List<OrgChartNode> children) voidOrgChartNode.setChildren(List<OrgChartNode> children) static org.primefaces.shaded.json.JSONObjectOrgChartRenderer.toJSON(OrgChartNode orgChartNode, List<OrgChartNode> children)