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 ReturnPopupListener

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

public interface ReturnPopupListener
extends javax.faces.event.FacesListener

ReturnPopupListener class. A registered returnPopupListener is invoked when the user's action results queue and broadcast of a returnPopupEvent on the component. For example, when user clicks to make a select from the drop down panel in inputComboboxListOfValues component to return. Or after the user makes a select and click the "OK" button from the Search and Select dialog to return.

Author:
Wangchun Zhang

Method Summary
 void processReturn(ReturnPopupEvent event)
           

 

Method Detail

processReturn

void processReturn(ReturnPopupEvent 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.