|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.model.CellKey
oracle.adf.view.faces.bi.model.HeaderCellKey
public class HeaderCellKey
Unique identifier of a Pivot Table header cell. Header cell keys indicate which data is represented by a header cell, such as "Boston, 2010, Sales", while header cell indexes indicate the ordinal position of a header cell, such as "layer 1, slice 7".
| Constructor Summary | |
|---|---|
HeaderCellKey(QDR qdr)
Creates a key for the header cell corresponding to the specified QDR
| |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Returns true if and only if the specified object is a HeaderCellKey
whose QDR equals the QDR of this HeaderCellKey. |
QDR |
getQdr()
Gets the QDR for this header cell. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderCellKey(QDR qdr)
QDR
- Parameters:
qdr - Should contain one entry for each header cell between this header
cell and its "ancestor" header cell on the edge's outermost layer,
inclusive, and no other entries
| Method Detail |
|---|
public QDR getQdr()
QDR for this header cell.
QDR
public boolean equals(java.lang.Object object)
true if and only if the specified object is a HeaderCellKey
whose QDR equals the QDR of this HeaderCellKey.
equals in class java.lang.Objectobject - the object to test for equality
true if the specified object is equal to this HeaderCellKey object; false otherwisepublic int hashCode()
hashCode in class CellKey
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||