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 OrgChartNode
OrgChartRenderer.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 TypeMethodDescriptionvoid
DefaultOrgChartNode.addChild
(OrgChartNode child) void
OrgChartNode.addChild
(OrgChartNode child) static OrgChartNode
OrgChartRenderer.buildNodesFromJSON
(Map<String, OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode) static List
<OrgChartNode> OrgChartHelper.getAllNodesTraverseFromRoot
(OrgChartNode root) void
DefaultOrgChartNode.setParent
(OrgChartNode parent) void
OrgChartNode.setParent
(OrgChartNode parent) static org.primefaces.shaded.json.JSONObject
OrgChartRenderer.toJSON
(OrgChartNode orgChartNode, List<OrgChartNode> children) Method parameters in org.primefaces.extensions.component.orgchart with type arguments of type OrgChartNodeModifier and TypeMethodDescriptionstatic OrgChartNode
OrgChartRenderer.buildNodesFromJSON
(Map<String, OrgChartNode> orgChartNodes, org.primefaces.shaded.json.JSONObject hierarchy, OrgChartNode parentNode) static Map
<String, OrgChartNode> OrgChartHelper.parseOrgChartNodesIntoHashMap
(List<OrgChartNode> orgChartNodes) void
DefaultOrgChartNode.setChildren
(List<OrgChartNode> children) void
OrgChartNode.setChildren
(List<OrgChartNode> children) static org.primefaces.shaded.json.JSONObject
OrgChartRenderer.toJSON
(OrgChartNode orgChartNode, List<OrgChartNode> children)