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

E12063-07

oracle.adf.view.faces.bi.event
Class PointSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.faces.bi.event.PointSelectionEvent
All Implemented Interfaces:
java.io.Serializable

public class PointSelectionEvent
extends javax.faces.event.FacesEvent

Event fired when the user selects a point on the line in case of LINE_SELECT_POINT Graph.

Since:
4.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PointSelectionEvent(javax.faces.component.UIComponent component, double xVal, double yVal)
           
 
Method Summary
 double getXValue()
          Retrives the date/time along the time axis of the location clicked.
 double getYValue()
          Retrives the date/time along the time axis of the location clicked.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 
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

PointSelectionEvent

public PointSelectionEvent(javax.faces.component.UIComponent component,
                           double xVal,
                           double yVal)
Method Detail

getXValue

public double getXValue()
Retrives the date/time along the time axis of the location clicked.

Returns:

getYValue

public double getYValue()
Retrives the date/time along the time axis of the location clicked.

Returns:

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

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

E12063-07

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