ActionSender

Object that triggered the execution of action, such as an annotation or a form element.

Constructors

Link copied to clipboard
constructor(@NonNull annotation: Annotation)
Creates instance of action sender.
constructor(@NonNull formElement: FormElement)
Creates instance of action sender.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getPageIndex(): Int
The page index of this action sender.
Link copied to clipboard
open fun hashCode(): Int