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

E17492-02

oracle.adf.view.faces.bi.event
Class DrillEvent

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.DrillEvent
All Implemented Interfaces:
java.io.Serializable

public class DrillEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DrillEvent(javax.faces.component.UIComponent component, int edge, int layer, int slice, int type)
           
 
Method Summary
 int getDrillType()
          Return the type of this drill.
 int getEdge()
          Return the edge on which this drill occurred.
 int getLayer()
          Return the depth on which this drill occurred.
 int getSlice()
          Return the slice at which this drill occurred.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 
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
 

Constructor Detail

DrillEvent

public DrillEvent(javax.faces.component.UIComponent component,
                  int edge,
                  int layer,
                  int slice,
                  int type)
Method Detail

getEdge

public int getEdge()
Return the edge on which this drill occurred.

Returns:
edge

getLayer

public int getLayer()
Return the depth on which this drill occurred.

Returns:
depth

getSlice

public int getSlice()
Return the slice at which this drill occurred.

Returns:
slice

getDrillType

public int getDrillType()
Return the type of this drill.

Returns:
type

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Overrides:
isAppropriateListener in class javax.faces.event.ActionEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Overrides:
processListener in class javax.faces.event.ActionEvent

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

E17492-02

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