|
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.RowComponentHandle
public class RowComponentHandle
Represents a a row in the databody of a crosstab or table. This is normally a selected row, or the column that you want to select programmatically.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.ComponentHandle |
---|
m_dataAccess |
Constructor Summary | |
---|---|
RowComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
int row)
Constructor that uses a int to specify the row. |
|
RowComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
RowComponentInfo info)
Constructor that uses a RowComponentInfo to specify the row. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
ComponentInfo |
getComponentInfo()
Retrieves the RowComponentInfo for the row that
this RowComponentHandle represents. |
int |
getRow()
Retrieves the number of the row that this RowComponentHandle 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 RowComponentHandle(int id, java.lang.String name, java.lang.Object comp, int row)
int
to specify the row.
id
- A constant, such as GridView.DATA_ROW
,
that identifies the component or kind of row that this
RowComponentHandle
represents.
Other usable constants are
Crosstab.ROW_HIGHLIGHTER
and
Crosstab.COL_GRABBER
.name
- The name of the represented component.comp
- The actual reference to the component.row
- The row that this RowComponentHandle
represents. Row numbers start at zero.public RowComponentHandle(int id, java.lang.String name, java.lang.Object comp, RowComponentInfo info)
RowComponentInfo
to specify the row.
id
- A constant, such as GridView.DATA_ROW
,
that identifies the component or kind of row that this
RowComponentHandle
represents.
Other usable constants are
Crosstab.ROW_HIGHLIGHTER
and
Crosstab.COL_GRABBER
.name
- The name of the represented component.comp
- The actual reference to the component.info
- The row that this RowComponentHandle
represents. Row numbers start at zero.Method Detail |
---|
public int getRow()
RowComponentHandle
represents.
This method gets the information from the RowComponentInfo
.
Row numbers begin at zero.
public ComponentInfo getComponentInfo()
RowComponentInfo
for the row that
this RowComponentHandle
represents.
getComponentInfo
in class ComponentHandle
RowComponentInfo
can be null, though this
is not normal.DataComponentHandle
public java.lang.String toString()
String
.
The String
contains the name of this class, the name of the
component, and the row that this RowComponentHandle
represents.
Row numbers begin at zero.
toString
in class java.lang.Object
String
representation of this object.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 |