Package com.pspdfkit.forms
Class ButtonFormElement
-
- All Implemented Interfaces:
public abstract class ButtonFormElement extends FormElement
Represents button in a PDF form. They come in three variants:
- PushButtonFormElement - A push button that can have an action attached to it.
- CheckBoxFormElement - A check box that can be independently checked or unchecked.
- RadioButtonFormElement - A radio button in a group of buttons that are mutually exclusive.