Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.1.0)
E17488-02


oracle.adf.view.rich.event
Class LaunchPopupEvent

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

All Implemented Interfaces:
java.io.Serializable

public class LaunchPopupEvent
extends javax.faces.event.FacesEvent

LaunchPopupEvent class. LaunchPopupEvent is delivered when a user's action on an input component results in the launching of a popup dialog. For example, clicking the search icon on the inputListOfValues component or the "Search..." entry at the bottom of the drop down panel of the inputComboboxListOfValues component will result in the queueing and broadcasting of LaunchPopupEvent on the input*ListOfValues component.

See Also:
Serialized Form

Nested Class Summary
static class LaunchPopupEvent.PopupType
          Popup types supported by LaunchPopupEvent.

 

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
LaunchPopupEvent(javax.faces.component.UIComponent source)
          Constructor of LaunchPopupEvent.
LaunchPopupEvent(javax.faces.component.UIComponent source, java.lang.Object submittedValue)
          Constructor which takes the source and submittedValue as parameters
LaunchPopupEvent(javax.faces.component.UIComponent source, java.lang.Object submittedValue, LaunchPopupEvent.PopupType popupType)
          Constructor which takes the source, submittedValue and popup-type as parameters

 

Method Summary
 boolean equals(java.lang.Object o)
           
 LaunchPopupEvent.PopupType getPopupType()
          Returns the type of the popup which will be launched.
 java.lang.Object getSubmittedValue()
          Returns the submittedValue, Gives the user a chance to filter the list of values in the launchPopupListener based on the submittedValue
 int hashCode()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 boolean isLaunchPopup()
          Indicates whether the popup dialog is to be launched or not.
 void processListener(javax.faces.event.FacesListener listener)
           
 void setLaunchPopup(boolean launchPopup)
          Decide whether launch the popup dialog or not.
 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

LaunchPopupEvent

public LaunchPopupEvent(javax.faces.component.UIComponent source)
Constructor of LaunchPopupEvent.
Parameters:
source - UIComponent the component instance for the event.

LaunchPopupEvent

public LaunchPopupEvent(javax.faces.component.UIComponent source,
                        java.lang.Object submittedValue)
Constructor which takes the source and submittedValue as parameters
Parameters:
source -
submittedValue -

LaunchPopupEvent

public LaunchPopupEvent(javax.faces.component.UIComponent source,
                        java.lang.Object submittedValue,
                        LaunchPopupEvent.PopupType popupType)
Constructor which takes the source, submittedValue and popup-type as parameters
Parameters:
source - UIComponent the component instance for the event.
submittedValue - the submitted value
popupType - Popup-type which will be launched

Method Detail

isLaunchPopup

public boolean isLaunchPopup()
Indicates whether the popup dialog is to be launched or not.
Returns:
true if the popup is to be launched.

setLaunchPopup

public void setLaunchPopup(boolean launchPopup)
Decide whether launch the popup dialog or not.
Parameters:
launchPopup - boolean if true, then popup dialog is decided to be launched, otherwise, popup dialog won't be launched.

getPopupType

public LaunchPopupEvent.PopupType getPopupType()
Returns the type of the popup which will be launched.
Returns:
type

getSubmittedValue

public java.lang.Object getSubmittedValue()
Returns the submittedValue, Gives the user a chance to filter the list of values in the launchPopupListener based on the submittedValue
Returns:
submittedValue

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.1.0)
E17488-02


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