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 |
Builder used to construct RadioButtonFormConfiguration
instance.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new RadioButtonFormConfiguration
builder.
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. |
Creates a RadioButtonFormConfiguration
with the arguments supplied to this
builder.