Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.event.diagram
Class DvtActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by oracle.adf.view.faces.bi.event.diagram.DvtActionEvent

All Implemented Interfaces:
java.io.Serializable

public class DvtActionEvent
extends javax.faces.event.ActionEvent
See Also:
Serialized Form

Field Summary
static java.lang.String ACTION_COMPONENT_ID
           
static java.lang.String ACTION_EVENT_TYPE
           
static java.lang.String ACTION_EVENT_TYPE_ACTION
          Internal used only
static java.lang.String CLIENT_ROW_KEY
           
static java.lang.String EVENT_NAME
           
protected  java.lang.String m_actionComponentId
           
protected  java.lang.String m_actionEventType
           
protected  java.lang.Object m_rowKey
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
DvtActionEvent(javax.faces.component.UIComponent component, java.lang.String actionEventType, java.lang.Object rowKey, java.lang.String actionComponentId)
          Constructs an instance of the DvtActionEvent.

 

Method Summary
 java.lang.String getActionComponentId()
          Gets the new action component id
 java.lang.String getActionEventType()
          Gets the node action event type, possible values are: ACTION_EVENT_TYPE_ACTION
 java.lang.Object getRowKey()
           

 

Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener

 

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

 

Field Detail

EVENT_NAME

public static final java.lang.String EVENT_NAME
See Also:
Constant Field Values

ACTION_EVENT_TYPE

public static final java.lang.String ACTION_EVENT_TYPE
See Also:
Constant Field Values

ACTION_COMPONENT_ID

public static final java.lang.String ACTION_COMPONENT_ID
See Also:
Constant Field Values

CLIENT_ROW_KEY

public static final java.lang.String CLIENT_ROW_KEY
See Also:
Constant Field Values

ACTION_EVENT_TYPE_ACTION

public static final java.lang.String ACTION_EVENT_TYPE_ACTION
Internal used only
See Also:
Constant Field Values

m_actionEventType

protected java.lang.String m_actionEventType

m_actionComponentId

protected java.lang.String m_actionComponentId

m_rowKey

protected java.lang.Object m_rowKey

Constructor Detail

DvtActionEvent

public DvtActionEvent(javax.faces.component.UIComponent component,
                      java.lang.String actionEventType,
                      java.lang.Object rowKey,
                      java.lang.String actionComponentId)
Constructs an instance of the DvtActionEvent.

Method Detail

getActionEventType

public java.lang.String getActionEventType()
Gets the node action event type, possible values are: ACTION_EVENT_TYPE_ACTION
Returns:
the node action event type

getActionComponentId

public java.lang.String getActionComponentId()
Gets the new action component id
Returns:
the new action component id

getRowKey

public java.lang.Object getRowKey()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.