public class AdditionEvent extends PageEditorEvent
| Modifier and Type | Field and Description |
|---|---|
static oracle.adf.share.logging.ADFLogger |
_LOG |
| Constructor and Description |
|---|
AdditionEvent(java.awt.datatransfer.Transferable transferable,
javax.faces.component.UIComponent container)
Constructor
|
AdditionEvent(java.awt.datatransfer.Transferable transferable,
javax.faces.component.UIComponent container,
int dropIndex)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.faces.component.UIComponent |
getContainer()
Returns the container into which a component is dropped.
|
int |
getDropIndex()
Returns the index at which a component is dropped.
|
Event |
getEventType()
Returns the type of this event.
|
java.awt.datatransfer.Transferable |
getTransferable()
Return
Transferable object attached with the
AdditionEvent |
void |
processListener(PageEditorListener listener)
Process all registered listeners
|
isEventHandled, setEventHandledpublic AdditionEvent(java.awt.datatransfer.Transferable transferable,
javax.faces.component.UIComponent container)
java.awt.datatransfer.Transferable - public AdditionEvent(java.awt.datatransfer.Transferable transferable,
javax.faces.component.UIComponent container,
int dropIndex)
public java.awt.datatransfer.Transferable getTransferable()
Transferable object attached with the
AdditionEventpublic javax.faces.component.UIComponent getContainer()
UIComponent into which an artefact
is dropped.public int getDropIndex()
public final Event getEventType()
getEventType in class PageEditorEventEvent.COMP_ADD_EVENT.public void processListener(PageEditorListener listener) throws javax.faces.event.AbortProcessingException
processListener in class PageEditorEventlistener - PageEditorListener to send this
AdditionEvent to.javax.faces.event.AbortProcessingException - Signal Page Editor that no further
processing on the current event should be performed.