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


oracle.dss.table
Class TableEdgeComponentHandle

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

public class TableEdgeComponentHandle
extends EdgeComponentHandle

Represents a cell in a row header or column header in a table. This is normally a selected cell, or the cell that you want to select programmatically. This class provides access to the cell and information about its location.

See Also:
Serialized Form

Constructor Summary
TableEdgeComponentHandle(int id, java.lang.String name, java.lang.Object comp, int edge, int depth)
          Constructor that uses the edge and index to identify the location of the cell.
TableEdgeComponentHandle(int id, java.lang.String name, java.lang.Object comp, TableEdgeComponentInfo info)
          Constructor that uses a TableEdgeComponentInfo to identify the location of the cell.

 

Methods inherited from class oracle.dss.dataView.EdgeComponentHandle
getComponentInfo, getDepth, getEdge, getIndex, 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

TableEdgeComponentHandle

public TableEdgeComponentHandle(int id,
                                java.lang.String name,
                                java.lang.Object comp,
                                int edge,
                                int depth)
Constructor that uses the edge and index to identify the location of the cell.
Parameters:
id - A constant, either GridView.ROW_HEADER or GridView.COL_HEADER, that identifies the kind of header that contains the cell that this TableEdgeComponentHandle represents.
name - The name of the represented component.
comp - The actual reference to the component.
edge - A constant, such as DataDirector.COLUMN_EDGE, that identifies the edge of the component. Constants are defined in the DataDirector interface.
depth - The layer of the item within the edge. The outermost layer is layer 0.
See Also:
GridView.ROW_HEADER, GridView.COL_HEADER, DataDirector.COLUMN_EDGE, DataDirector.ROW_EDGE, DataDirector.PAGE_EDGE

TableEdgeComponentHandle

public TableEdgeComponentHandle(int id,
                                java.lang.String name,
                                java.lang.Object comp,
TableEdgeComponentInfo info)
Constructor that uses a TableEdgeComponentInfo to identify the location of the cell.
Parameters:
id - A constant, either GridView.ROW_HEADER or GridView.COL_HEADER, that identifies the kind of header that contains the cell that this TableEdgeComponentHandle represents.
name - The name of the represented component.
info - The TableEdgeComponentInfo that specifies the location of the cell to represent.
See Also:
GridView.ROW_HEADER, GridView.COL_HEADER

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


Copyright © 2003, Oracle. All Rights Reserved.