public class PopupCanceledEvent
extends javax.faces.event.FacesEvent
RichPopup component for the client AdfPopupCancledEvent.
This event is targted for the apply reqest values phase. The PopupCanceledListener
handles the event.source| Constructor and Description |
|---|
PopupCanceledEvent(javax.faces.component.UIComponent source) |
PopupCanceledEvent(javax.faces.component.UIComponent source,
boolean resetEditableValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getResetEditableValues() |
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener)
Delegates processing to the
listener. |
getComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic PopupCanceledEvent(javax.faces.component.UIComponent source)
source - RichPopup componentpublic PopupCanceledEvent(javax.faces.component.UIComponent source,
boolean resetEditableValues)
source - RichPopup componentresetEditableValues - true if submitted values should be reset in the popup's
content on cancellationpublic boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventlistener - held by the view root serviced after the apply request values phasetrue if the listener is an instance of PopupCanceledListenerpublic void processListener(javax.faces.event.FacesListener listener)
listener.processListener in class javax.faces.event.FacesEventlistener - instance of PopupCanceledListenerpublic boolean getResetEditableValues()
true if submitted values should be reset for editable value
holders in the popup's content on cancellation