Skip navigation links
oracle.adf.view.page.editor.event
Class DialogEvent
java.lang.Object
oracle.adf.view.page.editor.event.PageEditorEvent
oracle.adf.view.page.editor.event.DialogEvent
-
public class DialogEvent
- extends PageEditorEvent
| Field Summary |
static oracle.adf.share.logging.ADFLogger |
_LOG
|
| Constructor Summary |
DialogEvent(oracle.adf.view.rich.event.DialogEvent.Outcome outcome)
|
| Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_LOG
public static final oracle.adf.share.logging.ADFLogger _LOG
DialogEvent
public DialogEvent(oracle.adf.view.rich.event.DialogEvent.Outcome outcome)
getOutcome
public oracle.adf.view.rich.event.DialogEvent.Outcome getOutcome()
- Returns the component that was deleted.
-
- Returns:
- The component that was deleted.
getEventType
public final Event getEventType()
- Returns the type of this event.
-
- Specified by:
getEventType in class PageEditorEvent
-
- Returns:
- Returns
Event.COMP_DELETE_EVENT.
processListener
public void processListener(PageEditorListener listener)
throws javax.faces.event.AbortProcessingException
- Broadcast this
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.
-
- Specified by:
processListener in class PageEditorEvent
-
- Parameters:
listener - PageEditorListener to send this DeletionEvent to.
- Throws:
javax.faces.event.AbortProcessingException - Signal Oracle Composer that no further processing on the current event should be performed.
Skip navigation links
Copyright © 2009, 2010, Oracle. All rights reserved.