Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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

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

public class TimeAxisEvent
extends javax.faces.event.FacesEvent

Event fired for time axis graphs when the user clicks on an empty space in the plot area.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeAxisEvent(javax.faces.component.UIComponent component, long time)
           
 
Method Summary
 java.util.Date getDate()
          Returns the date along the time axis of the location that was clicked.
 long getTime()
          Deprecated. Use getDate() instead
 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

TimeAxisEvent

public TimeAxisEvent(javax.faces.component.UIComponent component,
                     long time)
Parameters:
component - the UIComponent that generated the event
time - the time in milliseconds corresponding to the location of the click on the time axis.
For internal use only. Application developers should not use this
Method Detail

getDate

public java.util.Date getDate()
Returns the date along the time axis of the location that was clicked.


getTime

@Deprecated
public long getTime()
Deprecated. Use getDate() instead

Returns the time along the time axis of the location that was clicked.

Returns:
the time in milliseconds

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 2 (11.1.2.1.0)

E17492-02

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