Search
TaskForm.setTask Method
See Also
 






Sets the task that is to be edited in the form.

Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms

 Syntax

Java  Copy Code

public void setTask (
    Task task
)

 Parameters

task

A reference to the Task object to be selected in the form for editing.

 See Also