Reset Form Action
constructor(fieldNames: List<String>, excludeFormFields: Boolean, subActions: List<Action> = emptyList())
Parameters
field Names
The names of the form fields to reset (or exclude, depending on excludeFormFields).
exclude Form Fields
If true, all fields except those named in fieldNames are reset. If false, only the fields named in fieldNames are reset.
sub Actions
Additional actions to execute after this action completes.
Creates a ResetFormAction from a list of form fields.
Parameters
form Fields
The form fields to reset (or exclude from reset).
exclude Form Fields
If true, all fields except those in formFields are reset.