Class HoverEdgeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class HoverEdgeEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates a hovering an edge.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      HoverEdgeEvent​(org.zkoss.zk.ui.Component target, Edge edge)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Edge 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

      • HoverEdgeEvent

        public HoverEdgeEvent​(org.zkoss.zk.ui.Component target,
                              Edge edge)
    • Method Detail

      • getEdge

        public Edge getEdge()
        Returns:
        Edge edge which has been hovered