@ProviderType
public interface FormField
Form
.Modifier and Type | Method and Description |
---|---|
FieldType |
getFieldType()
Returns the type of this field.
|
Form |
getForm()
Returns the nested form.
|
java.lang.String |
getName()
Returns the name of the field.
|
boolean |
isRequired()
Returns
true if the field is required in this Form ;
false otherwise. |
FieldType getFieldType()
Form getForm()
java.lang.String getName()
boolean isRequired()
true
if the field is required in this Form
;
false
otherwise.true
} if the field is required in the Form
; false
otherwise