Class BlurEdgeEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      Constructors 
      Constructor Description
      BlurEdgeEvent​(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

      • BlurEdgeEvent

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

      • getEdge

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