Skip navigation links
oracle.adf.view.rich.event
Class PopupFetchEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.PopupFetchEvent
- All Implemented Interfaces:
- Serializable
-
public class PopupFetchEvent
- extends javax.faces.event.FacesEvent
The popupFetchEvent is delivered when the contentDelivery is lazy or lazyUncached and the popup is asked to retrieve content from the server.
- Version:
- $Name: $ ($Revision: /main/1 $) $Date: 2011/10/16 03:44:03 $
- Author:
- The Oracle ADF Faces Team
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
PopupFetchEvent
public PopupFetchEvent(javax.faces.component.UIComponent source)
-
- Parameters:
source - UIComponent the component instance for the event.
PopupFetchEvent
public PopupFetchEvent(javax.faces.component.UIComponent source,
String launchSourceClientId)
processListener
public void processListener(javax.faces.event.FacesListener listener)
-
- Specified by:
processListener in class javax.faces.event.FacesEvent
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
-
- Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Object
toString
public String toString()
-
- Overrides:
toString in class EventObject
getLaunchSourceClientId
public String getLaunchSourceClientId()
Skip navigation links
Copyright © 2013 Oracle Corporation. All Rights Reserved.