Class DragEndEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DragEndEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates an end of dragging.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      DragEndEvent​(org.zkoss.zk.ui.Component target, Node node)  
    • Method Summary

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

      • DragEndEvent

        public DragEndEvent​(org.zkoss.zk.ui.Component target,
                            Node node)
    • Method Detail

      • getNode

        public Node getNode()
        Returns:
        Node which has been dragged