Class RemoveEdgesEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class RemoveEdgesEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates a clicking on 'Remove edge' button.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      RemoveEdgesEvent​(org.zkoss.zk.ui.Component target, Edges edges)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Edges getEdges()  
      • 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

      • RemoveEdgesEvent

        public RemoveEdgesEvent​(org.zkoss.zk.ui.Component target,
                                Edges edges)
    • Method Detail

      • getEdges

        public Edges getEdges()
        Returns:
        Edges represents edges which should be removed