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 DataSelection

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.graph.GraphSelection
      extended by oracle.adf.view.faces.bi.component.graph.DataSelection

public class DataSelection
extends GraphSelection


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
GraphSelection.SelectionType
 
Field Summary
protected  java.util.List<KeyMap> m_groupKey
           
protected  KeyMap m_seriesKey
           
 
Fields inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
m_graph, m_graphContext
 
Constructor Summary
DataSelection(UIGraph graph, KeyMap seriesKey, KeyMap groupKey)
          Constructor
DataSelection(UIGraph graph, KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          Constructor
 
Method Summary
 java.util.List<KeyMap> getGroupKeys()
          Retrieves list of KeyMap for the group
 KeyMap getSeriesKey()
          Retrieves KeyMap for the series
protected  void init(UIGraph graph, KeyMap seriesKey, java.util.List<KeyMap> groupKeySet)
          init
 
Methods inherited from class oracle.adf.view.faces.bi.component.graph.GraphSelection
getDataContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_groupKey

protected java.util.List<KeyMap> m_groupKey

m_seriesKey

protected KeyMap m_seriesKey
Constructor Detail

DataSelection

public DataSelection(UIGraph graph,
                     KeyMap seriesKey,
                     KeyMap groupKey)
Constructor

Parameters:
graph - instance of the UIGraph
seriesKey - KeyMap for the series - key-value mapping
groupKey - KeyMap for the group - key-value mapping

DataSelection

public DataSelection(UIGraph graph,
                     KeyMap seriesKey,
                     java.util.List<KeyMap> groupKeySet)
Constructor

Parameters:
graph - instance of the UIGraph
seriesKey - KeyMap for the series key-value mapping
groupKeySet - list of KeyMap for the group
Method Detail

init

protected void init(UIGraph graph,
                    KeyMap seriesKey,
                    java.util.List<KeyMap> groupKeySet)
init


getGroupKeys

public java.util.List<KeyMap> getGroupKeys()
Retrieves list of KeyMap for the group

Returns:
list of KeyMap for the group

getSeriesKey

public KeyMap getSeriesKey()
Retrieves KeyMap for the series

Returns:
KeyMap for the series

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.