|
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.DataComponentHandle
oracle.dss.dataView.StockDataComponentHandle
public class StockDataComponentHandle
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.DataComponentHandle |
---|
KEY_PATH, m_seriesAreRows, ROW_KEY, UNFORMATTED_VALUE |
Fields inherited from class oracle.dss.dataView.ComponentHandle |
---|
m_dataAccess |
Constructor Summary | |
---|---|
StockDataComponentHandle(int id,
java.lang.String name,
java.lang.Object comp,
int r,
int c,
int group,
int series,
int o,
int h,
int l,
int cl,
int v)
Constructor that uses int values to specify the row and
column. |
Method Summary | |
---|---|
Attributes[] |
getCloseAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Close; Date: 7-12-07 |
java.lang.Object |
getCloseValue(java.lang.String attrName)
Retrieves the close data attribute values associated with attrName argument. |
Attributes[] |
getHighAttributes()
The attributes that make up the High component of Group ex: DataLabels - High; Date: 7-12-07 |
java.lang.Object |
getHighValue(java.lang.String attrName)
Retrieves the high data attribute values associated with attrName argument. |
Attributes[] |
getLowAttributes()
The attributes that make up the Low component of Group ex: DataLabels - Low; Date: 7-12-07 |
java.lang.Object |
getLowValue(java.lang.String attrName)
Retrieves the low data attribute values associated with attrName argument. |
Attributes[] |
getOpenAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Open; Date: 7-12-07 |
java.lang.Object |
getOpenValue(java.lang.String attrName)
Retrieves the open data attribute values associated with attrName argument. |
Attributes[] |
getVolumeAttributes()
The attributes that make up the Open component of Group ex: DataLabels - Volume; Date: 7-12-07 |
java.lang.Object |
getVolumeValue(java.lang.String attrName)
Retrieves the volume data attribute values associated with attrName argument. |
Methods inherited from class oracle.dss.dataView.DataComponentHandle |
---|
equals, getColumn, getComponentInfo, getGroup, getGroupAttributes, getRow, getSeries, getSeriesAttributes, getValue, isSeriesComponent, setSeriesAreRows, setSeriesComponent, toString |
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 StockDataComponentHandle(int id, java.lang.String name, java.lang.Object comp, int r, int c, int group, int series, int o, int h, int l, int cl, int v)
int
values to specify the row and
column.
id
- In a graph, a constant that identifies the represented
graph component, such as Graph.DATAMARKER
.
For a GridView
, the constant
GridView.DATA_CELL
.name
- The name of the component that this
DataComponentHandle
represents.comp
- The actual reference to the component.r
- The row of the component or cell.c
- The column of the component or cell.Method Detail |
---|
public java.lang.Object getOpenValue(java.lang.String attrName)
attrName
- A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE
,
DataComponentHandle.ROW_KEY
public java.lang.Object getHighValue(java.lang.String attrName)
attrName
- A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE
,
DataComponentHandle.ROW_KEY
public java.lang.Object getLowValue(java.lang.String attrName)
attrName
- A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE
,
DataComponentHandle.ROW_KEY
public java.lang.Object getCloseValue(java.lang.String attrName)
attrName
- A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE
,
DataComponentHandle.ROW_KEY
public java.lang.Object getVolumeValue(java.lang.String attrName)
attrName
- A constant for the attribute name UNFORMATTED_VALUE
or ROW_KEY
DataComponentHandle.UNFORMATTED_VALUE
,
DataComponentHandle.ROW_KEY
public Attributes[] getOpenAttributes()
public Attributes[] getHighAttributes()
public Attributes[] getLowAttributes()
public Attributes[] getCloseAttributes()
public Attributes[] getVolumeAttributes()
|
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 |