| com.pspdfkit.forms.FormListeners.OnChoiceFormFieldUpdatedListener |
Listener for ChoiceFormField updates.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onCustomOptionSet(ChoiceFormField formField, ChoiceFormElement formElement, String customOption)
Called when custom option has been set in choice field.
| ||||||||||
| abstract void |
onOptionSelected(ChoiceFormField formField, ChoiceFormElement formElement, List<Integer> selectedOptionIndexes)
Called when choice field option has been selected.
| ||||||||||
Called when custom option has been set in choice field.
| formField | Updated form field. |
|---|---|
| formElement | Form element that has been changed. |
| customOption | Custom option text or null to clear.
|
Called when choice field option has been selected.
| formField | Updated form field. |
|---|---|
| formElement | Form element that has been changed. |
| selectedOptionIndexes | List of indexes of selected options. |