Form Field
A form field. Each form field can have multiple child FormElements. For example, radio button group is a RadioButtonFormField, while each radio button in a group is a .
Forms can be grouped in a tree hierarchy. The otherwise empty hierarchy elements are not returned as a form field. All that happens is that the fully qualified name contains the full hierarchy name, separated by a dot.
Inheritors
Functions
Link copied to clipboard
Returns the action that should be executed on annotation trigger event.
Link copied to clipboard
Returns first form element.
Link copied to clipboard
Returns the fully qualified name of the form field.
Link copied to clipboard
Returns the InternalFormFieldApi.
Link copied to clipboard
If set, the field shall be exported by a submit-form action.
Link copied to clipboard
If set, the user may not change the value of this field.
Link copied to clipboard
If set, the field shall have a value at the time it is exported by a submit-form action.