toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
AbstractFormAction
Abstract
Form
Action
abstract
class
AbstractFormAction
:
Action
Base class for form related actions.
Inheritors
ResetFormAction
SubmitFormAction
Members
Properties
field
Names
Link copied to clipboard
@
NonNull
@get:
NonNull
val
fieldNames
:
List
<
String
>
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Form
Fields
Async
Link copied to clipboard
@
NonNull
open
fun
getFormFieldsAsync
(
@
NonNull
document
:
PdfDocument
)
:
Observable
<
List
<
FormField
>
>
Resolves target form fields that are affected by this action.
get
Target
Form
Fields
Async
Link copied to clipboard
@
NonNull
open
fun
getTargetFormFieldsAsync
(
@
NonNull
document
:
PdfDocument
)
:
Single
<
List
<
FormField
>
>
Returns form fields targeted by this action.
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
should
Exclude
Form
Fields
Link copied to clipboard
open
fun
shouldExcludeFormFields
(
)
:
Boolean
Indicates whether to include form fields in
getFieldNames
in the action or exclude them.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String