Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-04


oracle.adf.view.rich.event
Class PopupFetchEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.rich.event.PopupFetchEvent

All Implemented Interfaces:
java.io.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: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/event/PopupFetchEvent.java#0 $) $Date: 10-nov-2005.19:09:00 $
Author:
The Oracle ADF Faces Team
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
PopupFetchEvent(javax.faces.component.UIComponent source)
           
PopupFetchEvent(javax.faces.component.UIComponent source, java.lang.String launchSourceClientId)
           

 

Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getLaunchSourceClientId()
           
 int hashCode()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 java.lang.String toString()
           

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

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,
                       java.lang.String launchSourceClientId)

Method Detail

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 java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

getLaunchSourceClientId

public java.lang.String getLaunchSourceClientId()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-04


Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.