public static interface PromptInterfaces.Locked
Modifier and Type | Method and Description |
---|---|
boolean |
isLocked()
Returns
true if this Prompt Element is locked. |
void |
setLocked(boolean locked)
Lock or unlocks this element.
|
boolean isLocked()
true
if this Prompt Element is locked.
In this case a user cannot change the default value in the Prompt-Screen.void setLocked(boolean locked)
locked
- true if locked, false if the user can change the value of the Prompt Element