public static class

RadioButtonFormConfiguration.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.RadioButtonFormConfiguration.Builder

Class Overview

Builder used to construct RadioButtonFormConfiguration instance.

Summary

Public Constructors
Builder(int pageIndex, RectF boundingBox)
Creates a new RadioButtonFormConfiguration builder.
Public Methods
RadioButtonFormConfiguration build()
Creates a RadioButtonFormConfiguration with the arguments supplied to this builder.
RadioButtonFormConfiguration.Builder deselect()
Deselects checkbox form element button.
RadioButtonFormConfiguration.Builder select()
Selects checkbox form element button.
Protected Methods
RadioButtonFormConfiguration.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 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.

Public Methods

public RadioButtonFormConfiguration build ()

Creates a RadioButtonFormConfiguration with the arguments supplied to this builder.

Returns
  • Newly created configuration.

public RadioButtonFormConfiguration.Builder deselect ()

Deselects checkbox form element button.

public RadioButtonFormConfiguration.Builder select ()

Selects checkbox form element button.

Protected Methods

protected RadioButtonFormConfiguration.Builder getThis ()

Returns correct type of this builder.