Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.adf.view.faces.bi.component.pivotTable
Class DataCellContext

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.pivotTable.DataCellContext


public class DataCellContext
extends java.lang.Object
Since:
release specific (what release of product did this appear in)

Constructor Summary
DataCellContext(DataModel model, int row, int column, QDR qdr, java.lang.Object value)
           

 

Method Summary
 QDR getQDR()
          Return the QDR for the cell
 java.lang.Object getValue()
          Return the value to be displayed in the cell
 java.lang.Object getValue(java.lang.String type)
          Return a value associated with the cell.

 

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

 

Constructor Detail

DataCellContext

public DataCellContext(DataModel model,
                       int row,
                       int column,
                       QDR qdr,
                       java.lang.Object value)

Method Detail

getQDR

public QDR getQDR()
Return the QDR for the cell
Returns:
QDR

getValue

public java.lang.Object getValue()
Return the value to be displayed in the cell
Returns:
Object

getValue

public java.lang.Object getValue(java.lang.String type)
                          throws DataException
Return a value associated with the cell.
Parameters:
type - one of the types listed in oracle.dss.util.DataMap
Returns:
Object
Throws:
DataException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


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