public static interface PromptInterfaces.ValueRequired
Modifier and Type | Method and Description |
---|---|
boolean |
isValueRequired()
Returns
true if the user has to use the default value or
check at least one box. |
void |
setValueRequired(boolean value)
Sets or clears the property which determines if this field requires a
value.
|
boolean isValueRequired()
true
if the user has to use the default value or
check at least one box.void setValueRequired(boolean value)
value
- true if a value is required, false otherwise