AbstractFormAction

abstract class AbstractFormAction : Action

Base class for form related actions.

Inheritors

Types

Link copied to clipboard
object Companion

Companion object containing utility methods for AbstractFormAction.

Properties

Link copied to clipboard

The list of form field names targeted by this action.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this form action to the specified object for equality.

Link copied to clipboard
fun getFormFieldsAsync(document: PdfDocument): Observable<List<FormField>>

Resolves target form fields that are affected by this action.

Link copied to clipboard

Returns form fields targeted by this action.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for this form action.

Link copied to clipboard

Indicates whether to include form fields in fieldNames in the action or exclude them.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of this form action for debugging purposes.