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 TimeSelectorEvent

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

public class TimeSelectorEvent
extends javax.faces.event.FacesEvent

Event fired for time axis graphs when the user manipulates the time selector.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeSelectorEvent(javax.faces.component.UIComponent component, long startTime, long endTime)
           
 
Method Summary
 java.util.Date getEndDate()
          Returns the end date for the time selector.
 long getEndTime()
          Deprecated. Use getEndDate() instead
 java.util.Date getStartDate()
          Returns the start date for the time selector.
 long getStartTime()
          Deprecated. Use getStartDate() 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

TimeSelectorEvent

public TimeSelectorEvent(javax.faces.component.UIComponent component,
                         long startTime,
                         long endTime)
Parameters:
component - the UIComponent that generated this event
startTime - the start time for the time selector
endTime - the end time for the time selector
For internal use only. Application developers should not use this
Method Detail

getStartDate

public java.util.Date getStartDate()
Returns the start date for the time selector.


getEndDate

public java.util.Date getEndDate()
Returns the end date for the time selector.


getStartTime

@Deprecated
public long getStartTime()
Deprecated. Use getStartDate() instead

Returns the start time for the time selector.

Returns:
the time in milliseconds

getEndTime

@Deprecated
public long getEndTime()
Deprecated. Use getEndDate() instead

Returns the end time for the time selector.

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.