| 
 | 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.ColumnRangeComponentHandle
public class ColumnRangeComponentHandle
Represents a range of columns in the databody of a Gridview.
 This is normally a selected range, or the range of columns that you want
 to select programmatically.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.ComponentHandle | 
|---|
| m_dataAccess | 
| Constructor Summary | |
|---|---|
| ColumnRangeComponentHandle(int id,
                           java.lang.String name,
                           java.lang.Object comp,
                           ColumnComponentInfo[] clist)Constructor. | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object o) | 
|  ComponentInfo | getComponentInfo()Retrieves the ColumnComponentInfofor the first column
 in the range that thisColumnRangeComponentHandle. | 
|  ColumnComponentInfo[] | getLocationList()Retrieves the array of ColumnComponentInfoobjects for
 thisColumnRangeComponentHandle. | 
|  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 ColumnRangeComponentHandle(int id,
                                  java.lang.String name,
                                  java.lang.Object comp,
                                  ColumnComponentInfo[] clist)
id - The constant GridView.DATA_COLUMN_RANGE,
                which identifies this as a handle for a range of
                columns.name - The name of the represented component.comp - The actual reference to the component.clist - Information about each column in the range. The first
                ColumnComponentInfo should
                be for the first column in the range.| Method Detail | 
|---|
public ColumnComponentInfo[] getLocationList()
ColumnComponentInfo objects for
 this ColumnRangeComponentHandle.
 The array contains a ColumnComponentInfo for each
 column in the represented range.
ColumnComponentInfo objects.public java.lang.String toString()
String.
 The String contains the name of this class, the name of the
 component, the number of columns in the range, and the numbers
 of the first and last column in the range.
 Column numbers begin at zero.
toString in class java.lang.ObjectString representation of this object.public ComponentInfo getComponentInfo()
ColumnComponentInfo for the first column
 in the range that this ColumnRangeComponentHandle.
getComponentInfo in class ComponentHandleColumnComponentInfo for the first column.
         The ColumnComponentInfo can be null.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 | ||||||||