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


oracle.dss.gridView
Class DatabodyDrillOutEvent

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

public class DatabodyDrillOutEvent
extends DataviewEvent

Extends DataviewEvent to represent view databody drill out requests

Databody Drill out requests are typically generated by clicking on a drillable grid cell on the graphic icon. In general, the mapping of user actions to drill out is implemented by the TableDatabodyInputHandler

A common response to a view databody drill out is to ????

See Also:
DrillEvent, PivotEvent, Serialized Form

Constructor Summary
DatabodyDrillOutEvent(java.lang.Object source, int column, int row)
          Constructor.

 

Method Summary
 int getColumn()
          Return the column on which this drill out occurred.
 int getRow()
          Return the row on which this drill out 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

DatabodyDrillOutEvent

public DatabodyDrillOutEvent(java.lang.Object source,
                             int column,
                             int row)
Constructor.
Parameters:
source - The event source
column - The column of the cell associated with this event.
row - The row of the cell associated with this event.
Method Detail

getColumn

public int getColumn()
Return the column on which this drill out occurred.

getRow

public int getRow()
Return the row on which this drill out occurred

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


Copyright © 2003, Oracle. All Rights Reserved.