|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.gantt.TaskDragInfo
public class TaskDragInfo
A TaskDragInfo contains information about the task that is being dragged.
| Constructor Summary | |
|---|---|
TaskDragInfo()
Constructs an instance of a TaskDragInfo. |
|
| Method Summary | |
|---|---|
java.lang.String |
getResourceId()
Returns the resource id of the task being dragged. |
java.lang.String |
getTaskId()
Returns the task id of the task being dragged. |
void |
setResourceId(java.lang.String resourceId)
Stores the resource id of the task being dragged. |
void |
setTaskId(java.lang.String taskId)
Stores the task id of the task being dragged. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskDragInfo()
| Method Detail |
|---|
public java.lang.String getTaskId()
public void setTaskId(java.lang.String taskId)
taskId - the task id of the task being dragged.public java.lang.String getResourceId()
public void setResourceId(java.lang.String resourceId)
resourceId - the resource id of the task being dragged.
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||