public class

RadioButtonFormElement

extends EditableButtonFormElement
java.lang.Object
   ↳ com.pspdfkit.forms.FormElement
     ↳ com.pspdfkit.forms.ButtonFormElement
       ↳ com.pspdfkit.forms.EditableButtonFormElement
         ↳ com.pspdfkit.forms.RadioButtonFormElement

Class Overview

A single radio button in a radio group represented by RadioButtonFormField.

Summary

Public Methods
String getExportValue()
Gets the export value set for this RadioButtonFormElement.
RadioButtonFormField getFormField()
Retrieve parent form field.
List<RadioButtonFormElement> getRadioGroup()
Gets all radio buttons in the radio buttons group.
FormType getType()
Gets form type for RadioButtonFormElement.
[Expand]
Inherited Methods
From class com.pspdfkit.forms.EditableButtonFormElement
From class com.pspdfkit.forms.FormElement
From class java.lang.Object

Public Methods

public String getExportValue ()

Gets the export value set for this RadioButtonFormElement.

Returns
  • The export value or null if it isn't set.

public RadioButtonFormField getFormField ()

Retrieve parent form field.

Returns
  • Attached parent form field.

public List<RadioButtonFormElement> getRadioGroup ()

Gets all radio buttons in the radio buttons group.

Returns
  • List of all radio buttons in the current group.

public FormType getType ()

Gets form type for RadioButtonFormElement. See FormType.

Returns