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 -
Constructor Summary
ConstructorsConstructorDescriptionFocusLostEvent(org.zkoss.zk.ui.Component target, org.zkoss.zk.ui.Component newOne) -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Field Details
-
ON_FOCUS_LOST
- See Also:
-
-
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()
-