|
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.EdgeRangeComponentHandle
public class EdgeRangeComponentHandle
Represents a range of cells in a GridView
edge component and
provides information about the range.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.ComponentHandle |
---|
m_dataAccess |
Constructor Summary | |
---|---|
EdgeRangeComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
EdgeComponentInfo[] elist)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
ComponentInfo |
getComponentInfo()
Retrieves the EdgeComponentInfo for the first cell in the
range. |
EdgeComponentInfo[] |
getLocationList()
Retrieves the array of EdgeComponentInfo objects for the
range of cells. |
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 EdgeRangeComponentHandle(int id, java.lang.String name, java.lang.Object comp, EdgeComponentInfo[] elist)
id
- A constant, such as GridView.ROW_HEADER_RANGE
,
that identifies the items that this
EdgeRangeComponentHandle
represents.
Constants are defined in the GridView
class.name
- The name of the represented component.comp
- The actual reference to the header component.elist
- Information about each cell in the range.Method Detail |
---|
public EdgeComponentInfo[] getLocationList()
EdgeComponentInfo
objects for the
range of cells.
The array contains an EdgeComponentInfo
for each cell
in the range.
EdgeComponentInfo
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 edge number,
depth, and index of the first cell, and the edge number, depth,
and index of the last cell in the range.
For the edge number, zero is the column edge, 1 is the row edge, and
2 is the page edge.
toString
in class java.lang.Object
String
representation of this object.public ComponentInfo getComponentInfo()
EdgeComponentInfo
for the first cell in the
range.
getComponentInfo
in class ComponentHandle
EdgeComponentInfo
for the first cell in the
range. This EdgeComponentInfo
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 |