Package com.pspdfkit.forms
Class RadioButtonFormConfiguration.Builder
-
- All Implemented Interfaces:
public class RadioButtonFormConfiguration.Builder extends FormElementConfiguration.BaseBuilder<V, B>
Builder used to construct RadioButtonFormConfiguration instance.
-
-
Constructor Summary
Constructors Constructor Description RadioButtonFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new RadioButtonFormConfiguration builder.
-
Method Summary
Modifier and Type Method Description RadioButtonFormConfiguration.Builder
select()
Selects checkbox form element button. RadioButtonFormConfiguration.Builder
deselect()
Deselects checkbox form element button. RadioButtonFormConfiguration
build()
Creates a RadioButtonFormConfiguration with the arguments supplied to this builder. -
-
Constructor Detail
-
RadioButtonFormConfiguration.Builder
RadioButtonFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new RadioButtonFormConfiguration builder.- Parameters:
pageIndex
- Page index where the checkbox form element will be attached.boundingBox
- Annotation bounding box of the widget annotation representing the appearance of the checkbox form element.
-
-
Method Detail
-
select
RadioButtonFormConfiguration.Builder select()
Selects checkbox form element button.
-
deselect
RadioButtonFormConfiguration.Builder deselect()
Deselects checkbox form element button.
-
build
@NonNull() RadioButtonFormConfiguration build()
Creates a RadioButtonFormConfiguration with the arguments supplied to this builder.
- Returns:
Newly created configuration.
-
-
-
-