public class DialogEvent extends PageEditorEvent
Modifier and Type | Field and Description |
---|---|
static oracle.adf.share.logging.ADFLogger |
_LOG |
Constructor and Description |
---|
DialogEvent(oracle.adf.view.rich.event.DialogEvent.Outcome outcome) |
Modifier and Type | Method and Description |
---|---|
Event |
getEventType()
Returns the type of this event.
|
oracle.adf.view.rich.event.DialogEvent.Outcome |
getOutcome()
Returns the component that was deleted.
|
void |
processListener(PageEditorListener listener)
Broadcast this
DeletionEvent to the specified
PageEditorListener , by whatever mechanism is appropriate. |
isEventHandled, setEventHandled
public DialogEvent(oracle.adf.view.rich.event.DialogEvent.Outcome outcome)
public oracle.adf.view.rich.event.DialogEvent.Outcome getOutcome()
public final Event getEventType()
getEventType
in class PageEditorEvent
Event.COMP_DELETE_EVENT
.public void processListener(PageEditorListener listener) throws javax.faces.event.AbortProcessingException
DeletionEvent
to the specified
PageEditorListener
, by whatever mechanism is appropriate.
This is accomplished by calling processDeletion
method on DeletionListener
, and passing this
DeletionEvent
as a paramter.processListener
in class PageEditorEvent
listener
- PageEditorListener
to send this
DeletionEvent
to.javax.faces.event.AbortProcessingException
- Signal Oracle Composer that no further
processing on the current event should be performed.