java.lang.Object | |
↳ | com.pspdfkit.annotations.actions.ActionSender |
Object that triggered the execution of action, such as an annotation or a form element.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionSender(Annotation annotation)
Creates instance of action sender.
| |||||||||||
ActionSender(FormElement formElement)
Creates instance of action sender.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
Annotation |
getAnnotation()
The annotation that triggered action execution.
| ||||||||||
FormElement |
getFormElement()
The form element that triggered action execution.
| ||||||||||
int |
getPageIndex()
The page index of this action sender.
| ||||||||||
int | hashCode() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates instance of action sender.
annotation | The annotation that triggered action execution. |
---|
Creates instance of action sender.
formElement | The form element that triggered action execution. |
---|
The annotation that triggered action execution.
null
if action was not
triggered by annotation.
The form element that triggered action execution.
null
if action was not
triggered by form element.
The page index of this action sender.
PAGE_NUMBER_NOT_SET
if not
set.