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


oracle.dss.table
Class TableEdgeRangeComponentHandle

java.lang.Object
  |
  +--oracle.dss.dataView.ComponentHandle
        |
        +--oracle.dss.dataView.EdgeRangeComponentHandle
              |
              +--oracle.dss.table.TableEdgeRangeComponentHandle
All Implemented Interfaces:
java.io.Serializable

public class TableEdgeRangeComponentHandle
extends EdgeRangeComponentHandle

Represents a range of cells in a header of a table. Normally, this is a selected range, or a range that you want to select programmatically.

See Also:
Serialized Form

Constructor Summary
TableEdgeRangeComponentHandle(int id, java.lang.String name, java.lang.Object comp, TableEdgeComponentInfo[] info)
          Constructor.

 

Methods inherited from class oracle.dss.dataView.EdgeRangeComponentHandle
getComponentInfo, getLocationList, toString

 

Methods inherited from class oracle.dss.dataView.ComponentHandle
getComponent, getID, getName

 

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

 

Constructor Detail

TableEdgeRangeComponentHandle

public TableEdgeRangeComponentHandle(int id,
                                     java.lang.String name,
                                     java.lang.Object comp,
TableEdgeComponentInfo[] info)
Constructor.
Parameters:
id - A constant, either GridView.COL_HEADER_RANGE or GridView.ROW_HEADER_RANGE, that identifies the kind of header that contains the range that this TableEdgeRangeComponentHandle represents. Constants are defined in the GridView class.
name - The name of the represented component.
comp - The actual reference to the header component.
info - Information about each cell in the range.

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


Copyright © 2003, Oracle. All Rights Reserved.