@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() |
OrgChartNode |
getOrgChartNode() |
void |
init() |
static void |
onClick(OrgChartClickEvent event) |
static void |
onDropOver(OrgChartDropEvent event) |
void |
setDirection(java.lang.String direction) |
void |
setOrgChartNode(OrgChartNode orgChartNode) |
public void init()
public static void onClick(OrgChartClickEvent event)
public static void onDropOver(OrgChartDropEvent event)
public OrgChartNode getOrgChartNode()
public void setOrgChartNode(OrgChartNode orgChartNode)
public java.lang.String getDirection()
public void setDirection(java.lang.String direction)
Copyright © 2011–2021. All rights reserved.