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


oracle.dss.thin.beans.table
Class RowHeader

java.lang.Object
  |
  +--oracle.dss.thin.beans.table.TableHeader
        |
        +--oracle.dss.thin.beans.table.RowHeader
All Implemented Interfaces:
GridViewHeader, Styleable, ViewComponent

public class RowHeader
extends TableHeader

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


Method Summary
 java.lang.String getComponentName()
          Retrieves the name of this component.
 int getID()
          Retrieves the ID for this row header.

 

Methods inherited from class oracle.dss.thin.beans.table.TableHeader
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 table.

getComponentName

public java.lang.String getComponentName()
Retrieves the name of this component.
Returns:
The name of this component.

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


Copyright © 2003, Oracle. All Rights Reserved.