Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.table
Class ColHeaderCell

oracle.dss.table.ColHeaderCell

public class ColHeaderCell
See Also:
Serialized Form

Constructor Summary
ColHeaderCell(Table t, int layer)
          Class constructor.

 

Method Summary
 int getColumn()
          Get the column location within this header
 int getColumnCount()
          Get the number of columns this cell spans
 int getRow()
          Get the row location within this header
 int getRowCount()
          Get the number of rows this cell spans

 

Constructor Detail

ColHeaderCell

public ColHeaderCell(Table t,
                     int layer)
Class constructor.
Parameters:
t - the table view for this cell
layer - the innermost-based location of the cell in the header
Method Detail

getColumn

public int getColumn()
Get the column location within this header
Overrides:
getColumn in class oracle.bali.ewt.grid.bigCell.AbstractBigCell
Returns:
the column location within this header

getRow

public int getRow()
Get the row location within this header
Overrides:
getRow in class oracle.bali.ewt.grid.bigCell.AbstractBigCell
Returns:
the row location within this header

getColumnCount

public int getColumnCount()
Get the number of columns this cell spans
Overrides:
getColumnCount in class oracle.bali.ewt.grid.bigCell.AbstractBigCell
Returns:
the horizontal span of this header cell

getRowCount

public int getRowCount()
Get the number of rows this cell spans
Overrides:
getRowCount in class oracle.bali.ewt.grid.bigCell.AbstractBigCell
Returns:
the vertical span of this header cell

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.