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


oracle.dss.thin.beans.table
Class ColHeader

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

public class ColHeader
extends TableHeader

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


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