public abstract class

EditableButtonFormElement

extends ButtonFormElement
java.lang.Object
   ↳ com.pspdfkit.forms.FormElement
     ↳ com.pspdfkit.forms.ButtonFormElement
       ↳ com.pspdfkit.forms.EditableButtonFormElement
Known Direct Subclasses

Class Overview

Represents editable button in a PDF form - i.e. checkbox or radio button.

Summary

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

Public Methods

public boolean deselect ()

Deselects the button.

Returns
  • true when button state was updated.

public boolean isSelected ()

Checks if button is selected.

Returns
  • true when button is selected.

public boolean select ()

Selects the button.

Returns
  • true when button state was updated.

public boolean toggleSelection ()

Toggles button selection.

Returns
  • true when button state was updated.