java.lang.Object | ||
↳ | com.pspdfkit.forms.FormElementConfiguration<T extends com.pspdfkit.forms.FormElement, K extends com.pspdfkit.forms.FormField> | |
↳ | com.pspdfkit.forms.CheckBoxFormConfiguration |
Configuration class of CheckBoxFormElement
for the creation of a
CheckBoxFormField
using addFormElementsToPage(String, List
or addFormElementToPage(String, T)
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | CheckBoxFormConfiguration.Builder | Builder used to construct CheckBoxFormConfiguration instance. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
isSelected()
Returns
true if the checkbox form button will be selected, false otherwise. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns true
if the checkbox form button will be selected, false
otherwise.
true
the checkbox form button will be selected.