java.lang.Object | ||
↳ | com.pspdfkit.forms.FormElementConfiguration<T extends com.pspdfkit.forms.FormElement, K extends com.pspdfkit.forms.FormField> | |
↳ | com.pspdfkit.forms.RadioButtonFormConfiguration |
Configuration class of RadioButtonFormElement
for the creation of a
FormField
using addFormElementsToPage(String, List
or addFormElementToPage(String, T)
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | RadioButtonFormConfiguration.Builder | Builder used to construct RadioButtonFormConfiguration instance. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isSelected()
Returns
true if the radio button will be selected, false otherwise. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns true
if the radio button will be selected, false
otherwise.
true
the radio button will be selected.