Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.adf.view.faces.bi.component.graph
Class DataContext

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphContext
      extended by oracle.adf.view.faces.bi.component.graph.DataContext

public class DataContext
extends GraphContext


Nested Class Summary
static class DataContext.DataType
          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, KeyMap seriesKeys, java.util.List<KeyMap> groupKeys)
          Constructor
 
Method Summary
 java.lang.Object getDataValue(DataContext.DataType type)
          Returns the value of the specified type
 java.lang.String getGroupId()
          Returns the group id (labels of the measures) of this data context
 int getGroupIndex()
          Returns the group index of this data context
 java.lang.String getSeriesId()
          Returns the series id (labels of the measures) of this data context
 int getSeriesIndex()
          Returns the series index of this data context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataContext

public DataContext(CommonGraph graph,
                   KeyMap seriesKeys,
                   java.util.List<KeyMap> groupKeys)
Constructor

Method Detail

getSeriesIndex

public int getSeriesIndex()
Returns the series index of this data context

Returns:

getSeriesId

public java.lang.String getSeriesId()
Returns the series id (labels of the measures) of this data context


getGroupIndex

public int getGroupIndex()
Returns the group index of this data context

Returns:

getGroupId

public java.lang.String getGroupId()
Returns the group id (labels of the measures) of this data context

Returns:

getDataValue

public java.lang.Object getDataValue(DataContext.DataType type)
Returns the value of the specified type

Parameters:
type - See DataType
Returns:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.