Class OrgChartClickEvent

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.extensions.event.OrgChartClickEvent
All Implemented Interfaces:
Serializable

public class OrgChartClickEvent extends javax.faces.event.AjaxBehaviorEvent
orgchart component.
Since:
6.3
Version:
$Revision$
Author:
@jxmai / last modified by $Author$
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    OrgChartClickEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, String id, String hierarchyStr)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.primefaces.shaded.json.JSONObject
     
     
    void
    setHierarchy(org.primefaces.shaded.json.JSONObject hierarchy)
     
    void
     

    Methods inherited from class javax.faces.event.AjaxBehaviorEvent

    isAppropriateListener, processListener

    Methods inherited from class javax.faces.event.BehaviorEvent

    getBehavior

    Methods inherited from class javax.faces.event.FacesEvent

    getComponent, getFacesContext, getPhaseId, queue, setPhaseId

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • OrgChartClickEvent

      public OrgChartClickEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, String id, String hierarchyStr)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getHierarchy

      public org.primefaces.shaded.json.JSONObject getHierarchy()
    • setHierarchy

      public void setHierarchy(org.primefaces.shaded.json.JSONObject hierarchy)