Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.adf.view.faces.bi.event.hierarchyViewer
Class NodeEvent

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.hierarchyViewer.NodeEvent

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NodeActionEvent, NodeExpandChildrenEvent

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

Field Summary
static java.lang.String CLIENT_ROW_KEY
           
static java.lang.String EVENT
           
protected  java.lang.Object m_rowKey
           

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
NodeEvent(javax.faces.component.UIComponent component, java.lang.Object clientRowKey)
           

 

Method Summary
 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

m_rowKey

protected java.lang.Object m_rowKey

EVENT

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

CLIENT_ROW_KEY

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

Constructor Detail

NodeEvent

public NodeEvent(javax.faces.component.UIComponent component,
                 java.lang.Object clientRowKey)

Method Detail

getRowKey

public java.lang.Object getRowKey()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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