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