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, or null if action was not triggered by an annotation.

Link copied to clipboard

The form element that triggered action execution, or null if action was not triggered by a form element.

Link copied to clipboard

The page index of this action sender, or Annotation.PAGE_NUMBER_NOT_SET if not set.

Functions

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

Compares this action sender to the specified object for equality.

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

Returns a hash code value for this action sender.