Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


oracle.adf.view.page.editor.event
Class DeletionEvent

java.lang.Object
  extended by oracle.adf.view.page.editor.event.PageEditorEvent
      extended by oracle.adf.view.page.editor.event.DeletionEvent


public class DeletionEvent
extends PageEditorEvent

A ComponentDeletionEvent is a notification that a component is deleted using Oracle Composer.

The deleted component is parameter of ComponentDeletionEvent.

Since:
11.1.1.0.2BETA

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 oracle.adf.view.page.editor.event.PageEditorEvent
isEventHandled, setEventHandled

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_LOG

public static final oracle.adf.share.logging.ADFLogger _LOG

Constructor Detail

DeletionEvent

public DeletionEvent(javax.faces.component.UIComponent comp)

Method Detail

getComponent

public javax.faces.component.UIComponent getComponent()
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

Oracle Fusion Middleware Java API Reference for Oracle WebCenter
11g Release 1 (11.1.1.3.0)
E15995-02


Copyright © 2009, 2010, Oracle. All rights reserved.