Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.1.3)
E41656-01
- java.lang.Object
-
- java.util.EventObject
-
- javax.faces.event.FacesEvent
-
- javax.faces.event.ActionEvent
-
- oracle.adf.view.faces.bi.event.DoubleClickEvent
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors
| Constructor and Description |
DoubleClickEvent(javax.faces.component.UIComponent component,
java.lang.String taskId,
java.lang.Object task)
Constructor for an instance of a DoubleClickEvent.
|
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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.
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
12c (12.1.3)
E41656-01
Copyright © 1997, 2014, Oracle. All rights reserved.