Skip navigation links

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

E17492-03


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

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by oracle.adf.view.faces.bi.event.DoubleClickEvent

All Implemented Interfaces:
java.io.Serializable

public class DoubleClickEvent
extends javax.faces.event.ActionEvent

Event delivered when a user double clicks withing the Gantt.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
DoubleClickEvent(javax.faces.component.UIComponent component, java.lang.String taskId, java.lang.Object task)
          Constructor for an instance of a DoubleClickEvent.

 

Method Summary
 java.lang.Object getTask()
          Gets the task that is double clicked.
 java.lang.String getTaskId()
          Gets the taskId of item that is double clicked.

 

Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener

 

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

DoubleClickEvent

public DoubleClickEvent(javax.faces.component.UIComponent component,
                        java.lang.String taskId,
                        java.lang.Object task)
Constructor for an instance of a DoubleClickEvent. Application should never instantiate a DoubleClickEvent directly.
Parameters:
component - The Gantt component.
taskId - The id of the task that is double clicked on.
task - The task that is double clicked on.

Method Detail

getTaskId

public java.lang.String getTaskId()
Gets the taskId of item that is double clicked.
Returns:
the taskId.

getTask

public java.lang.Object getTask()
Gets the task that is double clicked.
Returns:
the task that is double clicked.

Skip navigation links

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

E17492-03


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