|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| 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
Use the DataSelection instance to retrieve the information for a single selection.
| 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(KeyMap seriesKey,
KeyMap groupKey)
Constructor |
|
DataSelection(KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
Constructor |
|
DataSelection(UIGraph graph,
KeyMap seriesKey,
KeyMap groupKey)
Deprecated. DataSelection(KeyMap, KeyMap) should be used instead |
|
DataSelection(UIGraph graph,
KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
Deprecated. DataSelection(KeyMap, List[KeyMap]) should be used instead |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<KeyMap> |
getGroupKeys()
Retrieves list of KeyMap for the group |
KeyMap |
getSeriesKey()
Retrieves KeyMap for the series |
int |
hashCode()
|
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, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<KeyMap> m_groupKey
protected KeyMap m_seriesKey
| Constructor Detail |
|---|
@Deprecated
public DataSelection(UIGraph graph,
KeyMap seriesKey,
KeyMap groupKey)
DataSelection(KeyMap, KeyMap) should be used instead
graph - the instance of the UIGraphseriesKey - the KeyMap for the seriesgroupKey - the KeyMap for the group
@Deprecated
public DataSelection(UIGraph graph,
KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
DataSelection(KeyMap, List[KeyMap]) should be used instead
graph - the instance of the UIGraphseriesKey - the KeyMap for the seriesgroupKeySet - the List of KeyMaps for the group
public DataSelection(KeyMap seriesKey,
KeyMap groupKey)
seriesKey - the KeyMap for the seriesgroupKey - the KeyMap for the group
public DataSelection(KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
seriesKey - the KeyMap for the seriesgroupKeySet - the List of KeyMaps for the group| Method Detail |
|---|
protected void init(UIGraph graph,
KeyMap seriesKey,
java.util.List<KeyMap> groupKeySet)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<KeyMap> getGroupKeys()
public KeyMap getSeriesKey()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||