| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
oracle.adf.view.faces.bi.event.DrillEvent
public class DrillEvent
| 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 | 
|---|
public DrillEvent(javax.faces.component.UIComponent component,
                  int edge,
                  int layer,
                  int slice,
                  int type)
| Method Detail | 
|---|
public int getEdge()
public int getLayer()
public int getSlice()
public int getDrillType()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.ActionEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.ActionEvent| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||