toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.annotations.actions
/
ResetFormAction
Reset
Form
Action
class
ResetFormAction
:
AbstractFormAction
Resets one or more form fields to their default value.
Members
Constructors
Reset
Form
Action
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
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Type
Link copied to clipboard
@
NonNull
open
fun
getType
(
)
:
ActionType
Returns type of action to make down-casting easier.
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