Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.gridView
Class HeaderDrillOutEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataView.DataviewEvent
              |
              +--oracle.dss.gridView.HeaderDrillOutEvent
All Implemented Interfaces:
java.io.Serializable

public class HeaderDrillOutEvent
extends DataviewEvent

Extends DataviewEvent to represent view header drill out requests

Header Drill out requests are typically generated by clicking on a drillable header cell on the graphic icon. In general, the mapping of user actions to drill out is implemented by the TableHeaderInputHandler A common response to a table header drill out is to ????

See Also:
DrillEvent, PivotEvent, Serialized Form

Constructor Summary
HeaderDrillOutEvent(java.lang.Object source, int edge, int depth, int index)
          Constructor.

 

Method Summary
 int getDepth()
          Return the depth on which this drill occurred
 int getEdge()
          Return the edge on which this drill occurred.
 int getIndex()
          Return the index at which this drill occurred.

 

Methods inherited from class oracle.dss.dataView.DataviewEvent
consume, isConsumed

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

HeaderDrillOutEvent

public HeaderDrillOutEvent(java.lang.Object source,
                           int edge,
                           int depth,
                           int index)
Constructor.
Parameters:
orientation - The orientation of the PivotHeader associated with the event.
column - The column of the cell associated with this event.
row - The row of the cell associated with this event.
Method Detail

getEdge

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

getDepth

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

getIndex

public int getIndex()
Return the index at which this drill occurred.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.