public class DoubleClickEvent
extends javax.faces.event.ActionEvent
| Constructor and Description |
|---|
DoubleClickEvent(javax.faces.component.UIComponent component,
java.lang.Object rowKey,
java.util.Date date)
Constructor for an instance of a DoubleClickEvent.
|
DoubleClickEvent(javax.faces.component.UIComponent component,
java.lang.String taskId,
java.lang.Object task)
Constructor for an instance of a DoubleClickEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getRowKey()
Gets the row key of the row that is double clicked.
|
java.lang.Object |
getTask()
Gets the task that is double clicked.
|
java.lang.String |
getTaskId()
Gets the taskId of item that is double clicked.
|
java.util.Date |
getTime()
Gets the time relative to the time axis where it is double clicked.
|
public DoubleClickEvent(javax.faces.component.UIComponent component,
java.lang.String taskId,
java.lang.Object task)
component - The Gantt component.taskId - The id of the task that is double clicked on.task - The task that is double clicked on.public DoubleClickEvent(javax.faces.component.UIComponent component,
java.lang.Object rowKey,
java.util.Date date)
component - The Gantt component.rowKey - The key of the row that is double clicked on.date - The time relative to the time axis where it is double clicked on.public java.lang.String getTaskId()
public java.lang.Object getTask()
public java.lang.Object getRowKey()
public java.util.Date getTime()