|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.graph.GraphContext
oracle.adf.view.faces.bi.component.graph.DataContext
@Deprecated public class DataContext
| Nested Class Summary | |
|---|---|
static class |
DataContext.DataType
Deprecated. Data types for getDataValue |
| Field Summary |
|---|
| Fields inherited from class oracle.adf.view.faces.bi.component.graph.GraphContext |
|---|
m_CommonGraph |
| Constructor Summary | |
|---|---|
DataContext(CommonGraph graph,
int seriesIndex,
int groupIndex)
Deprecated. Constructor |
|
DataContext(CommonGraph graph,
KeyMap seriesKeys,
java.util.List<KeyMap> groupKeys)
Deprecated. Constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
getDataValue(DataContext.DataType type)
Deprecated. Returns the value of the specified type |
java.lang.String |
getGroupId()
Deprecated. Returns the group id (labels of the measures) of this data context |
int |
getGroupIndex()
Deprecated. Returns the group index of this data context |
java.util.List<KeyMap> |
getGroupKeys()
Deprecated. Returns the group Keys of this data context |
java.lang.String |
getSeriesId()
Deprecated. Returns the series id (labels of the measures) of this data context |
int |
getSeriesIndex()
Deprecated. Returns the series index of this data context |
KeyMap |
getSeriesKey()
Deprecated. Returns the series Key of this data context |
| Methods inherited from class oracle.adf.view.faces.bi.component.graph.GraphContext |
|---|
getKeyMap, getSliceIndexFromAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataContext(CommonGraph graph,
int seriesIndex,
int groupIndex)
public DataContext(CommonGraph graph,
KeyMap seriesKeys,
java.util.List<KeyMap> groupKeys)
| Method Detail |
|---|
public KeyMap getSeriesKey()
public int getSeriesIndex()
public java.lang.String getSeriesId()
public java.util.List<KeyMap> getGroupKeys()
public int getGroupIndex()
public java.lang.String getGroupId()
public java.lang.Object getDataValue(DataContext.DataType type)
type - See DataType
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||