Builder

Builder used to construct ComboBoxFormConfiguration instance.

Constructors

Link copied to clipboard
constructor(@IntRange(from = 0) pageIndex: Int, @NonNull boundingBox: RectF)
Creates a new ComboBoxFormConfiguration builder.

Functions

Link copied to clipboard
Creates a ComboBoxFormConfiguration with the arguments supplied to this builder.
Link copied to clipboard
Sets custom text string.
Link copied to clipboard
Defines whether or not the com.pspdfkit.forms.ComboBoxFormElement instance should be editable.
Link copied to clipboard
Sets the list of options for the given choices of the form element.
Link copied to clipboard
Defines whether the multiselection should be enabled or not.
Link copied to clipboard
Sets the index with the selected option.
Link copied to clipboard
Sets whether text entered in the combo box shall be spell-checked, defaults to true.