Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.2.0)

E17492-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
          The 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

EDGE_UNDEFINED

public static final int EDGE_UNDEFINED
The value placed in the edge field when the deprecated constructor is used.
See Also:
Constant Field Values

Constructor Detail

HeaderCellIndex

@Deprecated
public HeaderCellIndex(int layer,
                                  int slice)
Deprecated. The 3-arg constructor should be used instead.
Creates a new HeaderCellIndex with the specified layer and slice. The edge will automatically be set to HeaderCellIndex.EDGE_UNDEFINED.
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)
Creates a new HeaderCellIndex with the specified edge, layer, and slice.
Parameters:
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 cell
slice - the start slice of the header cell

Method Detail

getEdge

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

getLayer

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

getSlice

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

equals

public 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.
Overrides:
equals in class java.lang.Object
Parameters:
object - the object to test for equality
Returns:
true if the specified object is equal to this HeaderCellIndex object; false otherwise

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 2 (11.1.2.2.0)

E17492-03


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