| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.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_UNDEFINEDThe value placed in the edge field when the deprecated constructor is used. | 
| Constructor Summary | |
|---|---|
HeaderCellIndex(int layer, int slice)Deprecated. The 3-arg constructor should be used instead.  | 
|
HeaderCellIndex(int edge, int layer, int slice)Creates a new HeaderCellIndex with the specified edge, layer, and slice. | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object object)Returns true if and only if the specified object is a HeaderCellIndex whose edge, layer, and slice are equal to those of this HeaderCellIndex. | 
 int | 
getEdge()Returns the header cell's edge.  | 
 int | 
getLayer()Returns the start layer.  | 
 int | 
getSlice()Returns the start slice.  | 
 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
edge field when the deprecated constructor is used.
| Constructor Detail | 
|---|
@Deprecated
public HeaderCellIndex(int layer,
                                  int slice)
HeaderCellIndex with the specified layer and slice. The edge will automatically be set to HeaderCellIndex.EDGE_UNDEFINED.
layer - the start layer of the header cellslice - the start slice of the header cell
public HeaderCellIndex(int edge,
                       int layer,
                       int slice)
HeaderCellIndex with the specified edge, layer, and slice.
edge - the edge of the header cell. The value can either be oracle.dss.util.DataDirector.COLUMN_EDGE or oracle.dss.util.DataDirector.ROW_EDGE.layer - 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)
true if and only if the specified object is a HeaderCellIndex whose edge, layer, and slice are equal to those of this HeaderCellIndex.equals in class java.lang.Objectobject - the object to test for equalitytrue if the specified object is equal to this HeaderCellIndex object; false otherwisepublic 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.7.2) E12063-10  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||