@Named
@ViewScoped
public class OrgchartController
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OrgchartController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirection() |
org.primefaces.extensions.component.orgchart.OrgChartNode |
getOrgChartNode() |
void |
init() |
static void |
onClick(org.primefaces.extensions.event.OrgChartClickEvent event) |
static void |
onDropOver(org.primefaces.extensions.event.OrgChartDropEvent event) |
void |
setDirection(java.lang.String direction) |
void |
setOrgChartNode(org.primefaces.extensions.component.orgchart.OrgChartNode orgChartNode) |
public void init()
public static void onClick(org.primefaces.extensions.event.OrgChartClickEvent event)
public static void onDropOver(org.primefaces.extensions.event.OrgChartDropEvent event)
public org.primefaces.extensions.component.orgchart.OrgChartNode getOrgChartNode()
public void setOrgChartNode(org.primefaces.extensions.component.orgchart.OrgChartNode orgChartNode)
public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
Copyright © 2011–2021. All rights reserved.