ChoiceFormElement

Represents a choice form control in a PDF form.

Inheritors

Functions

Link copied to clipboard
Retrieve parent form field.
Link copied to clipboard
Retrieve the list of options that should be presented to the user.
Link copied to clipboard
Returns list of indexes of the selected options.
Link copied to clipboard
When set, don't wait for the focus to exit the control, but immediately commit actions.
Link copied to clipboard
Check whether more than one of the element's options may be selected simultaneously.
Link copied to clipboard
open fun setOptions(@NonNull options: List<FormOption>)
Sets the options for the given choice form element.
Link copied to clipboard
open fun setSelectedIndexes(@NonNull selectedIndexes: List<Integer>)
Sets selected options indexes.