public interface UIField
Modifier and Type | Method and Description |
---|---|
boolean |
isRequired()
Is this field required.
|
void |
setRequired(boolean required)
Sets the field required.
|
boolean isRequired()
true
if the field is required,otherwise
false
.void setRequired(boolean required)
required
- Is the field required.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.