Class OrgChartDropEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class OrgChartDropEvent
    extends javax.faces.event.AjaxBehaviorEvent
    orgchart component.
    Since:
    6.3
    Version:
    $Revision$
    Author:
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      OrgChartDropEvent​(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, java.lang.String hierarchyStr, java.lang.String draggedNodeId, java.lang.String droppedZoneId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDraggedNodeId()  
      java.lang.String getDroppedZoneId()  
      org.primefaces.shaded.json.JSONObject getHierarchy()  
      void setDraggedNodeId​(java.lang.String draggedNodeId)  
      void setDroppedZoneId​(java.lang.String droppedZoneId)  
      void setHierarchy​(org.primefaces.shaded.json.JSONObject hierarchy)  
      • 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
    • Constructor Detail

      • OrgChartDropEvent

        public OrgChartDropEvent​(javax.faces.component.UIComponent component,
                                 javax.faces.component.behavior.Behavior behavior,
                                 java.lang.String hierarchyStr,
                                 java.lang.String draggedNodeId,
                                 java.lang.String droppedZoneId)
    • Method Detail

      • getHierarchy

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

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

        public java.lang.String getDraggedNodeId()
      • setDraggedNodeId

        public void setDraggedNodeId​(java.lang.String draggedNodeId)
      • getDroppedZoneId

        public java.lang.String getDroppedZoneId()
      • setDroppedZoneId

        public void setDroppedZoneId​(java.lang.String droppedZoneId)