|
Oracle Fusion Middleware Composer Components Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1) E10791-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.page.editor.event.PageEditorEvent
oracle.adf.view.page.editor.event.DeletionEvent
public class DeletionEvent
A ComponentDeletionEvent
is a notification that a component is deleted using Oracle Composer.
The deleted component is parameter of ComponentDeletionEvent
.
Field Summary | |
---|---|
static oracle.adf.share.logging.ADFLogger |
_LOG |
Constructor Summary | |
---|---|
DeletionEvent(javax.faces.component.UIComponent comp) |
Method Summary | |
---|---|
javax.faces.component.UIComponent |
getComponent() Returns the component that was deleted. |
Event |
getEventType() Returns the type of this event. |
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 |
Field Detail |
---|
public static final oracle.adf.share.logging.ADFLogger _LOG
Constructor Detail |
---|
public DeletionEvent(javax.faces.component.UIComponent comp)
Method Detail |
---|
public javax.faces.component.UIComponent getComponent()
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.
|
Oracle Fusion Middleware Composer Components Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1) E10791-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |