Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.event
Interface PopupCanceledListener

All Superinterfaces:
EventListener, javax.faces.event.FacesListener
All Known Implementing Classes:
BasePolytypeListener, ResetListener, SetPropertyListener

public interface PopupCanceledListener
extends javax.faces.event.FacesListener

Listener for the PopupCanceledEvent for the RichPopup component.


Method Summary
 void processPopupCanceled(PopupCanceledEvent event)
           

 

Method Detail

processPopupCanceled

void processPopupCanceled(PopupCanceledEvent event)
                          throws javax.faces.event.AbortProcessingException
Parameters:
event - popup cancle event queued when detecting a "popupCancled" client event type.
Throws:
javax.faces.event.AbortProcessingException - exception handling the event

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.