|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.idp.taskmanager.dsc.client.task.TaskUIOptions
public class TaskUIOptions
Provides information about the Workspace tools that the form specifies. When users open the form, the tools are part of the Workspace user interface.
| Constructor Summary | |
|---|---|
TaskUIOptions()
Constructs a new TaskUIOptions instance with the default bits set |
|
TaskUIOptions(int taskOptionsMask)
Constructs a new TaskUIOptions instance with a bit mask |
|
| Method Summary | |
|---|---|
int |
bitMask()
Provides information related to custom tools that Workbench displays. |
boolean |
isApprovalContainerUI()
Determines whether Workbench provides tools for reviewing the task. |
boolean |
isCustomUI()
Determines whether Workbench provides custom tools when users open the task. |
boolean |
isMustOpenFormToComplete()
Determines whether the user must open the form or Guide in Workspace before they complete the task. |
boolean |
isOpenFormFullScreen()
Determines whether task forms and Guides use all available space in the web browser window. |
void |
setApprovalContainerUI(boolean aApprovalContainerUI)
Sets whether Workbench provides tools for reviewing the task. |
void |
setCustomUI(boolean aCustomUI)
Provides custom tools that Workbench displays when users open the task. |
void |
setMustOpenFormToComplete(boolean mustOpenFormToComplete)
Sets whether the user must open tasks in Workspace before they complete the task. |
void |
setOpenFormFullScreen(boolean openFormFullScreen)
Sets whether task forms and Guides use all available space in the web browser window. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskUIOptions()
public TaskUIOptions(int taskOptionsMask)
taskOptionsMask - mask value used to initialize the TaskUIOptions| Method Detail |
|---|
public boolean isMustOpenFormToComplete()
public void setMustOpenFormToComplete(boolean mustOpenFormToComplete)
public boolean isOpenFormFullScreen()
public void setOpenFormFullScreen(boolean openFormFullScreen)
public boolean isApprovalContainerUI()
public void setApprovalContainerUI(boolean aApprovalContainerUI)
aApprovalContainerUI - A value of true directs Workbench to use tools for reviewing the task.public boolean isCustomUI()
public void setCustomUI(boolean aCustomUI)
public int bitMask()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||