|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
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.ColumnComponentHandle
public class ColumnComponentHandle
Represents a a column in the databody of a crosstab or table. This is normally a selected column, or the column that you want to select programmatically.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.ComponentHandle |
---|
m_dataAccess |
Constructor Summary | |
---|---|
ColumnComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
ColumnComponentInfo info)
Constructor that uses a ColumComponentInfo to specify the
column. |
|
ColumnComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
int column)
Constructor that uses a int to specify the column. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
getColumn()
Retrieves the number of the column that this ColumnComponentHandle represents. |
ComponentInfo |
getComponentInfo()
Retrieves the ColumnComponentInfo for the column that
this ColumnComponentHandle represents. |
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 ColumnComponentHandle(int id, java.lang.String name, java.lang.Object comp, int column)
int
to specify the column.
id
- A constant, such as GridView.DATA_COLUMN
,
that identifies the component or kind of column that this
ColumnComponentHandle
represents.
Other usable constants are
Crosstab.COL_HIGHLIGHTER
and
Crosstab.ROW_GRABBER
.name
- The name of the represented component.comp
- The actual reference to the component.column
- The column that this component represents. Column numbers
start at zero.public ColumnComponentHandle(int id, java.lang.String name, java.lang.Object comp, ColumnComponentInfo info)
ColumComponentInfo
to specify the
column.
id
- A constant, such as GridView.DATA_COLUMN
,
that identifies the component or kind of column that this
ColumnComponentHandle
represents.
Other usable constants are
Crosstab.COL_HIGHLIGHTER
and
Crosstab.ROW_GRABBER
.name
- The name of the represented component.comp
- The actual reference to the component.info
- The ColumnComponentInfo
that specifies the
column.Method Detail |
---|
public int getColumn()
ColumnComponentHandle
represents.
This method gets the information from the ColumnComponentInfo
.
Column numbers begin at zero.
public java.lang.String toString()
String
.
The String
contains the name of this class, the name of the
component, and the column that this ColumnComponentHandle
represents.
Column numbers begin at zero.
toString
in class java.lang.Object
String
representation of this object.public ComponentInfo getComponentInfo()
ColumnComponentInfo
for the column that
this ColumnComponentHandle
represents.
getComponentInfo
in class ComponentHandle
ColumnComponentInfo
can be null, though this
is not normal.DataComponentHandle
public boolean equals(java.lang.Object o)
equals
in class ComponentHandle
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |