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


oracle.dss.thin.beans.crosstab
Class ColPivotHeader

java.lang.Object
  |
  +--oracle.dss.thin.beans.crosstab.CrosstabPivotHeader
        |
        +--oracle.dss.thin.beans.crosstab.ColPivotHeader
All Implemented Interfaces:
GridViewHeader, Styleable, ViewComponent

public class ColPivotHeader
extends CrosstabPivotHeader

The column header for a thin crosstab. The column header displays information about each column in the thin crosstab.


Method Summary
 java.lang.String getComponentName()
          Return the string name for this component.
 int getID()
          Retrieves the ID for this column header.

 

Methods inherited from class oracle.dss.thin.beans.crosstab.CrosstabPivotHeader
getViewStyle, isHorizontal, isVisible, setViewStyle, setVisible

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.dss.dataView.ViewComponent
getBeanInfo

 

Method Detail

getID

public int getID()
Retrieves the ID for this column header.
Returns:
A constant, COL_HEADER, which identifies this as the column header component of the crosstab.

getComponentName

public java.lang.String getComponentName()
Description copied from interface: ViewComponent
Return the string name for this component.
Following copied from interface: oracle.dss.dataView.ViewComponent
Returns:
the string name identifying the component

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


Copyright © 2003, Oracle. All Rights Reserved.