| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.model.CellIndex
oracle.adf.view.faces.bi.model.HeaderCellIndex
public class HeaderCellIndex
Contains the zero-based indexes of the edge, start layer and start slice of a header cell.
| Field Summary | |
|---|---|
static int | 
EDGE_UNDEFINED
 | 
| Constructor Summary | |
|---|---|
HeaderCellIndex(int layer,
                int slice)
Deprecated. The 3-arg constructor should be used instead. Create a new instance of HeaderCellIndex The edge will automatically be set to HeaderCellIndex.EDGE_UNDEFINED value  | 
|
HeaderCellIndex(int edge,
                int layer,
                int slice)
Create a new instance of HeaderCellIndex  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object object)
 | 
 int | 
getEdge()
 | 
 int | 
getLayer()
 | 
 int | 
getSlice()
 | 
 int | 
hashCode()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final int EDGE_UNDEFINED
| Constructor Detail | 
|---|
@Deprecated
public HeaderCellIndex(int layer,
                                  int slice)
layer - the start layer of the header cellslice - the start slice of the header cell
public HeaderCellIndex(int edge,
                       int layer,
                       int slice)
edge - The edge which this cell index belongs to. 
             The value can either be oracle.dss.util.DataDirector.COLUMN_EDGE or oracle.dss.util.DataDirector.ROW_EDGElayer - the start layer of the header cellslice - the start slice of the header cell| Method Detail | 
|---|
public int getEdge()
public int getLayer()
public int getSlice()
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||