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


oracle.dss.thin.beans.crosstab
Class RowPivotHeader

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

public class RowPivotHeader
extends CrosstabPivotHeader

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


Method Summary
 java.lang.String getComponentName()
          Return the string name for this component.
 int getID()
          Retrieves the ID for this row 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 row header.
Returns:
A constant, ROW_HEADER, which identifies this as the row 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.