Class FocusLostEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
de.hybris.platform.productcockpit.context.FocusLostEvent
All Implemented Interfaces:
Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    org.zkoss.zk.ui.Component
     

    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
  • Field Details

  • Constructor Details

    • FocusLostEvent

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

    • getNewFocusOwner

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