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

E12063-05

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

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

public class HeaderCellContext
extends java.lang.Object

Since:
release specific (what release of product did this appear in)

Constructor Summary
HeaderCellContext(DataModel model, int edge, int layer, int slice, QDR qdr, java.lang.Object value)
           
 
Method Summary
 int getEdge()
          Return the edge ( row/column ) that this context is associated with
 int getLayer()
          Return the layer ( row/column ) that this context is associated with
 int getLayerCount()
          Return the number of layers on the edge
 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

HeaderCellContext

public HeaderCellContext(DataModel model,
                         int edge,
                         int layer,
                         int slice,
                         QDR qdr,
                         java.lang.Object value)
Method Detail

getEdge

public int getEdge()
Return the edge ( row/column ) that this context is associated with

Returns:
int

getLayer

public int getLayer()
Return the layer ( row/column ) that this context is associated with

Returns:
int

getLayerCount

public int getLayerCount()
Return the number of layers on the edge

Returns:
int

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.MetadataMap
Returns:
Object
Throws:
DataException

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

E12063-05

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