java.lang.Object | ||||
↳ | com.pspdfkit.forms.FormElement | |||
↳ | com.pspdfkit.forms.ButtonFormElement | |||
↳ | com.pspdfkit.forms.EditableButtonFormElement | |||
↳ | com.pspdfkit.forms.RadioButtonFormElement |
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the export value set for this RadioButtonFormElement
.
Retrieve parent form field.
Gets all radio buttons in the radio buttons group.
Gets form type for RadioButtonFormElement
. See FormType
.
RadioButtonFormElement
.