Package com.pspdfkit.forms
Class RadioButtonFormConfiguration
-
- All Implemented Interfaces:
public class RadioButtonFormConfiguration extends FormElementConfiguration<T, K>
Configuration class of com.pspdfkit.forms.RadioButtonFormElement for the creation of a com.pspdfkit.forms.FormField using addFormElementsToPage or addFormElementToPage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
RadioButtonFormConfiguration.Builder
Builder used to construct RadioButtonFormConfiguration instance.
-
Method Summary
Modifier and Type Method Description boolean
isSelected()
Returns true
if the radio button will be selected,false
otherwise.-
-
Method Detail
-
isSelected
boolean isSelected()
Returns
true
if the radio button will be selected,false
otherwise.- Returns:
true
the radio button will be selected.
-
-
-
-