Class EditEdgeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class EditEdgeEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates a clicking on 'Edit edge' button. The event is thrown after establishing new connection between two nodes
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      EditEdgeEvent​(org.zkoss.zk.ui.Component target, EdgeUpdate edgeUpdate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EdgeUpdate getEdge()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EditEdgeEvent

        public EditEdgeEvent​(org.zkoss.zk.ui.Component target,
                             EdgeUpdate edgeUpdate)
    • Method Detail

      • getEdge

        public EdgeUpdate getEdge()
        Returns:
        EdgeUpdate edgeUpdate consists of two edges. The first one represents previously connection, the second one represents newly created connection