| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.ComponentHandle
oracle.dss.dataView.DataRangeComponentHandle
public class DataRangeComponentHandle
Represents a range of cells in the databody of a table or crosstab. This is normally a selected range, or the range of data cells that you want to select programmatically.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| m_dataAccess | 
| Constructor Summary | |
|---|---|
| DataRangeComponentHandle(int id,
                         java.lang.String name,
                         java.lang.Object comp,
                         DataComponentInfo[] rclist)Constructor. | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object o) | 
|  ComponentInfo | getComponentInfo()Returns the DataComponentInfofor the first cell in the
 range. | 
|  DataComponentInfo[] | getLocationList()Retrieves the array of DataComponentInfoobjects for thisDataRangeComponentHandle. | 
|  java.lang.String | toString()Converts this object to a String. | 
| Methods inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| getComponent, getID, getName, setDataAccess | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataRangeComponentHandle(int id,
                                java.lang.String name,
                                java.lang.Object comp,
                                DataComponentInfo[] rclist)
id - The constant GridView.DATA_CELL_RANGE, which
             identifies this as a handle for a range of data cells.name - The name of the represented component.comp - The actual reference to the component.rclist - Information about the row and column for each cell in the
               range.| Method Detail | 
|---|
public DataComponentInfo[] getLocationList()
DataComponentInfo objects for this
 DataRangeComponentHandle.
 The array contains a DataComponentInfo for each cell
 in the range.
DataComponentInfo objects.public java.lang.String toString()
String.
 The String contains the name of this class, the name of the
 component, the number of cells in the range, the
 row and column number of the first cell, and the row and column of the
 and last cell in the range.
 Row and column numbers begin at zero.
toString in class java.lang.ObjectString representation of this object.public ComponentInfo getComponentInfo()
DataComponentInfo for the first cell in the
 range.
 The first cell is at the intersection of the first row and the first
 column.
getComponentInfo in class ComponentHandleDataComponentInfo for the cell
         in the range. The DataComponentInfo can be
         null, though this is not normal.DataComponentHandlepublic boolean equals(java.lang.Object o)
equals in class ComponentHandle| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||