Skip navigation links

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

E12063-03


oracle.adf.view.faces.bi.model
Class HeaderCellIndex

java.lang.Object
  extended by oracle.adf.view.faces.bi.model.CellIndex
      extended by oracle.adf.view.faces.bi.model.HeaderCellIndex

All Implemented Interfaces:
java.io.Serializable

public class HeaderCellIndex
extends CellIndex

Contains the zero-based indexes of the edge, start layer and start slice of a header cell.

Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

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

EDGE_UNDEFINED

public static final int EDGE_UNDEFINED
See Also:
Constant Field Values

Constructor Detail

HeaderCellIndex

@Deprecated
public 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
Parameters:
layer - the start layer of the header cell
slice - the start slice of the header cell

HeaderCellIndex

public HeaderCellIndex(int edge,
                       int layer,
                       int slice)
Create a new instance of HeaderCellIndex
Parameters:
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_EDGE
layer - the start layer of the header cell
slice - the start slice of the header cell

Method Detail

getEdge

public int getEdge()
Returns:
the header cell's edge

getLayer

public int getLayer()
Returns:
the zero-based index of the header cell's start layer

getSlice

public int getSlice()
Returns:
the zero-based index of the header cell's start slice

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Skip navigation links

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

E12063-03


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