ActionSender

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

Constructors

Link copied to clipboard
constructor(annotation: Annotation)

Creates instance of action sender.

constructor(formElement: FormElement)

Creates instance of action sender.

Properties

Link copied to clipboard

The annotation that triggered action execution.

Link copied to clipboard

The form element that triggered action execution.

Link copied to clipboard

Functions

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