Skip navigation links

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


oracle.adf.view.rich.event
Interface LaunchPopupListener

All Superinterfaces:
java.util.EventListener, javax.faces.event.FacesListener
All Known Implementing Classes:
SetPropertyListener

public interface LaunchPopupListener
extends javax.faces.event.FacesListener

LaunchPopupListener class. A registered launchPopupListener is invoked when the user's action results a queue and broadcast of launchPopupEvent on the component. For example, clicking the magnifying glass of the inputListOfValues component or the "Search...." entry at the bottom of drop down panel of the inputComboboxListOfValues component.

Author:
Wangchun Zhang

Method Summary
 void processLaunch(LaunchPopupEvent event)
           

 

Method Detail

processLaunch

void processLaunch(LaunchPopupEvent event)
                   throws javax.faces.event.AbortProcessingException
Throws:
javax.faces.event.AbortProcessingException

Skip navigation links

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


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