| java.lang.Object | |||
| ↳ | com.pspdfkit.forms.FormElement | ||
| ↳ | com.pspdfkit.forms.ButtonFormElement | ||
| ↳ | com.pspdfkit.forms.EditableButtonFormElement | ||
Known Direct Subclasses
|
Represents editable button in a PDF form - i.e. checkbox or radio button.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean |
deselect()
Deselects the button.
| ||||||||||
| boolean |
isSelected()
Checks if button is selected.
| ||||||||||
| boolean |
select()
Selects the button.
| ||||||||||
| boolean |
toggleSelection()
Toggles button selection.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pspdfkit.forms.FormElement
| |||||||||||
From class
java.lang.Object
| |||||||||||
Deselects the button.
true when button state was updated.
Checks if button is selected.
true when button is selected.
Selects the button.
true when button state was updated.
Toggles button selection.
true when button state was updated.