|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.pivotTable.DataCellContext
public class DataCellContext
Contains information about a Pivot Table datacell, including its row,
column, QDR, value, and data model.
| Constructor Summary | |
|---|---|
DataCellContext(DataModel model,
int row,
int column,
QDR qdr,
java.lang.Object value)
Constructs a DataCellContext for the specified datacell. |
|
| Method Summary | |
|---|---|
QDR |
getQDR()
Returns the QDR for the cell. |
java.lang.Object |
getValue()
Returns the value to be displayed in the cell. |
java.lang.Object |
getValue(java.lang.String type)
Returns 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 |
|---|
public DataCellContext(DataModel model,
int row,
int column,
QDR qdr,
java.lang.Object value)
DataCellContext for the specified datacell.
model - the data model for the Pivot Tablerow - the zero-based row number of the data cellcolumn - the zero-based column number of the data cellqdr - the QDR of the data cellvalue - the value in the data cell| Method Detail |
|---|
public QDR getQDR()
QDR for the cell.
QDR for the cellpublic java.lang.Object getValue()
public java.lang.Object getValue(java.lang.String type)
throws DataException
type - one of the types listed in oracle.dss.util.DataMap
DataException - if the row or column are out of bounds
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||