Skip navigation links
oracle.adf.view.faces.bi.event.diagram
Class DiagramChangeLinkEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.faces.bi.event.diagram.DiagramChangeLinkEvent
- All Implemented Interfaces:
- java.io.Serializable
-
public class DiagramChangeLinkEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
DiagramChangeLinkEvent(javax.faces.component.UIComponent component, java.lang.Object linkRowKey, java.lang.Object oldEndpointRowKey, java.lang.Object newEndpointRowKey, DiagramChangeLinkEvent.EndpointType endpointType)
|
DiagramChangeLinkEvent(javax.faces.component.UIComponent component, java.lang.Object linkRowKey, java.lang.Object oldEndpointRowKey, java.lang.Object newEndpointRowKey, java.lang.String endpointType)
|
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
LINK_ID
public static final java.lang.String LINK_ID
-
- See Also:
- Constant Field Values
OLD_ENDPOINT_ID
public static final java.lang.String OLD_ENDPOINT_ID
-
- See Also:
- Constant Field Values
NEW_ENDPOINT_ID
public static final java.lang.String NEW_ENDPOINT_ID
-
- See Also:
- Constant Field Values
ENDPOINT_TYPE_ID
public static final java.lang.String ENDPOINT_TYPE_ID
-
- See Also:
- Constant Field Values
DiagramChangeLinkEvent
public DiagramChangeLinkEvent(javax.faces.component.UIComponent component,
java.lang.Object linkRowKey,
java.lang.Object oldEndpointRowKey,
java.lang.Object newEndpointRowKey,
java.lang.String endpointType)
DiagramChangeLinkEvent
public DiagramChangeLinkEvent(javax.faces.component.UIComponent component,
java.lang.Object linkRowKey,
java.lang.Object oldEndpointRowKey,
java.lang.Object newEndpointRowKey,
DiagramChangeLinkEvent.EndpointType endpointType)
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
getLinkRowKey
public java.lang.Object getLinkRowKey()
getEndpointType
public DiagramChangeLinkEvent.EndpointType getEndpointType()
getOldEndpointRowKey
public java.lang.Object getOldEndpointRowKey()
getNewEndpointRowKey
public java.lang.Object getNewEndpointRowKey()
Skip navigation links
Copyright © 1997, 2015, Oracle. All rights reserved.