public static class

CheckBoxFormConfiguration.Builder

extends FormElementConfiguration.BaseBuilder<V extends FormElementConfiguration, B extends BaseBuilder<V, B>>
java.lang.Object
   ↳ com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V extends com.pspdfkit.forms.FormElementConfiguration, B extends com.pspdfkit.forms.FormElementConfiguration.BaseBuilder<V, B>>
     ↳ com.pspdfkit.forms.CheckBoxFormConfiguration.Builder

Class Overview

Builder used to construct CheckBoxFormConfiguration instance.

Summary

Public Constructors
Builder(int pageIndex, RectF boundingBox)
Creates a new CheckBoxFormConfiguration builder.
Public Methods
CheckBoxFormConfiguration build()
Creates a CheckBoxFormConfiguration with the arguments supplied to this builder.
CheckBoxFormConfiguration.Builder deselect()
Deselects checkbox form element button.
CheckBoxFormConfiguration.Builder select()
Selects checkbox form element button.
Protected Methods
CheckBoxFormConfiguration.Builder getThis()
Returns correct type of this builder.
[Expand]
Inherited Methods
From class com.pspdfkit.forms.FormElementConfiguration.BaseBuilder
From class java.lang.Object

Public Constructors

public 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.

Public Methods

public CheckBoxFormConfiguration build ()

Creates a CheckBoxFormConfiguration with the arguments supplied to this builder.

Returns
  • Newly created configuration.

public CheckBoxFormConfiguration.Builder deselect ()

Deselects checkbox form element button.

public CheckBoxFormConfiguration.Builder select ()

Selects checkbox form element button.

Protected Methods

protected CheckBoxFormConfiguration.Builder getThis ()

Returns correct type of this builder.