Class FocusLostEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FocusLostEvent
    extends org.zkoss.zk.ui.event.Event
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      FocusLostEvent​(org.zkoss.zk.ui.Component target, org.zkoss.zk.ui.Component newOne)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.zkoss.zk.ui.Component getNewFocusOwner()  
      • 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

      • FocusLostEvent

        public FocusLostEvent​(org.zkoss.zk.ui.Component target,
                              org.zkoss.zk.ui.Component newOne)
    • Method Detail

      • getNewFocusOwner

        public org.zkoss.zk.ui.Component getNewFocusOwner()