java.lang.Object | ||
↳ | com.pspdfkit.forms.FormElementConfiguration<T extends com.pspdfkit.forms.FormElement, K extends com.pspdfkit.forms.FormField> | |
↳ | com.pspdfkit.forms.ComboBoxFormConfiguration |
Configuration class of ComboBoxFormElement
for the creation of a ComboBoxFormField
using addFormElementToPage(String, T)
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | ComboBoxFormConfiguration.Builder | Builder used to construct ComboBoxFormConfiguration instance. |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getCustomText()
Gets the custom text.
| ||||||||||
List<FormOption> |
getOptions()
Gets the list of options for the given choices of the form element.
| ||||||||||
Integer |
getSelectedIndex()
Gets the index with the selected option.
| ||||||||||
boolean |
isEditable()
Returns
true when the form element is editable, false otherwise. | ||||||||||
boolean |
isMultiSelectionEnabled()
Returns
true when multiselection is enabled, false otherwise. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the list of options for the given choices of the form element.
May return null
.
Gets the index with the selected option.
May return null
when none are selected.
Returns true
when the form element is editable, false
otherwise.
When editable, the form element will accept a custom text among its options.
true
when the form element is editable.
Returns true
when multiselection is enabled, false
otherwise.
true
when multiselection is enabled.