Skip navigation links
oracle.adf.view.faces.bi.event.diagram
Class DiagramCreateLinkEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.faces.bi.event.diagram.DiagramCreateLinkEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class DiagramCreateLinkEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
DiagramCreateLinkEvent(javax.faces.component.UIComponent component, java.lang.Object sourceRowKey, java.lang.Object destRowKey, java.lang.Object paletteId)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EVENT_NAME
public static final java.lang.String EVENT_NAME
-
- See Also:
- Constant Field Values
SOURCE_ID
public static final java.lang.String SOURCE_ID
-
- See Also:
- Constant Field Values
DESTINATION_ID
public static final java.lang.String DESTINATION_ID
-
- See Also:
- Constant Field Values
PALETTE_ID
public static final java.lang.String PALETTE_ID
-
- See Also:
- Constant Field Values
sourceRowKey
protected java.lang.Object sourceRowKey
destRowKey
protected java.lang.Object destRowKey
paletteId
protected java.lang.Object paletteId
DiagramCreateLinkEvent
public DiagramCreateLinkEvent(javax.faces.component.UIComponent component,
java.lang.Object sourceRowKey,
java.lang.Object destRowKey,
java.lang.Object paletteId)
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
-
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener facesListener)
-
- Specified by:
processListener
in class javax.faces.event.FacesEvent
getSourceRowKey
public java.lang.Object getSourceRowKey()
getDestRowKey
public java.lang.Object getDestRowKey()
getPaletteId
public java.lang.Object getPaletteId()
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.