oracle.adf.view.faces.bi.event
Class DoubleClickEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
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
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 |
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.
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.
Copyright © 1997, 2009, Oracle. All rights reserved.