Skip navigation links

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

E17492-03


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

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
                  extended by oracle.adf.view.faces.bi.event.hierarchyViewer.NodeActionEvent

All Implemented Interfaces:
java.io.Serializable

public class NodeActionEvent
extends NodeEvent

Event delivered when the end user marks a node as the new anchor of the HierarchyViewer or tries to navigate up from the current root node. NodeActionEvents are not delivered for any programmatic setAnchor or navigateUp.

See Also:
Serialized Form

Field Summary
static java.lang.String ACTION_COMPONENT_ID
           
static java.lang.String EVENT_NAME
           
protected  java.lang.String m_actionComponentId
           
protected  java.lang.String m_actionEventType
           
static java.lang.String NODE_ACTION_EVENT_TYPE
           
static java.lang.String NODE_ACTION_EVENT_TYPE_ACTION
          Internal used only
static java.lang.String NODE_ACTION_EVENT_TYPE_NAVIGATE_UP
          Navigate up event
static java.lang.String NODE_ACTION_EVENT_TYPE_SET_ANCHOR
          Set anchor event

 

Fields inherited from class oracle.adf.view.faces.bi.event.hierarchyViewer.NodeEvent
CLIENT_ROW_KEY, EVENT, m_rowKey

 

Fields inherited from class java.util.EventObject
source

 

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

 

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

 

Methods inherited from class oracle.adf.view.faces.bi.event.hierarchyViewer.NodeEvent
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

NODE_ACTION_EVENT_TYPE

public static final java.lang.String NODE_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

NODE_ACTION_EVENT_TYPE_ACTION

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

NODE_ACTION_EVENT_TYPE_NAVIGATE_UP

public static final java.lang.String NODE_ACTION_EVENT_TYPE_NAVIGATE_UP
Navigate up event
See Also:
Constant Field Values

NODE_ACTION_EVENT_TYPE_SET_ANCHOR

public static final java.lang.String NODE_ACTION_EVENT_TYPE_SET_ANCHOR
Set anchor event
See Also:
Constant Field Values

m_actionEventType

protected java.lang.String m_actionEventType

m_actionComponentId

protected java.lang.String m_actionComponentId

Constructor Detail

NodeActionEvent

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

Method Detail

getActionEventType

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

getActionComponentId

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

Skip navigation links

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

E17492-03


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