| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| 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.GraphSelection
oracle.adf.view.faces.bi.component.graph.DataSelection
public class DataSelection
| 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 | 
|---|
protected java.util.List<KeyMap> m_groupKey
protected KeyMap m_seriesKey
| Constructor Detail | 
|---|
public DataSelection(UIGraph graph,
                     KeyMap seriesKey,
                     KeyMap groupKey)
graph - instance of the UIGraphseriesKey - KeyMap for the series - key-value mappinggroupKey - KeyMap for the group - key-value mapping
public DataSelection(UIGraph graph,
                     KeyMap seriesKey,
                     java.util.List<KeyMap> groupKeySet)
graph - instance of the UIGraphseriesKey - KeyMap for the series key-value mappinggroupKeySet - list of KeyMap for the group| Method Detail | 
|---|
protected void init(UIGraph graph,
                    KeyMap seriesKey,
                    java.util.List<KeyMap> groupKeySet)
public java.util.List<KeyMap> getGroupKeys()
public KeyMap getSeriesKey()
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||