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