Package com.pspdfkit.forms
Class CheckBoxFormConfiguration.Builder
-
- All Implemented Interfaces:
public class CheckBoxFormConfiguration.Builder extends FormElementConfiguration.BaseBuilder<V, B>
Builder used to construct CheckBoxFormConfiguration instance.
-
-
Constructor Summary
Constructors Constructor Description CheckBoxFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new CheckBoxFormConfiguration builder.
-
Method Summary
Modifier and Type Method Description CheckBoxFormConfiguration.Builder
select()
Selects checkbox form element button. CheckBoxFormConfiguration.Builder
deselect()
Deselects checkbox form element button. CheckBoxFormConfiguration
build()
Creates a CheckBoxFormConfiguration with the arguments supplied to this builder. -
-
Constructor Detail
-
CheckBoxFormConfiguration.Builder
CheckBoxFormConfiguration.Builder(int pageIndex, RectF boundingBox)
Creates a new CheckBoxFormConfiguration 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
CheckBoxFormConfiguration.Builder select()
Selects checkbox form element button.
-
deselect
CheckBoxFormConfiguration.Builder deselect()
Deselects checkbox form element button.
-
build
@NonNull() CheckBoxFormConfiguration build()
Creates a CheckBoxFormConfiguration with the arguments supplied to this builder.
- Returns:
Newly created configuration.
-
-
-
-