ResetFormAction

Resets one or more form fields to their default value.

Constructors

Link copied to clipboard
constructor(@NonNull formFields: List<FormField>, excludeFormFields: Boolean)
Creates action instance.
constructor(@NonNull fieldNames: List<String>, excludeFormFields: Boolean, @Nullable subActions: List<Action>)
Creates action instance.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns type of action to make down-casting easier.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Indicates whether to include form fields in getFieldNames in the action or exclude them.
Link copied to clipboard
open fun toString(): String