Skip navigation links

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

E52941-01


oracle.adf.view.faces.bi.event.chart
Class ChartSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.apache.myfaces.trinidad.event.RowKeySetChangeEvent
              extended by org.apache.myfaces.trinidad.event.SelectionEvent
                  extended by oracle.adf.view.faces.bi.event.chart.ChartSelectionEvent

All Implemented Interfaces:
java.io.Serializable

public class ChartSelectionEvent
extends org.apache.myfaces.trinidad.event.SelectionEvent

Selection event for Chart.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ChartSelectionEvent(org.apache.myfaces.trinidad.model.RowKeySet oldSet, org.apache.myfaces.trinidad.model.RowKeySet newSet, javax.faces.component.UIComponent source, java.lang.Object xMin, java.lang.Object xMax, java.lang.Object startGroup, java.lang.Object endGroup, java.lang.Object yMin, java.lang.Object yMax, java.lang.Object y2Min, java.lang.Object y2Max)
          Creates a new ChartSelectionEvent

 

Method Summary
 java.lang.Object getEndGroup()
          Returns the marquee endGroup.
 java.lang.Object getStartGroup()
          Returns the marquee startGroup.
 java.lang.Object getXMax()
          Returns the marquee xMax.
 java.lang.Object getXMin()
          Returns the marquee xMin.
 java.lang.Object getY2Max()
          Returns the marquee y2Max.
 java.lang.Object getY2Min()
          Returns the marquee y2Min.
 java.lang.Object getYMax()
          Returns the marquee yMax.
 java.lang.Object getYMin()
          Returns the marquee yMin.

 

Methods inherited from class org.apache.myfaces.trinidad.event.SelectionEvent
isAppropriateListener, processListener

 

Methods inherited from class org.apache.myfaces.trinidad.event.RowKeySetChangeEvent
getAddedSet, getRemovedSet

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

ChartSelectionEvent

public ChartSelectionEvent(org.apache.myfaces.trinidad.model.RowKeySet oldSet,
                           org.apache.myfaces.trinidad.model.RowKeySet newSet,
                           javax.faces.component.UIComponent source,
                           java.lang.Object xMin,
                           java.lang.Object xMax,
                           java.lang.Object startGroup,
                           java.lang.Object endGroup,
                           java.lang.Object yMin,
                           java.lang.Object yMax,
                           java.lang.Object y2Min,
                           java.lang.Object y2Max)
Creates a new ChartSelectionEvent
Parameters:
oldSet - The set of rowKeys before any changes.
newSet - The set of rowKeys after any changes.
source -
xMin - The xMin of the viewport.
xMax - The xMax of the viewport.
startGroup - The startGroup of the viewport.
endGroup - The endGroup of the viewport.
yMin - The yMin of the viewport.
yMax - The yMax of the viewport.
y2Min - The y2Min of the viewport.
y2Max - The y2Max of the viewport.

Method Detail

getXMin

public java.lang.Object getXMin()
Returns the marquee xMin.
Returns:
xMin.

getXMax

public java.lang.Object getXMax()
Returns the marquee xMax.
Returns:
xMax.

getStartGroup

public java.lang.Object getStartGroup()
Returns the marquee startGroup.
Returns:
startGroup.

getEndGroup

public java.lang.Object getEndGroup()
Returns the marquee endGroup.
Returns:
endGroup.

getYMin

public java.lang.Object getYMin()
Returns the marquee yMin.
Returns:
yMin.

getYMax

public java.lang.Object getYMax()
Returns the marquee yMax.
Returns:
yMax.

getY2Min

public java.lang.Object getY2Min()
Returns the marquee y2Min.
Returns:
y2Min.

getY2Max

public java.lang.Object getY2Max()
Returns the marquee y2Max.
Returns:
y2Max.

Skip navigation links

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

E52941-01


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